We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a0ea2 commit 7434e77Copy full SHA for 7434e77
CHANGELOG.md
@@ -40,6 +40,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
### Removed
41
* Ruby 2.0, 2.1, 2.2, and 2.3 are no longer valid install targets
42
43
+## [0.5.14] 2022年08月29日
44
+The "hopeful last 0.5.x" Release
45
+
46
+### Fixed
47
+* More typos fixed
48
49
## [0.5.13] 2022年08月23日
50
The "I think I caught 'em all!" Release
51
@@ -440,6 +446,7 @@ but please have a look at the unit tests.
440
446
[0.6.2]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.2
441
447
[0.6.1]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.6.1
442
448
[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
443
450
[0.5.13]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
444
451
[0.5.12]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
445
452
[0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
README.md
@@ -332,7 +332,7 @@ the [Pessimistic Version Constraint][pvc] with two digits of precision.
332
For example:
333
334
```ruby
335
-spec.add_dependency "oauth", "~> 0.6.0"
+spec.add_dependency "oauth", "~> 0.6.2"
336
```
337
338
## License
lib/oauth/version.rb
@@ -2,6 +2,6 @@
2
3
module OAuth
4
module Version
5
- VERSION = "0.6.1"
+ VERSION = "0.6.2"
6
end
7
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments