riskman 0.0.1 → 0.0.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.
data/bin/riskman CHANGED
@@ -1,5 +1,3 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require 'riskman'
4
-
5
- system "java -jar #{File.dirname(__FILE__)}/../lib/riskman.jar"
3
+ system "java -cp #{File.dirname(__FILE__)}/../lib/hamcrest-all-1.1.jar -jar #{File.dirname(__FILE__)}/../lib/riskman.jar #{ARGV.join(' ')}"
Binary file
data/lib/riskman.jar CHANGED
Binary file
data/lib/riskman.rb CHANGED
@@ -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 Riskman
5
- VERSION = '0.0.1'
5
+ VERSION = '0.0.2'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riskman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luca Marrocco, Giuseppe Di Pierri
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-25 00:00:00 +01:00
12
+ date: 2010-01-28 00:00:00 +01:00
13
13
  default_executable: riskman
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.2.1
33
+ version: 0.3.0
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: hoe
@@ -56,8 +56,9 @@ files:
56
56
  - bin/riskman
57
57
  - lib/riskman.rb
58
58
  - lib/riskman.jar
59
- - test/test_helper.rb
59
+ - lib/hamcrest-all-1.1.jar
60
60
  - test/test_riskman.rb
61
+ - test/test_helper.rb
61
62
  has_rdoc: true
62
63
  homepage: http://github.com/#{github_username}/#{project_name}
63
64
  licenses: []
@@ -88,5 +89,5 @@ signing_key:
88
89
  specification_version: 3
89
90
  summary: FIX (describe your package)
90
91
  test_files:
91
- - test/test_helper.rb
92
92
  - test/test_riskman.rb
93
+ - test/test_helper.rb