Sha256: afd28756f36c62337a54e6f01b988f55960569c146c5a60402e7e845cb2cd720
Contents?: true
Size: 339 Bytes
Versions: 15
Compression:
Stored size: 339 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 --autocorrect ci-test: bundle install && bundle exec rake test test: ci-test
Version data entries
15 entries across 15 versions & 1 rubygems