Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7434e77

Browse files
committed
🔖 Prepare release 0.6.2
1 parent 55a0ea2 commit 7434e77

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040
### Removed
4141
* Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets
4242

43+
## [0.5.14] 2022年08月29日
44+
The "hopeful last 0.5.x" Release
45+
46+
### Fixed
47+
* More typos fixed
48+
4349
## [0.5.13] 2022年08月23日
4450
The "I think I caught 'em all!" Release
4551

@@ -440,6 +446,7 @@ but please have a look at the unit tests.
440446
[0.6.2]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.2
441447
[0.6.1]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.1
442448
[0.6.0]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.0
449+
[0.5.14]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.14
443450
[0.5.13]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
444451
[0.5.12]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
445452
[0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ the [Pessimistic Version Constraint][pvc] with two digits of precision.
332332
For example:
333333

334334
```ruby
335-
spec.add_dependency "oauth", "~> 0.6.0"
335+
spec.add_dependency "oauth", "~> 0.6.2"
336336
```
337337

338338
## License

‎lib/oauth/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OAuth
44
module Version
5-
VERSION = "0.6.1"
5+
VERSION = "0.6.2"
66
end
77
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /