oauth 0.5.13 → 0.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -1
  3. data/README.md +1 -1
  4. data/lib/oauth/version.rb +1 -1
  5. metadata +12 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3272539ec7202df70017b1b16ccca115081d6a14a0aed0b6fdbee90565ad5b8
4
- data.tar.gz: 2c515938a4066d5f4b0ac0d064e106242f1362c615606c62794a5f39a97d44d2
3
+ metadata.gz: 334e5edeb6b74be69160efd1cc960196392fcf985a62b8c710145ede65cd3415
4
+ data.tar.gz: fae47eb03c869e02c8fa845ea4e1666e370eff8aa9892921772b0d4ebd7eb119
5
5
  SHA512:
6
- metadata.gz: e071e35abc38d4140a9c2675080fba950d6bd643fff3aab0e80ec2dd8c5946c46e2956be9dd6f8c4dd9895c8b6f08b13e7f43cd8336f58e870230fcfd4931722
7
- data.tar.gz: 7eb464bb1e9db068903a6fac738d5126fc64688a7b670d931ba78a0283740cbb46329e07fc2895a4568516003bfddb72229d1c3c040165305bb307591a525da7
6
+ metadata.gz: f537bd3debfe5141c04aa4346c2bc4f6eea15f743f3d0bacde99c9b3102d839d8ea58c3195e0b163056b28706cae3351208fc29fbd9e05e906890fe2927cdf39
7
+ data.tar.gz: f2a8741d3e3d297dbacc2f974608939c7cd37b22631ad7001a14c7d6b67c4656c875c31442ec100fce1f84936086d72b35b2c330bd33708518e9dbf3539564bc
data/CHANGELOG.md CHANGED
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [0.5.14] 2022-08-29
17
+ The "hopeful last 0.5.x" Release
18
+
19
+ ### Fixed
20
+ * More typos fixed
21
+
16
22
  ## [0.5.13] 2022-08-23
17
23
  The "I think I caught 'em all!" Release
18
24
 
@@ -409,7 +415,8 @@ but please have a look at the unit tests.
409
415
  * Moved all non-Rails functionality from the Rails plugin:
410
416
  http://code.google.com/p/oauth-plugin/
411
417
 
412
- [Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.13...v0.5-maintenance
418
+ [Unreleased]: https://github.com/oauth-xx/oauth-ruby/compare/v0.5.14...v0.5-maintenance
419
+ [0.5.14]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.14
413
420
  [0.5.13]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.13
414
421
  [0.5.12]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.12
415
422
  [0.5.11]: https://github.com/oauth-xx/oauth-ruby/releases/tag/v0.5.11
data/README.md CHANGED
@@ -322,7 +322,7 @@ While on 0.x releases three digits of precision should be used.
322
322
  For example:
323
323
 
324
324
  ```ruby
325
- spec.add_dependency "oauth", "~> 0.5.10"
325
+ spec.add_dependency "oauth", "~> 0.5.14"
326
326
  ```
327
327
 
328
328
  ## License
data/lib/oauth/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module OAuth
2
- VERSION = "0.5.13".freeze
2
+ VERSION = "0.5.14".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.13
4
+ version: 0.5.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pelle Braendgaard
@@ -16,7 +16,7 @@ authors:
16
16
  autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
- date: 2022-08-23 00:00:00.000000000 Z
19
+ date: 2022-08-29 00:00:00.000000000 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: curb
@@ -254,23 +254,24 @@ licenses:
254
254
  - MIT
255
255
  metadata:
256
256
  homepage_uri: https://github.com/oauth-xx/oauth-ruby
257
- source_code_uri: https://github.com/oauth-xx/oauth-ruby/tree/v0.5.13
258
- changelog_uri: https://github.com/oauth-xx/oauth-ruby/blob/v0.5.13/CHANGELOG.md
257
+ source_code_uri: https://github.com/oauth-xx/oauth-ruby/tree/v0.5.14
258
+ changelog_uri: https://github.com/oauth-xx/oauth-ruby/blob/v0.5.14/CHANGELOG.md
259
259
  bug_tracker_uri: https://github.com/oauth-xx/oauth-ruby/issues
260
- documentation_uri: https://www.rubydoc.info/gems/oauth/0.5.13
260
+ documentation_uri: https://www.rubydoc.info/gems/oauth/0.5.14
261
261
  wiki_uri: https://github.com/oauth-xx/oauth-ruby/wiki
262
262
  rubygems_mfa_required: 'true'
263
263
  post_install_message: |2+
264
264
 
265
- You have installed oauth version 0.5.13, congratulations!
265
+ You have installed oauth version 0.5.14, congratulations!
266
266
 
267
- Support for the 0.5.x series will end in April, 2023. Please upgrade to 0.6.x as soon as possible!
268
- The only breaking change will be dropped support for Ruby 2.0, 2.1, 2.2, and 2.3.
267
+ Support for the 0.5.x series will end by April, 2023. Please upgrade to 0.6.x or 1.x as soon as possible!
268
+ For 0.6.x the only breaking change will be dropped support for Ruby 2.0, 2.1, 2.2, and 2.3.
269
+ For 1.x the only breaking change will be dropped support for Ruby 2.4, 2.5, and 2.6.
269
270
 
270
271
  Please see:
271
- • https://github.com/oauth-xx/oauth/blob/main/SECURITY.md
272
+ • https://github.com/oauth-xx/oauth-ruby/blob/main/SECURITY.md
272
273
 
273
- Note also that I, and this project, am in the process of leaving Github.
274
+ Note also that I am, and this project is, in the process of leaving Github.
274
275
  I wrote about some of the reasons here:
275
276
  • https://dev.to/galtzo/im-leaving-github-50ba
276
277
 
@@ -301,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
301
302
  - !ruby/object:Gem::Version
302
303
  version: '0'
303
304
  requirements: []
304
- rubygems_version: 3.3.20
305
+ rubygems_version: 3.3.21
305
306
  signing_key:
306
307
  specification_version: 4
307
308
  summary: OAuth Core Ruby implementation