Gemfile in dm-is-counter_cacheable-0.1.0 vs Gemfile in dm-is-counter_cacheable-0.1.1

- old
+ new

@@ -81,37 +81,22 @@ # about accidentally checking it into version control. source :rubygems DATAMAPPER = 'http://github.com/datamapper' -DM_VERSION = '~> 1.0.0' +DM_VERSION = '~> 1.0' DO_VERSION = '~> 0.10.2' DM_DO_ADAPTERS = %w[ sqlite postgres mysql oracle sqlserver ] -RAILS = 'http://github.com/rails/rails.git' -if ENV['EXTLIB'] - gem 'extlib', '~> 0.9.15', :git => '#{DATAMAPPER}/extlib.git' -else - gem 'activesupport', '~> 3.0.0', :git => RAILS, - :branch => '3-0-stable', - :require => nil -end - gem 'dm-core', DM_VERSION, :git => "#{DATAMAPPER}/dm-core.git" group :development do - case RUBY_PLATFORM - when 'java' - gem 'maruku', '~> 0.6.0' - else - gem 'rdiscount', '~> 1.6.3' - end + gem 'rake', '~> 0.8.7' + gem 'ore-tasks', '~> 0.4' + gem 'rspec', '~> 2.4' - gem 'rake', '~> 0.8.7' - gem 'ore', '~> 0.2.0' - gem 'ore-tasks', '~> 0.1.2' - gem 'rspec', '~> 2.0.0' - gem 'yard', '~> 0.6.0' + gem 'kramdown', '~> 0.12' + gem 'yard', '~> 0.6.0' end group :datamapper do # We need this because we want to pin these dependencies to their git # master sources