platform-api 3.3.0 → 3.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/CODEOWNERS +2 -0
- data/README.md +6 -6
- data/lib/platform-api/client.rb +1151 -1666
- data/lib/platform-api/version.rb +1 -1
- data/schema.json +837 -1261
- metadata +7 -6
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: platform-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jkakar
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -177,6 +177,7 @@ files:
|
|
177
177
|
- ".rspec"
|
178
178
|
- ".yardopts"
|
179
179
|
- CHANGELOG.md
|
180
|
+
- CODEOWNERS
|
180
181
|
- CONTRIBUTING.md
|
181
182
|
- CONTRIBUTORS.md
|
182
183
|
- Gemfile
|
@@ -196,7 +197,7 @@ homepage: https://github.com/heroku/platform-api
|
|
196
197
|
licenses:
|
197
198
|
- MIT
|
198
199
|
metadata: {}
|
199
|
-
post_install_message:
|
200
|
+
post_install_message:
|
200
201
|
rdoc_options: []
|
201
202
|
require_paths:
|
202
203
|
- lib
|
@@ -211,8 +212,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
212
|
- !ruby/object:Gem::Version
|
212
213
|
version: '0'
|
213
214
|
requirements: []
|
214
|
-
rubygems_version: 3.
|
215
|
-
signing_key:
|
215
|
+
rubygems_version: 3.0.3.1
|
216
|
+
signing_key:
|
216
217
|
specification_version: 4
|
217
218
|
summary: Ruby HTTP client for the Heroku API.
|
218
219
|
test_files: []
|