uhl-cap-recipes 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 3
4
+ :patch: 4
5
5
  :build:
@@ -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"
@@ -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.3"
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-24"
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.3
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-24 00:00:00.000000000 Z
12
+ date: 2012-05-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano