Sha256: a3533eba5b547b49b9fdbab60c61d106402216b31161d4705362c3d59380be50
Contents?: true
Size: 582 Bytes
Versions: 54
Compression:
Stored size: 582 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 @version=$$(ruby -e "puts RUBY_VERSION.split('.')[0..1].join.to_i"); \ if [ $$version -ge 27 ]; then \ echo "Ruby version >= 2.7, continue with srb tc"; \ bundle exec srb tc; \ else \ echo "Ruby version < 2.7, skipping srb tc"; \ fi test: ci-test
Version data entries
54 entries across 54 versions & 1 rubygems