deployr 1.1 → 1.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.
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- system "java -DDEPLOYR_HOME=#{File.dirname(__FILE__)}/.. -cp #{File.dirname(__FILE__)}/../lib/hamcrest-all-1.1.jar:#{File.dirname(__FILE__)}/../lib/jetty-6.1.23.jar:#{File.dirname(__FILE__)}/../lib/jetty-util-6.1.23.jar:#{File.dirname(__FILE__)}/../lib/junit-4.7.jar:#{File.dirname(__FILE__)}/../lib/mockito-all-1.6.jar:#{File.dirname(__FILE__)}/../lib/servlet-api-2.5-20081211.jar:#{File.dirname(__FILE__)}/../lib/deployr.jar deployr.cli.Main #{ARGV.join(' ')}"
3
+ system "java -DDEPLOYR_HOME=#{File.dirname(__FILE__)}/.. -cp :#{File.dirname(__FILE__)}/../lib/deployr.jar apirocket.OperationMain #{ARGV.join(' ')}"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{deployr}
5
- s.version = "1.1"
5
+ s.version = "1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = [" full name"]
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.post_install_message = %q{PostInstall.txt}
17
17
  s.rdoc_options = ["--main", "README.rdoc"]
18
18
  s.require_paths = ["lib"]
19
- s.rubyforge_project = %q{1.1}
19
+ s.rubyforge_project = %q{1.2}
20
20
  s.rubygems_version = %q{1.3.5}
21
21
  s.summary = %q{FIX (describe your package)}
22
22
  s.test_files = []
Binary file
@@ -2,5 +2,5 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module Deployr
5
- VERSION = '1.1'
5
+ VERSION = '1.2'
6
6
  end
metadata CHANGED
@@ -6,7 +6,7 @@ version: !ruby/object:Gem::Version
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- version: "1.1"
9
+ version: "1.2"
10
10
  platform: ruby
11
11
  authors:
12
12
  - " full name"
Binary file
Binary file
Binary file
Binary file
Binary file