Use draper from git

openid
Marcin Kulik 12 years ago
parent e4a46fe45d
commit 1ffb4f3012

@ -16,7 +16,7 @@ gem 'fog'
gem 'simple_form' gem 'simple_form'
gem 'redcarpet' gem 'redcarpet'
gem 'girl_friday' gem 'girl_friday'
gem 'draper' gem 'draper', :git => 'git://github.com/sickill/draper.git'
# Gems used only for assets and not required # Gems used only for assets and not required
# in production environments by default. # in production environments by default.

@ -7,6 +7,14 @@ GIT
actionpack (>= 3.1) actionpack (>= 3.1)
railties (>= 3.1) railties (>= 3.1)
GIT
remote: git://github.com/sickill/draper.git
revision: 988aa59002d59703dbfaeb83a2fb1bb8bd1c0a37
specs:
draper (0.14.0)
actionpack (~> 3.2)
activesupport (~> 3.2)
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
@ -71,8 +79,6 @@ GEM
confstruct (0.2.1) confstruct (0.2.1)
connection_pool (0.1.0) connection_pool (0.1.0)
diff-lcs (1.1.3) diff-lcs (1.1.3)
draper (0.11.1)
activesupport (>= 2.3.10)
erubis (2.7.0) erubis (2.7.0)
excon (0.9.6) excon (0.9.6)
execjs (1.3.0) execjs (1.3.0)
@ -261,7 +267,7 @@ DEPENDENCIES
carrierwave carrierwave
coffee-rails coffee-rails
confstruct confstruct
draper draper!
factory_girl_rails factory_girl_rails
fog fog
girl_friday girl_friday

Loading…
Cancel
Save