capistrano-torquebox 0.2.1 → 0.2.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: edd389657fd07cc71e8d0faa9101c254f571d8a5
4
- data.tar.gz: d147b041ec538d300bbb06fc30348e7bad290522
3
+ metadata.gz: f1635b6da44c99400dfc1536873c22c74330474f
4
+ data.tar.gz: f080bbebdcb97c29bd789e26847f1e4929a40d41
5
5
  SHA512:
6
- metadata.gz: b87658a5b30252b4d7b199da96c61edddc6e98d2f384d800d1ccfd74b93fcdba9a118b56365e215e5cd9fb1e2553504cee30ed36d81f103957965db1cb97e838
7
- data.tar.gz: 14454555faae34a9b5b5b4c1ce9ce496194987843aaeb19dc9b3ccd5c2d9f8d69fa4134160c7a9df7ed7641bd2b1bf1cd4a2458e38856429af3b2605bf1973cb
6
+ metadata.gz: 063cd8d9247017bf13e3c44dc0b331742e56fa11610425f10e0d725cb98dddbee9d7ade37e29859d4d393b6c45256ec5dd2071b2acb8f6f5f5250a6333cd2a72
7
+ data.tar.gz: b4de2d916fa58f2605ec85f3641e88bc254ef7d1e529dcd18d8685aaef8ba855428cb5ab792e4f1e754a27cbd64e4f902b438e6bc00e86ffff724bbbaaea76bc
data/Rakefile CHANGED
@@ -16,5 +16,7 @@ rule /^version:bump:.*/ do |t|
16
16
  f.write(version_file.sub(old_version, new_version))
17
17
  end
18
18
 
19
- sh "rake install && git add #{file} && git commit -m 'Bump version to #{new_version}' && git tag version-#{new_version} && git push && git push --tags"
19
+ sh "rake install && git add #{file} && git commit -m 'Bump version to #{new_version}'"
20
+
21
+ Rake::Task['release'].execute
20
22
  end
@@ -131,7 +131,7 @@ namespace :deploy do
131
131
  when 'runit'
132
132
  execute "test -x #{fetch(:jboss_runit_script)}"
133
133
  when 'upstart'
134
- execute "test -x #{fetch(:jboss_upstart_script)}"
134
+ test "[[ -f #{fetch(:jboss_upstart_script)} ]]"
135
135
  end
136
136
 
137
137
  execute "test -d #{fetch(:jboss_home)}"
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Torquebox
3
- Version = '0.2.1'.freeze
3
+ Version = '0.2.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-torquebox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Simecek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-26 00:00:00.000000000 Z
11
+ date: 2014-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano