github_api2 1.0.0 → 1.0.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -1
- data/lib/github_api2/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 07d835d1e705b114d6add28fe7be4c83191714272d92ef0aab72f7e9b5c517c5
|
|
4
|
+
data.tar.gz: 74847288898adc0ee88e024a94b8cf9d38976438b298105ed2dafcc0d4354f31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 478687668cf6fef745913409c3b21e75dbe34032eb6f00f29bf8345fafc1733fd6905e18190b09dfc01d2474cb56aa805ae27326e841fa08020ba649b43a1416
|
|
7
|
+
data.tar.gz: 9a963a4a28e1ac88b91ac25c6313e3ea4812e37a62dc7f3126fb17b68ee3d2c4ee4d73b0b2b81ab1237a49d663b007a1c87beb15d009685c56aee4a649efee35
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Change log
|
|
2
2
|
|
|
3
|
+
## [v1.0.1] - 2023-02-05
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
* Add link to source code for rubygems.org
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
* Change incorrect uris in readme
|
|
10
|
+
|
|
11
|
+
## [v1.0.0] - 2023-02-05
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
* Add support for OAuth2 2.x
|
|
15
|
+
|
|
3
16
|
## [v0.19.0] - 2020-06-22
|
|
4
17
|
|
|
5
18
|
### Added
|
|
@@ -52,7 +65,7 @@
|
|
|
52
65
|
* Change Normalizer to remove unnecessary branch condition (@samphilipd)
|
|
53
66
|
|
|
54
67
|
### Fixed
|
|
55
|
-
* Fix ServiceError
|
|
68
|
+
* Fix ServiceError ato account for non Hash type error message (@samphilipd)
|
|
56
69
|
* Remove :content_type key from ParamsHash as clashes with reponse payload (@samphilipd)
|
|
57
70
|
|
|
58
71
|
## [v0.16.0] - 2017-04-02
|
data/lib/github_api2/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github_api2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jacob Marquez
|
|
@@ -337,10 +337,11 @@ files:
|
|
|
337
337
|
- lib/github_api2/validations/required.rb
|
|
338
338
|
- lib/github_api2/validations/token.rb
|
|
339
339
|
- lib/github_api2/version.rb
|
|
340
|
-
homepage: http://
|
|
340
|
+
homepage: http://piotrmurach.github.io/github/
|
|
341
341
|
licenses:
|
|
342
342
|
- MIT
|
|
343
|
-
metadata:
|
|
343
|
+
metadata:
|
|
344
|
+
source_code_uri: https://github.com/JacobMarq/github_api2
|
|
344
345
|
post_install_message:
|
|
345
346
|
rdoc_options: []
|
|
346
347
|
require_paths:
|