riskman 0.0.2 → 0.0.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.
Files changed (3) hide show
  1. data/lib/riskman.jar +0 -0
  2. data/lib/riskman.rb +1 -1
  3. metadata +4 -4
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.2'
5
+ VERSION = '0.0.3'
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.2
4
+ version: 0.0.3
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-28 00:00:00 +01:00
12
+ date: 2010-01-30 00:00:00 +01:00
13
13
  default_executable: riskman
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -57,8 +57,8 @@ files:
57
57
  - lib/riskman.rb
58
58
  - lib/riskman.jar
59
59
  - lib/hamcrest-all-1.1.jar
60
- - test/test_riskman.rb
61
60
  - test/test_helper.rb
61
+ - test/test_riskman.rb
62
62
  has_rdoc: true
63
63
  homepage: http://github.com/#{github_username}/#{project_name}
64
64
  licenses: []
@@ -89,5 +89,5 @@ signing_key:
89
89
  specification_version: 3
90
90
  summary: FIX (describe your package)
91
91
  test_files:
92
- - test/test_riskman.rb
93
92
  - test/test_helper.rb
93
+ - test/test_riskman.rb