lib/gemsmith/templates/%gem_name%/circle.yml.tt in gemsmith-11.3.0 vs lib/gemsmith/templates/%gem_name%/circle.yml.tt in gemsmith-12.0.0

- old
+ new

@@ -11,25 +11,15 @@ EDITOR: vim RAILS_ENV: test steps: - checkout - - type: cache-restore - name: Bundler Cache Restore - key: bundle-{{ checksum "Gemfile" }} - - run: name: Bundler Install command: | gem update --system bundle check || bundle install gem install rails - - - type: cache-save - name: Bundler Cache Store - key: bundle-{{ checksum "Gemfile" }} - paths: - - vendor/bundle - run: name: Rake Run command: bundle exec rake