torquebox-capistrano-support 2.0.0.beta3 → 2.0.0.cr1

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.
@@ -68,7 +68,7 @@ module Capistrano
68
68
  set( :jruby_bin, lambda{ "#{jruby_home}/bin/jruby #{jruby_opts}" } ) unless exists?( :jruby_bin )
69
69
 
70
70
  set( :jboss_home, lambda{ "#{torquebox_home}/jboss" } ) unless exists?( :jboss_home )
71
- set( :jboss_control_style, :initid ) unless exists?( :jboss_control_style )
71
+ set( :jboss_control_style, :initd ) unless exists?( :jboss_control_style )
72
72
  set( :jboss_init_script, '/etc/init.d/jboss-as-standalone' ) unless exists?( :jboss_init_script )
73
73
  set( :jboss_bind_address, '0.0.0.0' ) unless exists?( :jboss_bind_address )
74
74
 
@@ -101,7 +101,7 @@ module Capistrano
101
101
  when :initd
102
102
  run "JBOSS_HOME=#{jboss_home} #{jboss_init_script} stop"
103
103
  when :binscripts
104
- run "#{jboss_home}/bin/jboss-admin.sh --connect :shutdown"
104
+ run "#{jboss_home}/bin/jboss-cli.sh --connect :shutdown"
105
105
  end
106
106
  end
107
107
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: torquebox-capistrano-support
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 6
5
- version: 2.0.0.beta3
5
+ version: 2.0.0.cr1
6
6
  platform: ruby
7
7
  authors:
8
8
  - The TorqueBox Team
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-01-24 00:00:00 Z
13
+ date: 2012-03-02 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: jruby-openssl
@@ -67,11 +67,11 @@ extra_rdoc_files: []
67
67
 
68
68
  files:
69
69
  - licenses/lgpl-2.1.txt
70
- - lib/org.torquebox.capistrano-support.rb
71
70
  - lib/torquebox-capistrano-support.rb
71
+ - lib/org.torquebox.capistrano-support.rb
72
72
  - lib/torquebox/capistrano/recipes.rb
73
- - spec/recipes_spec.rb
74
73
  - spec/spec_helper.rb
74
+ - spec/recipes_spec.rb
75
75
  homepage: http://www.torquebox.org/torquebox-gems-parent/torquebox-capistrano-support/
76
76
  licenses:
77
77
  - lgpl
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  requirements: []
96
96
 
97
97
  rubyforge_project:
98
- rubygems_version: 1.8.9
98
+ rubygems_version: 1.8.15
99
99
  signing_key:
100
100
  specification_version: 3
101
101
  summary: TorqueBox Capistrano Support