platform-api 0.0.3 → 0.0.4

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: dc573a7f60a0a23121a4884dc04541d9fc11e47a
4
- data.tar.gz: 1ebd353900700ec76f53f2df7d97795c0bbdc9b1
3
+ metadata.gz: 24e887f682c85d12be03cf5a7bbaf840d19ba990
4
+ data.tar.gz: a7e952a646e41308ba3d2c04c918d595c0e8943d
5
5
  SHA512:
6
- metadata.gz: f671726d70cc5228706cb0f997021c584ce1400491e752ce7063c4be1fcd19cee2bfc82510385f732b86d2f81f41fdf90b91158b07ee03a81c52beb703e14e0d
7
- data.tar.gz: 3374fc2827b622e901a7c9ab1ce1035b0e0db5a7cededf4e4e570d47e28759d8ea370090058c511118614aaaca2ab65db9fd1641101bf4da21b8f29f6d243e8d
6
+ metadata.gz: 0e6d686233623a0b7513837a1add3cdc777a51a6d150609cfa7fa8a118eb44a239d65f472403bd915b7df0fb7b041702633fa6989c74714b78b1f0455885847f
7
+ data.tar.gz: d1581914d5f4112e9a35aef3ae3edda310555e6c55c1376c4280333e6887735bbc11f41e644c8c24e2865bc02712bda8130bdc5000a71df137110f495000d2af
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- platform-api (0.0.3)
4
+ platform-api (0.0.4)
5
5
  heroics
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module PlatformAPI
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
data/platform-api.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.email = ['jkakar@kakar.ca']
13
13
  spec.description = 'Ruby HTTP client for the Heroku API.'
14
14
  spec.summary = 'Ruby HTTP client for the Heroku API.'
15
- spec.homepage = ''
15
+ spec.homepage = 'https://github.com/heroku/platform-api'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: platform-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - jkakar
@@ -69,7 +69,7 @@ files:
69
69
  - lib/platform-api/schema.json
70
70
  - lib/platform-api/version.rb
71
71
  - platform-api.gemspec
72
- homepage: ''
72
+ homepage: https://github.com/heroku/platform-api
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}