templates/somatics.rb in somatics3-generators-0.0.2 vs templates/somatics.rb in somatics3-generators-0.0.4

- old
+ new

@@ -2,10 +2,10 @@ # app_name = ask 'Type your Application Name for the Heroku project, followed by [ENTER]:' # # repo_entered = ask 'Type your repository for the project (SVN), followed by [ENTER]:' -gem 'will_paginate', :git => 'git://github.com/mislav/will_paginate.git', :branch => "rails3" +gem 'will_paginate', :version => "~> 3.0.pre2" gem 'prawn', :version => '0.6.3' gem 'somatics3-generators' gem 'json' plugin 'action_mailer_optional_tls',