new version of the custom_fields gem

This commit is contained in:
Didier Lafforgue 2012-03-08 19:40:48 +01:00
parent effce313bf
commit b3b7519c7c
3 changed files with 15 additions and 13 deletions

View File

@ -8,8 +8,8 @@ gemspec # Include gemspec dependencies
# The rest of the dependencies are for use when in the locomotive development environment
group :development do
gem 'custom_fields', :path => '../gems/custom_fields' # for Developers
# gem 'custom_fields', :git => 'git://github.com/locomotivecms/custom_fields.git', :branch => '2.0.0.rc' # Branch on Github
# gem 'custom_fields', :path => '../gems/custom_fields' # for Developers
gem 'custom_fields', :git => 'git://github.com/locomotivecms/custom_fields.git', :branch => '2.0.0.rc' # Branch on Github
gem 'rspec-rails', '~> 2.8.0' # In order to have rspec tasks and generators
gem 'rspec-cells'

View File

@ -15,6 +15,16 @@ GIT
fssm (>= 0.2.7)
sass (~> 3.1)
GIT
remote: git://github.com/locomotivecms/custom_fields.git
revision: c30c7df5a502b888f63bb908c146cb0fc61ef204
branch: 2.0.0.rc
specs:
custom_fields (2.0.0.rc6)
activesupport (~> 3.2.1)
carrierwave-mongoid (~> 0.1.3)
mongoid (~> 2.4.5)
PATH
remote: .
specs:
@ -26,7 +36,7 @@ PATH
carrierwave-mongoid (~> 0.1.3)
cells (~> 3.8.0)
codemirror-rails (~> 2.21)
custom_fields (~> 2.0.0.rc5)
custom_fields (~> 2.0.0.rc6)
devise (~> 1.5.3)
dragonfly (~> 0.9.8)
flash_cookie_session (~> 1.1.1)
@ -52,14 +62,6 @@ PATH
rmagick (~> 2.12.2)
sanitize (~> 2.0.3)
PATH
remote: ../gems/custom_fields
specs:
custom_fields (2.0.0.rc5)
activesupport (~> 3.2.1)
carrierwave-mongoid (~> 0.1.3)
mongoid (~> 2.4.5)
GEM
remote: http://rubygems.org/
specs:
@ -210,7 +212,7 @@ GEM
mocha (0.9.12)
mongo (1.5.2)
bson (= 1.5.2)
mongoid (2.4.5)
mongoid (2.4.6)
activemodel (~> 3.1)
mongo (~> 1.3)
tzinfo (~> 0.3.22)

View File

@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_dependency 'mongoid', '~> 2.4.5'
s.add_dependency 'locomotive-mongoid-tree', '~> 0.6.2'
s.add_dependency 'custom_fields', '~> 2.0.0.rc5'
s.add_dependency 'custom_fields', '~> 2.0.0.rc6'
s.add_dependency 'kaminari', '~> 0.13.0'