capistrano-tampon 3.0.3 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b18d5ae0a26082a101bc319ac05552d4fe5658c1
4
- data.tar.gz: 82dcf2957825ab49eafb840d0b181f8201c4622b
3
+ metadata.gz: 7f54f7b6dc22214688bed6b91d71922741962859
4
+ data.tar.gz: 34019e1ace84b48643d7249eb9bbd397cca878d9
5
5
  SHA512:
6
- metadata.gz: 7b9ea3510ffd9f5a1dfdd0fda127cde9846a27bfc373322713f4c6ccc64fd1c6aa7582a56a7b4cf991f80ec083a64ce95947cad269b62edd81597164b9d45484
7
- data.tar.gz: 4625a304551db0c300053ba855b769e7eff2d879b0b686fadce8fc8c6dc0bb2f85968224b631e60029a186163e58e3b3577f526b1abf08f95febb6d64eb84b43
6
+ metadata.gz: 32dc8ecd271854d57ede9a6edeb54ea4880d3d0b19bd6c425c0e29c822b4a6157445f071ee82f837f6c645b3452463d67a4ef1a45684d11b27a0ca52595257a0
7
+ data.tar.gz: 11cbbd48d39025e612e3ce7fed1fb5c7c3feecb8ecbfcbf55fd6177ed06ff812082e3c19caf47c7508e26c1aad8c25c31af677ffa033685808e2dd55fa3545ad
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.0.4
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "capistrano-tampon"
5
- s.version = "3.0.3"
5
+ s.version = "3.0.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new("> 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Spencer Markowski"]
9
- s.date = "2013-02-01"
9
+ s.date = "2016-06-04"
10
10
  s.description = "An unrestictive way to deploy using gitflow and capistrano"
11
11
  s.email = "spencer@theablefew.com"
12
12
  s.extra_rdoc_files = [
@@ -70,7 +70,7 @@ module Capistrano
70
70
  puts banner unless Capistrano::Tampon::Configuration.prude.to_i == 1
71
71
  if fetch(:stage) == :production
72
72
  available_releases
73
- set :from_destination, ask("\nRelease to deploy:".color(:yellow).bright, lastest_release)
73
+ set :from_destination, ask("\nRelease to deploy:".color(:yellow).bright, latest_release)
74
74
  else
75
75
  set :create_tag, ask("\nDo you want to tag deployment?".color(:yellow).bright, 'N')
76
76
  return next_tag if fetch(:create_tag).downcase =~ /^[Yy]$/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-tampon
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spencer Markowski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-02-01 00:00:00.000000000 Z
11
+ date: 2016-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano