platform-api 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +1 -1
- data/lib/platform-api/client.rb +2 -1704
- data/lib/platform-api/version.rb +1 -1
- data/platform-api.gemspec +1 -1
- data/schema.json +10031 -0
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c847e31df19c359a864c2db40cb86096b560299
|
4
|
+
data.tar.gz: f1126988284a9b13bace7e9f6ad8f514949d6f70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4233cef54679df32027789777bc954f50c878bd82abdb5bb3567180dde0e5d38540c8d5cecf826f5a2c333579928a532a2ca4c4fd59c91c237819b8572224d2
|
7
|
+
data.tar.gz: 40bbd9ca40baf8581968bf5f7cccfee9139b504f1f128660c8d4bfe23784b637898118a19ceae6775fcb9bbd373a8804223265ef20c67df4cf65b093edf28d19
|
data/Gemfile.lock
CHANGED
@@ -2,7 +2,7 @@ PATH
|
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
4
|
platform-api (0.3.0)
|
5
|
-
heroics
|
5
|
+
heroics
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
@@ -16,7 +16,7 @@ GEM
|
|
16
16
|
multi_json (>= 1.9.2)
|
17
17
|
netrc
|
18
18
|
moneta (0.8.0)
|
19
|
-
multi_json (1.11.
|
19
|
+
multi_json (1.11.2)
|
20
20
|
netrc (0.10.3)
|
21
21
|
rake (10.2.2)
|
22
22
|
yard (0.8.7.2)
|
data/README.md
CHANGED
@@ -325,7 +325,7 @@ Build documentation with:
|
|
325
325
|
rake yard
|
326
326
|
```
|
327
327
|
|
328
|
-
And then visit `
|
328
|
+
And then visit `doc/index.html` to read it. Alternately, build and publish
|
329
329
|
it to Github Pages in one step with:
|
330
330
|
|
331
331
|
```
|