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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d8b55c57893300655dbb29af87fb0934eada64d1d4d349bbdbeb74cb9a43c4b
4
- data.tar.gz: ff99c462081cb2bc7238e46865e811ef4827a730e6eeafaa282ba8c89112706d
3
+ metadata.gz: 07d835d1e705b114d6add28fe7be4c83191714272d92ef0aab72f7e9b5c517c5
4
+ data.tar.gz: 74847288898adc0ee88e024a94b8cf9d38976438b298105ed2dafcc0d4354f31
5
5
  SHA512:
6
- metadata.gz: dd87991c34fd38c092bdf2ab7c75c3107f051337056f341a530e9862e4916a461dbc8761e74c7ea2d8956bf6a0718afb763ea11283e516c2d7391c72fa91d045
7
- data.tar.gz: 463ac4113f41a65fe47ca88198bfd787aa3315137030346222a76f6d563206eefcfe71fbff471462689c4833083064420c0479397dafd7c4f3ab7f1d8b080a01
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 to account for non Hash type error message (@samphilipd)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Github
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end # Github
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.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://jacobmarq.github.io/github/
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: