apirocket 1.2 → 1.3

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{apirocket}
5
- s.version = "1.2"
5
+ s.version = "1.3"
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.2}
19
+ s.rubyforge_project = %q{1.3}
20
20
  s.rubygems_version = %q{1.3.5}
21
21
  s.summary = %q{FIX (describe your package)}
22
22
  s.test_files = []
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- system "java -DAPIROCKET_HOME=#{File.dirname(__FILE__)}/.. -cp #{File.dirname(__FILE__)}/../lib/hamcrest-all-1.1.jar:#{File.dirname(__FILE__)}/../lib/junit-4.7.jar:#{File.dirname(__FILE__)}/../lib/mockito-all-1.6.jar:#{File.dirname(__FILE__)}/../lib/apirocket.jar apirocket.OperationMain #{ARGV.join(' ')}"
3
+ system "java -DAPIROCKET_HOME=#{File.dirname(__FILE__)}/.. -cp :#{File.dirname(__FILE__)}/../lib/apirocket.jar apirocket.OperationMain #{ARGV.join(' ')}"
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 Apirocket
5
- VERSION = '1.2'
5
+ VERSION = '1.3'
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.2"
9
+ version: "1.3"
10
10
  platform: ruby
11
11
  authors:
12
12
  - " full name"
Binary file
Binary file
Binary file