Skip to content

Commit

Permalink
Bump version to 1.4.5 to release #518 (#534)
Browse files Browse the repository at this point in the history
* Remove deleted bin scripts from README

* Bump version to 1.4.5
  • Loading branch information
mattboldt committed Mar 18, 2021
1 parent d6e0598 commit 94b1329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ implementations:

* Ruby 2.2 - Support ends with version 2.x series
* Ruby 2.3 - Support ends with version 3.x series
- [JRuby 9.1][jruby-9.1] (targets MRI v2.3)
- [JRuby 9.1][jruby-9.1] (targets MRI v2.3)
* Ruby 2.4 - Support ends with version 4.x series
* Ruby 2.5 - Support ends with version 5.x series
- [JRuby 9.2][jruby-9.2] (targets MRI v2.5)
Expand Down Expand Up @@ -230,7 +230,7 @@ spec.add_dependency 'oauth2', '~> 1.4'

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
After checking out the repo, run `bundle install` to install dependencies. Then, run `rake spec` to run the tests.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

Expand Down
2 changes: 1 addition & 1 deletion lib/oauth2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def minor
#
# @return [Integer]
def patch
4
5
end

# The pre-release version, if any
Expand Down

0 comments on commit 94b1329

Please sign in to comment.