klaas1979-ivy4r-jars 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ === 1.0.2 / 2009-08-24
2
+
3
+ * use new ivy version +2.1.0-rc2+
4
+
1
5
  === 1.0.1 / 2009-06-24
2
6
 
3
7
  * small improvements in rakefile (execute test for some targets)
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ivy4r-jars}
5
- s.version = "1.0.1"
5
+ s.version = "1.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Klaas Prause"]
9
- s.date = %q{2009-06-24}
9
+ s.date = %q{2009-08-24}
10
10
  s.default_executable = %q{ivy4r_jars}
11
11
  s.description = %q{Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to
12
12
  separate them from the ruby support for ivy. The dependencies include the needed jars to use
@@ -29,7 +29,6 @@ separate them from the ruby support for ivy. The dependencies include the needed
29
29
  "lib/ant-launcher-1.7.1.jar",
30
30
  "lib/ant-trax-1.7.1.jar",
31
31
  "lib/ivy4r_jars.rb",
32
- "lib/ivy_2.2.0.20090623115408.jar",
33
32
  "lib/jsch-0.1.41.jar",
34
33
  "lib/oro-2.0.8.jar",
35
34
  "test/test_ivy4r_jars.rb"
@@ -1,5 +1,5 @@
1
1
  class Ivy4rJars
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
 
4
4
  class << self
5
5
  # Returns expanded path to directory containing the jars
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klaas1979-ivy4r-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Klaas Prause
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-24 00:00:00 -07:00
12
+ date: 2009-08-24 00:00:00 -07:00
13
13
  default_executable: ivy4r_jars
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -44,12 +44,12 @@ files:
44
44
  - lib/ant-launcher-1.7.1.jar
45
45
  - lib/ant-trax-1.7.1.jar
46
46
  - lib/ivy4r_jars.rb
47
- - lib/ivy_2.2.0.20090623115408.jar
48
47
  - lib/jsch-0.1.41.jar
49
48
  - lib/oro-2.0.8.jar
50
49
  - test/test_ivy4r_jars.rb
51
50
  has_rdoc: false
52
51
  homepage: http://github.com/klaas1979/ivy4r-jars/tree/master
52
+ licenses:
53
53
  post_install_message:
54
54
  rdoc_options:
55
55
  - --main
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements: []
73
73
 
74
74
  rubyforge_project: hamburgrb
75
- rubygems_version: 1.2.0
75
+ rubygems_version: 1.3.5
76
76
  signing_key:
77
77
  specification_version: 3
78
78
  summary: Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to separate them from the ruby support for ivy