github_heroku_deployer 0.1.7 → 0.1.8

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 @@ Ruby gem to deploy public and private Github repos to Heroku
5
5
 
6
6
  ## Current Version
7
7
 
8
- 0.1.7
8
+ 0.1.8
9
9
 
10
10
 
11
11
  ## Requirements
@@ -68,6 +68,12 @@ module GithubHerokuDeployer
68
68
  Heroku.new(options).config_set(values)
69
69
  end
70
70
 
71
+ def heroku_addon_add(addon, options={})
72
+ options = configuration.merge(options)
73
+ validate_options(options)
74
+ Heroku.new(options).addon_add(addon)
75
+ end
76
+
71
77
  def validate_options(options)
72
78
  configuration.validate_presence(options)
73
79
  end
@@ -1,3 +1,3 @@
1
1
  module GithubHerokuDeployer
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_heroku_deployer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
162
  version: '0'
163
163
  segments:
164
164
  - 0
165
- hash: 199042386171077632
165
+ hash: -3878426991506932552
166
166
  required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  none: false
168
168
  requirements:
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  segments:
173
173
  - 0
174
- hash: 199042386171077632
174
+ hash: -3878426991506932552
175
175
  requirements: []
176
176
  rubyforge_project:
177
177
  rubygems_version: 1.8.24