lib/gemsmith/templates/%gem_name%/circle.yml.tt in gemsmith-13.8.0 vs lib/gemsmith/templates/%gem_name%/circle.yml.tt in gemsmith-14.0.0

- old
+ new

@@ -55,23 +55,9 @@ name: Bundler Store key: bundler-{{checksum "<%= config.dig(:gem, :name) %>.gemspec"}} paths: - vendor/bundle -<%- if config.dig(:generate, :code_climate) -%> - run: - name: Code Climate Install - command: | - curl --location https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter -<%- end -%> - - - run: name: Build command: | -<%- if config.dig(:generate, :code_climate) -%> - ./cc-test-reporter before-build -<%- end -%> bundle exec rake -<%- if config.dig(:generate, :code_climate) -%> - ./cc-test-reporter after-build --coverage-input-type simplecov --exit-code $? -<%- end -%>