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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3bc8467de3b27981b877bbe92302829c975b8afb
4
- data.tar.gz: 6cf2d12bedbc8eeb7d01069933d227a783ab84f9
3
+ metadata.gz: 0c847e31df19c359a864c2db40cb86096b560299
4
+ data.tar.gz: f1126988284a9b13bace7e9f6ad8f514949d6f70
5
5
  SHA512:
6
- metadata.gz: 1d865ed05723f7a36ea40ab87c1cb3bfaecff0430744f4deb85ef968f42ee4f6cc5c1cfe11f04902cff2f5faf12bd5f1a4ade7fe1172b0893f53667e23c670d4
7
- data.tar.gz: eb7481ad322f61c0cd0cbe6afa7fc675ac248acf8d655a55924c37c862f71bdf3f9cd7f4e4ea7f09c3e5a76dede1e2a8efebd1438252862052b5913e2b6259e3
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 (~> 0.0.10)
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.0)
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 `docs/index.html` to read it. Alternaltely, build and publish
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
  ```