github_heroku_deployer 0.1.2 → 0.1.3

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.2
8
+ 0.1.3
9
9
 
10
10
 
11
11
  ## Requirements
@@ -1,3 +1,3 @@
1
1
  module GithubHerokuDeployer
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -44,6 +44,12 @@ module GithubHerokuDeployer
44
44
  true
45
45
  end
46
46
 
47
+ def heroku_restart(options={})
48
+ options = configuration.merge(options)
49
+ validate_options(options)
50
+ Heroku.new(options).heroku_restart
51
+ end
52
+
47
53
  def heroku_destroy(options={})
48
54
  options = configuration.merge(options)
49
55
  validate_options(options)
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.2
4
+ version: 0.1.3
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: -3733622406897899828
165
+ hash: 982584209079037171
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: -3733622406897899828
174
+ hash: 982584209079037171
175
175
  requirements: []
176
176
  rubyforge_project:
177
177
  rubygems_version: 1.8.24