lib/gemsmith/templates/%gem_name%/.travis.yml.tt in gemsmith-3.2.0 vs lib/gemsmith/templates/%gem_name%/.travis.yml.tt in gemsmith-4.0.0

- old
+ new

@@ -2,8 +2,8 @@ rvm: - 2.0.0 - 2.1.0 <%- if config[:rails] -%> gemfile: - - gemfiles/rails-3.2.x.gemfile + - gemfiles/rails-4.1.x.gemfile <%- end -%> script: bundle exec rspec spec