heroku_deploy 0.1.1 → 0.1.2

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{heroku_deploy}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ross Hale", "Chris Lemcke"]
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  s.homepage = %q{http://github.com/lottay/heroku_deploy}
30
30
  s.rdoc_options = ["--charset=UTF-8"]
31
31
  s.require_paths = ["lib"]
32
- s.rubygems_version = %q{1.3.5}
32
+ s.rubygems_version = %q{1.3.7}
33
33
  s.summary = %q{initial import}
34
34
  s.test_files = [
35
35
  "test/heroku_deploy_test.rb",
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
40
40
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
41
41
  s.specification_version = 3
42
42
 
43
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
43
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
44
44
  s.add_development_dependency(%q<heroku>, [">= 0"])
45
45
  else
46
46
  s.add_dependency(%q<heroku>, [">= 0"])
@@ -150,7 +150,7 @@ class HerokuDeploy
150
150
  `heroku maintenance:on --app #{app}`
151
151
 
152
152
  puts "Waiting for slug to re-compile..."
153
- 30.times do
153
+ 60.times do
154
154
  sleep 1
155
155
  print "."
156
156
  STDOUT.flush
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_deploy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ross Hale