new custom_fields gem version (beta 24)

This commit is contained in:
did 2011-08-25 15:15:42 +02:00
parent d0566f917e
commit 7a9caabc41
2 changed files with 5 additions and 9 deletions

View File

@ -5,13 +5,6 @@ GIT
mocha (0.9.12)
metaclass (~> 0.0.1)
PATH
remote: ../gems/custom_fields
specs:
custom_fields (1.0.0.beta.23)
activesupport (~> 3.0.9)
mongoid (= 2.0.2)
GEM
remote: http://rubygems.org/
specs:
@ -94,6 +87,9 @@ GEM
capybara (>= 1.0.0)
cucumber (~> 1.0.0)
nokogiri (>= 1.4.6)
custom_fields (1.0.0.beta.24)
activesupport (~> 3.0.9)
mongoid (= 2.0.2)
daemons (1.1.4)
database_cleaner (0.6.7)
delayed_job (2.1.4)
@ -303,7 +299,7 @@ DEPENDENCIES
carrierwave (= 0.5.6)
cells
cucumber-rails (= 1.0.2)
custom_fields!
custom_fields (= 1.0.0.beta.24)
database_cleaner
delayed_job (= 2.1.4)
delayed_job_mongoid (= 1.0.2)

View File

@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.add_dependency 'dragonfly', '~> 0.9.1'
s.add_dependency 'rack-cache'
s.add_dependency 'custom_fields', '1.0.0.beta.22'
s.add_dependency 'custom_fields', '1.0.0.beta.24'
s.add_dependency 'cancan', '~> 1.6.0'
s.add_dependency 'fog', '0.8.2'
s.add_dependency 'mimetype-fu'