heroku-api 0.3.8 → 0.3.9

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.
data/README.md CHANGED
@@ -5,7 +5,7 @@ The Heroku Ruby Client is used to interact with the Heroku API from Ruby.
5
5
 
6
6
  For more about the Heroku API see <http://api-docs.heroku.com>.
7
7
 
8
- [![Build Status](https://secure.travis-ci.org/heroku/heroku.rb.png)](https://secure.travis-ci.org/heroku/heroku.rb)
8
+ [![Build Status](https://travis-ci.org/heroku/heroku.rb.png)](https://travis-ci.org/heroku/heroku.rb)
9
9
 
10
10
  Usage
11
11
  -----
@@ -107,13 +107,15 @@ For additional details about any of the commands, see the [API docs](http://api-
107
107
  Mock
108
108
  ----
109
109
 
110
- For practice or testing you can also use a simulated Heroku:
110
+ For testing (or practice) you can also use a simulated Heroku account:
111
111
 
112
112
  require 'heroku-api'
113
113
 
114
114
  heroku = Heroku::API.new(:api_key => API_KEY, :mock => true)
115
115
 
116
- After that commands should still behave the same, but they will only modify some local data instead of updating the state of things on Heroku.
116
+ Commands will now behave as normal, however, instead of interacting with your actual Heroku account you'll be interacting with a **blank** test account. Note: test accounts will have NO apps to begin with. You'll need to create one:
117
+
118
+ heroku.post_app(:name => 'my-test-app')
117
119
 
118
120
  Tests
119
121
  -----
@@ -1,4 +1,11 @@
1
- 0.3.8 02/27/2012
1
+ 0.3.9 04/01/2013
2
+ ================
3
+
4
+ bump excon dep
5
+ update travis-ci address in readme
6
+ add details around mock usage and simulated accounts
7
+
8
+ 0.3.8 02/27/2013
2
9
  ================
3
10
 
4
11
  document custom headers
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
17
  s.require_paths = ["lib"]
18
18
 
19
- s.add_runtime_dependency 'excon', '~>0.16.10'
19
+ s.add_runtime_dependency 'excon', '~>0.20.1'
20
20
 
21
21
  s.add_development_dependency 'minitest'
22
22
  s.add_development_dependency 'rake'
@@ -1,5 +1,5 @@
1
1
  module Heroku
2
2
  class API
3
- VERSION = "0.3.8"
3
+ VERSION = "0.3.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-27 00:00:00.000000000 Z
12
+ date: 2013-04-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: excon
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 0.16.10
21
+ version: 0.20.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 0.16.10
29
+ version: 0.20.1
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: minitest
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -144,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  segments:
146
146
  - 0
147
- hash: -2193435040644309504
147
+ hash: 535685134702822374
148
148
  required_rubygems_version: !ruby/object:Gem::Requirement
149
149
  none: false
150
150
  requirements:
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  version: '0'
154
154
  segments:
155
155
  - 0
156
- hash: -2193435040644309504
156
+ hash: 535685134702822374
157
157
  requirements: []
158
158
  rubyforge_project:
159
159
  rubygems_version: 1.8.23