uhl-cap-recipes 0.1.3 → 0.1.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.
- data/VERSION.yml +1 -1
- data/lib/cap_recipes/tasks/play.rb +1 -1
- data/uhl-cap-recipes.gemspec +2 -2
- metadata +2 -2
data/VERSION.yml
CHANGED
|
@@ -145,7 +145,7 @@ Capistrano::Configuration.instance(true).load do |configuration|
|
|
|
145
145
|
desc "deploy. use -s tag=xxx to set tag's name, if NOT set tag, pull the repository's last version."
|
|
146
146
|
task :deploy do
|
|
147
147
|
play.setup_remote
|
|
148
|
-
play.setup_or_update_reeb_config
|
|
148
|
+
run play.setup_or_update_reeb_config
|
|
149
149
|
tag_name = configuration[:tag] || configuration[:build_version]
|
|
150
150
|
unless tag_name.nil?
|
|
151
151
|
# raise "NO tag. pls use -s tag=xxx set tag_name"
|
data/uhl-cap-recipes.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "uhl-cap-recipes"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["crazycode"]
|
|
12
|
-
s.date = "2012-05-
|
|
12
|
+
s.date = "2012-05-29"
|
|
13
13
|
s.description = "capistrano recipes for my works"
|
|
14
14
|
s.email = "crazycode@gmail.com"
|
|
15
15
|
s.executables = ["cap-recipes"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: uhl-cap-recipes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-05-
|
|
12
|
+
date: 2012-05-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|