torquebox-capistrano-support 2.3.1 → 2.3.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.
@@ -124,7 +124,7 @@ module Capistrano
124
124
  case ( jboss_control_style )
125
125
  when :initd
126
126
  puts "Restarting TorqueBox AS"
127
- puts "JBOSS_HOME=#{jboss_home} #{jboss_init_script} restart"
127
+ run "JBOSS_HOME=#{jboss_home} #{jboss_init_script} restart"
128
128
  when :binscripts
129
129
  run "JBOSS_HOME=#{jboss_home} #{jboss_init_script} stop"
130
130
  run "nohup #{jboss_home}/bin/standalone.sh -bpublic=#{jboss_bind_address} < /dev/null > /dev/null 2>&1 &"
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: torquebox-capistrano-support
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.3.1
5
+ version: 2.3.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - The TorqueBox Team
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-07 00:00:00.000000000 Z
12
+ date: 2013-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jruby-openssl
@@ -86,8 +86,8 @@ files:
86
86
  - lib/org.torquebox.capistrano-support.rb
87
87
  - lib/torquebox-capistrano-support.rb
88
88
  - lib/torquebox/capistrano/recipes.rb
89
- - spec/spec_helper.rb
90
89
  - spec/recipes_spec.rb
90
+ - spec/spec_helper.rb
91
91
  homepage: http://torquebox.org/
92
92
  licenses:
93
93
  - lgpl
@@ -97,17 +97,15 @@ require_paths:
97
97
  - lib
98
98
  required_ruby_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - ">="
100
+ - - '>='
101
101
  - !ruby/object:Gem::Version
102
- version: !binary |-
103
- MA==
102
+ version: '0'
104
103
  none: false
105
104
  required_rubygems_version: !ruby/object:Gem::Requirement
106
105
  requirements:
107
- - - ">="
106
+ - - '>='
108
107
  - !ruby/object:Gem::Version
109
- version: !binary |-
110
- MA==
108
+ version: '0'
111
109
  none: false
112
110
  requirements: []
113
111
  rubyforge_project: