lib/generators/templates/slices.rb in slices-1.0.1 vs lib/generators/templates/slices.rb in slices-1.0.2

- old
+ new

@@ -72,12 +72,10 @@ # Gemfile run "rm Gemfile" file "Gemfile", <<-END source 'https://rubygems.org' -gem 'slices', - git: 'git@github.com:withassociates/slices.git', - tag: 'v#{Slices::VERSION}' +gem 'slices', '~> #{Slices::VERSION}' group :assets do gem 'sass-rails' gem 'therubyracer' gem 'uglifier'