Gemfile in event_calendar_engine-0.2.6 vs Gemfile in event_calendar_engine-0.2.7
- old
+ new
@@ -1,23 +1,11 @@
source 'http://rubygems.org'
+gem 'formtastic'
+gem 'RedCloth'
+gem 'prarupa'
-gem 'rails', "3.0.3"
+gemspec :path => File.expand_path("..", __FILE__)
-gem 'sqlite3-ruby', :require => 'sqlite3'
-
-gem 'RedCloth', :require => 'redcloth'
-gem 'prarupa'
-gem 'will_paginate', '~> 3.0.pre2'
-gem 'formtastic'
gem 'acts_as_revisable', {
:git => "git://github.com/inertialbit/acts_as_revisable.git",
:branch => 'rails3'
}
-
-group :development, :test do
- gem 'engineer'
- gem 'rspec-rails'
- gem 'cucumber-rails'
- gem 'capybara'
- gem 'acts_as_fu'
- gem 'rcov'
-end