custom_fields from git

This commit is contained in:
did 2011-11-08 01:29:12 +01:00
parent dd75f69b74
commit fee5a5e98e
2 changed files with 12 additions and 10 deletions

View File

@ -15,7 +15,8 @@ gem 'mongo', '~> 1.3.1'
gem 'bson_ext', '~> 1.3.1'
gem 'mongoid', '~> 2.3.3'
gem 'locomotive_mongoid_acts_as_tree', '0.1.5.7', :require => 'mongoid_acts_as_tree', :path => '../gems/acts_as_tree' # TODO: REPLACE IT
gem 'custom_fields', '~> 1.1.0.rc1', :path => '../gems/custom_fields'
gem 'custom_fields', :git => 'git://github.com/locomotivecms/custom_fields.git'
#gem 'custom_fields', '~> 1.1.0.rc1', :path => '../gems/custom_fields'
gem 'will_paginate', '~> 3.0.2'
gem 'haml', '~> 3.1.3'

View File

@ -8,6 +8,15 @@ GIT
fssm (>= 0.2.7)
sass (~> 3.1)
GIT
remote: git://github.com/locomotivecms/custom_fields.git
revision: f7190a9f690de75f8d6ddab1eba10ea82993f670
specs:
custom_fields (1.1.0.rc1)
activesupport (~> 3.1.1)
carrierwave-mongoid (~> 0.1.3)
mongoid (~> 2.3.2)
GIT
remote: git://github.com/plataformatec/devise.git
revision: 58d61c290a8254e372a7cbbace5cb138085f7c6e
@ -28,14 +37,6 @@ PATH
specs:
locomotive_mongoid_acts_as_tree (0.1.5.7)
PATH
remote: ../gems/custom_fields
specs:
custom_fields (1.1.0.rc1)
activesupport (~> 3.1.1)
carrierwave-mongoid (~> 0.1.3)
mongoid (~> 2.3.2)
GEM
remote: http://rubygems.org/
specs:
@ -335,7 +336,7 @@ DEPENDENCIES
coffee-script (~> 2.2.0)
compass!
cucumber-rails
custom_fields (~> 1.1.0.rc1)!
custom_fields!
database_cleaner
delayed_job (~> 2.1.1)
delayed_job_mongoid (~> 1.0.4)