heroku-api 0.3.17 → 0.3.18

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 ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NjhhY2E3MDA5YWJjZTk4NDU3Y2I2ZDk0YTQ2OTFlNTEyNDI0ZmZjYg==
5
+ data.tar.gz: !binary |-
6
+ YjA4YjQ4MzQ3NDQxMmMyMWYzYTE3Y2I0NzYyOWRmYWI3YjdjYjE4Yg==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NjRhYzBiMzVmNTYxZWFhMjg2YmVkNTg4NmI3MTQ5NzE5YWI4YzU2Mjk4MzQ2
10
+ NTEwYjNlZjFhMjE0ZTk1MTQyYjA1N2FjNWIwYjgzMWFkMDFhZjNjMzczZTc1
11
+ ZWNjZGRiN2ExZDg4MWVjYTMwM2I0N2QxZmI0ZThkYThhYWY1ZDI=
12
+ data.tar.gz: !binary |-
13
+ M2E4NGU4OGY5YzgyNGYwNjI5ODRlYjg5YjI0YTQyZjc1MTQ4Njk5NTlmNDQ5
14
+ MjI2NDBkMzc0MmQwMWMwMTczMWJhN2JmNzhmZGE0NWNmMWRiMjE1ZDA0NTlk
15
+ ZmM5MGZiMGU2MTMwMjg1MzlhZjBiOTUyZmY4Mzg4Njk2M2UxYTg=
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  Heroku Ruby Client
2
2
  ==================
3
3
 
4
- The Heroku Ruby Client is used to interact with the [Heroku Legacy API](http://api-docs.heroku.com) from Ruby.
4
+ The Heroku Ruby Client is used to interact with the [Heroku Legacy API](http://legacy-api-docs.herokuapp.com) from Ruby.
5
5
 
6
- Where possible we recommend interacting instead with the [Heroku Platform API](https://devcenter.heroku.com/articles/platform-api-reference), which this client does not yet support.
6
+ Where possible we recommend interacting instead with the [Heroku Platform API](https://devcenter.heroku.com/articles/platform-api-reference). You can use the [Heroics Ruby client](https://github.com/heroku/heroics) with the Platform API.
7
7
 
8
8
  [![Build Status](https://travis-ci.org/heroku/heroku.rb.png)](https://travis-ci.org/heroku/heroku.rb)
9
9
 
@@ -27,7 +27,7 @@ Requests
27
27
 
28
28
  What follows is an overview of commands you can run for the client.
29
29
 
30
- For additional details about any of the commands, see the [API docs](http://api-docs.heroku.com).
30
+ For additional details about any of the commands, see the [API docs](http://legacy-api-docs.heroku.com).
31
31
 
32
32
  ### Add-ons
33
33
 
data/changelog.txt CHANGED
@@ -1,3 +1,9 @@
1
+ 0.3.18 03/20/2014
2
+ =================
3
+
4
+ update heroics links in readme
5
+ relax multi-json dependency
6
+
1
7
  0.3.17 01/20/2014
2
8
  =================
3
9
 
data/heroku-api.gemspec CHANGED
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.require_paths = ["lib"]
19
19
 
20
20
  s.add_runtime_dependency 'excon', '~>0.27'
21
- s.add_runtime_dependency 'multi_json', '~>1.8.2'
21
+ s.add_runtime_dependency 'multi_json', '~>1.8'
22
22
 
23
23
  s.add_development_dependency 'minitest'
24
24
  s.add_development_dependency 'rake'
@@ -1,5 +1,5 @@
1
1
  module Heroku
2
2
  class API
3
- VERSION = "0.3.17"
3
+ VERSION = "0.3.18"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.17
5
- prerelease:
4
+ version: 0.3.18
6
5
  platform: ruby
7
6
  authors:
8
7
  - geemus (Wesley Beary)
@@ -10,12 +9,11 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2014-01-21 00:00:00.000000000 Z
12
+ date: 2014-03-20 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: excon
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
18
  - - ~>
21
19
  - !ruby/object:Gem::Version
@@ -23,7 +21,6 @@ dependencies:
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
25
  - - ~>
29
26
  - !ruby/object:Gem::Version
@@ -31,23 +28,20 @@ dependencies:
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: multi_json
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
32
  - - ~>
37
33
  - !ruby/object:Gem::Version
38
- version: 1.8.2
34
+ version: '1.8'
39
35
  type: :runtime
40
36
  prerelease: false
41
37
  version_requirements: !ruby/object:Gem::Requirement
42
- none: false
43
38
  requirements:
44
39
  - - ~>
45
40
  - !ruby/object:Gem::Version
46
- version: 1.8.2
41
+ version: '1.8'
47
42
  - !ruby/object:Gem::Dependency
48
43
  name: minitest
49
44
  requirement: !ruby/object:Gem::Requirement
50
- none: false
51
45
  requirements:
52
46
  - - ! '>='
53
47
  - !ruby/object:Gem::Version
@@ -55,7 +49,6 @@ dependencies:
55
49
  type: :development
56
50
  prerelease: false
57
51
  version_requirements: !ruby/object:Gem::Requirement
58
- none: false
59
52
  requirements:
60
53
  - - ! '>='
61
54
  - !ruby/object:Gem::Version
@@ -63,7 +56,6 @@ dependencies:
63
56
  - !ruby/object:Gem::Dependency
64
57
  name: rake
65
58
  requirement: !ruby/object:Gem::Requirement
66
- none: false
67
59
  requirements:
68
60
  - - ! '>='
69
61
  - !ruby/object:Gem::Version
@@ -71,7 +63,6 @@ dependencies:
71
63
  type: :development
72
64
  prerelease: false
73
65
  version_requirements: !ruby/object:Gem::Requirement
74
- none: false
75
66
  requirements:
76
67
  - - ! '>='
77
68
  - !ruby/object:Gem::Version
@@ -150,27 +141,26 @@ files:
150
141
  homepage: http://github.com/heroku/heroku.rb
151
142
  licenses:
152
143
  - MIT
144
+ metadata: {}
153
145
  post_install_message:
154
146
  rdoc_options: []
155
147
  require_paths:
156
148
  - lib
157
149
  required_ruby_version: !ruby/object:Gem::Requirement
158
- none: false
159
150
  requirements:
160
151
  - - ! '>='
161
152
  - !ruby/object:Gem::Version
162
153
  version: '0'
163
154
  required_rubygems_version: !ruby/object:Gem::Requirement
164
- none: false
165
155
  requirements:
166
156
  - - ! '>='
167
157
  - !ruby/object:Gem::Version
168
158
  version: '0'
169
159
  requirements: []
170
160
  rubyforge_project:
171
- rubygems_version: 1.8.23
161
+ rubygems_version: 2.2.2
172
162
  signing_key:
173
- specification_version: 3
163
+ specification_version: 4
174
164
  summary: Ruby Client for the Heroku API
175
165
  test_files:
176
166
  - test/data/site.crt