mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
8 lines
233 B
Makefile
8 lines
233 B
Makefile
.PHONY: update-version codegen-format
|
|
update-version:
|
|
@echo "$(VERSION)" > VERSION
|
|
@perl -pi -e 's|VERSION = "[.\d]+"|VERSION = "$(VERSION)"|' lib/stripe/version.rb
|
|
|
|
codegen-format:
|
|
bundle exec rubocop -o /dev/null --auto-correct
|