capistrano-tampon 3.0.3 → 3.0.4
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/capistrano-tampon.gemspec +2 -2
- data/lib/capistrano/tampon/utilities.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f54f7b6dc22214688bed6b91d71922741962859
|
|
4
|
+
data.tar.gz: 34019e1ace84b48643d7249eb9bbd397cca878d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32dc8ecd271854d57ede9a6edeb54ea4880d3d0b19bd6c425c0e29c822b4a6157445f071ee82f837f6c645b3452463d67a4ef1a45684d11b27a0ca52595257a0
|
|
7
|
+
data.tar.gz: 11cbbd48d39025e612e3ce7fed1fb5c7c3feecb8ecbfcbf55fd6177ed06ff812082e3c19caf47c7508e26c1aad8c25c31af677ffa033685808e2dd55fa3545ad
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.4
|
data/capistrano-tampon.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "capistrano-tampon"
|
|
5
|
-
s.version = "3.0.
|
|
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 = "
|
|
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,
|
|
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.
|
|
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:
|
|
11
|
+
date: 2016-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|