Sha256: 80673941568989c3812dab7b39980e6e638f7aa5b5a3677e6e8cd4179e2b0023
Contents?: true
Size: 340 Bytes
Versions: 35
Compression:
Stored size: 340 Bytes
Contents
.PHONY: update-version codegen-format test ci-test update-version: @echo "$(VERSION)" > VERSION @perl -pi -e 's|VERSION = "[.\-\w\d]+"|VERSION = "$(VERSION)"|' lib/stripe/version.rb codegen-format: bundle install --quiet bundle exec rubocop -o /dev/null --auto-correct ci-test: bundle install && bundle exec rake test test: ci-test
Version data entries
35 entries across 35 versions & 1 rubygems