Gemfile in event_calendar_engine-0.2.7 vs Gemfile in event_calendar_engine-0.2.8

- old
+ new

@@ -1,8 +1,9 @@ source 'http://rubygems.org' gem 'formtastic' gem 'RedCloth' gem 'prarupa' +gem 'will_paginate', '~> 3.0.pre2' gemspec :path => File.expand_path("..", __FILE__) gem 'acts_as_revisable', { :git => "git://github.com/inertialbit/acts_as_revisable.git",