uhl-cap-recipes 0.1.9 → 0.1.10

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: 9
4
+ :patch: 10
5
5
  :build:
@@ -244,7 +244,7 @@ Capistrano::Configuration.instance(true).load do |configuration|
244
244
  def self.record_git_reversion_command()
245
245
  [
246
246
  "cd #{deploy_to_gitrepo}",
247
- "echo \"$(date +"%Y-%m-%d %H:%M:%S") $(git log --pretty -1 | awk '/^commit/{print $2}')\" >> #{deploy_to}/#{application}_reversion",
247
+ "echo \"$(date +\"%Y-%m-%d %H:%M:%S\") $(git log --pretty -1 | awk '/^commit/{print $2}')\" >> #{deploy_to}/#{application}_reversion",
248
248
  ].join("; ")
249
249
  end
250
250
 
@@ -215,7 +215,7 @@ Capistrano::Configuration.instance(true).load do |configuration|
215
215
  def self.record_git_reversion_command()
216
216
  [
217
217
  "cd #{deploy_to_gitrepo}",
218
- "echo \"$(date +"%Y-%m-%d %H:%M:%S") $(git log --pretty -1 | awk '/^commit/{print $2}')\" >> #{deploy_to}/#{application}_reversion",
218
+ "echo \"$(date +\"%Y-%m-%d %H:%M:%S\") $(git log --pretty -1 | awk '/^commit/{print $2}')\" >> #{deploy_to}/#{application}_reversion",
219
219
  ].join("; ")
220
220
  end
221
221
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "uhl-cap-recipes"
8
- s.version = "0.1.9"
8
+ s.version = "0.1.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["crazycode"]
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.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: