capistrano-jenkins 0.1 → 0.1.1

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-jenkins (0.1)
4
+ capistrano-jenkins (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |s|
3
3
  s.name = "capistrano-jenkins"
4
- s.version = "0.1"
4
+ s.version = "0.1.1"
5
5
  s.authors = ["Martin Jonsson"]
6
6
  s.email = ["martin.jonsson@gmail.com"]
7
7
  s.homepage = "http://github.com/martinj/capistrano-jenkins"
@@ -65,7 +65,7 @@ Capistrano::Configuration.instance.load do
65
65
  if build['building'] and not retrying then
66
66
  retrying = agree "The requested revision is currently building, Retry? yes/no: "
67
67
  if retrying then
68
- put "Retrying in #{jenkins_retry_sleep} seconds."
68
+ puts "Retrying in #{jenkins_retry_sleep} seconds."
69
69
  sleep jenkins_retry_sleep
70
70
  redo
71
71
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-jenkins
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: