ivy4r-jars 1.1.0 → 1.2.0

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,18 +1,23 @@
1
- === 1.1.0 / 2009-10-19
2
-
3
- * use new ivy version +2.1.0+
4
- * Moved to gemcutter for hosting of gems 'gem install gemcutter' add it as primary location and you
5
- can install gems as before
6
-
7
- === 1.0.2 / 2009-08-24
8
-
9
- * use new ivy version +2.1.0-rc2+
10
-
11
- === 1.0.1 / 2009-06-24
12
-
13
- * small improvements in rakefile (execute test for some targets)
14
- * publish to rubyforge "hamburg.rb"
15
-
16
- === 1.0.0 / 2009-06-23
17
-
18
- * Contains the major jars for ANT and Ivy
1
+ === 1.2.0 / 2010-10-12
2
+
3
+ * use new ivy version +2.2.0+
4
+ * Added missing additional ivy dependency that are contained in ivy distribution 2.2.0
5
+
6
+ === 1.1.0 / 2009-10-19
7
+
8
+ * use new ivy version +2.1.0+
9
+ * Moved to gemcutter for hosting of gems 'gem install gemcutter' add it as primary location and you
10
+ can install gems as before
11
+
12
+ === 1.0.2 / 2009-08-24
13
+
14
+ * use new ivy version +2.1.0-rc2+
15
+
16
+ === 1.0.1 / 2009-06-24
17
+
18
+ * small improvements in rakefile (execute test for some targets)
19
+ * publish to rubyforge "hamburg.rb"
20
+
21
+ === 1.0.0 / 2009-06-23
22
+
23
+ * Contains the major jars for ANT and Ivy
@@ -1,14 +1,18 @@
1
- History.txt
2
- Manifest.txt
3
- README.txt
4
- Rakefile
5
- bin/ivy4r_jars
6
- ivy4r-jars.gemspec
7
- lib/ant-1.7.1.jar
8
- lib/ant-launcher-1.7.1.jar
9
- lib/ant-trax-1.7.1.jar
10
- lib/ivy4r_jars.rb
11
- lib/ivy-2.1.0.jar
12
- lib/jsch-0.1.41.jar
13
- lib/oro-2.0.8.jar
14
- test/test_ivy4r_jars.rb
1
+ History.txt
2
+ Manifest.txt
3
+ README.txt
4
+ bin/ivy4r_jars
5
+ ivy4r-jars.gemspec
6
+ lib/ant-1.7.1.jar
7
+ lib/ant-launcher-1.7.1.jar
8
+ lib/ant-trax-1.7.1.jar
9
+ lib/commons-codec-1.2.jar
10
+ lib/commons-httpclient-3.0.jar
11
+ lib/commons-logging-1.0.4.jar
12
+ lib/commons-vfs-1.0.jar
13
+ lib/ivy-2.2.0.jar
14
+ lib/ivy4r_jars.rb
15
+ lib/jsch-0.1.41.jar
16
+ lib/oro-2.0.8.jar
17
+ test/test_ivy4r_jars.rb
18
+
data/README.txt CHANGED
@@ -1,51 +1,51 @@
1
- = ivy4r-jars
2
-
3
- * http://github.com/klaas1979/ivy4r-jars/tree/master
4
- * http://hamburgrb.rubyforge.org/
5
-
6
- == DESCRIPTION:
7
-
8
- Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to
9
- separate them from the ruby support for ivy. The dependencies include the needed jars to use
10
- {Apache Ivy}[http://ant.apache.org/ivy/index.html] including Ant.
11
-
12
- == FEATURES/PROBLEMS:
13
-
14
- * this package is not useable by itself it only contains the jars needed by ivy4r[http://github.com/klaas1979/ivy4r/tree/master]
15
-
16
- == SYNOPSIS:
17
-
18
- see ivy4r[http://github.com/klaas1979/ivy4r/tree/master]
19
-
20
- == REQUIREMENTS:
21
-
22
- * see ivy4r[http://github.com/klaas1979/ivy4r/tree/master]
23
-
24
- == INSTALL:
25
-
26
- * you should not need to install this gem by itself it is required by ivy4r[http://github.com/klaas1979/ivy4r/tree/master].
27
-
28
- == LICENSE:
29
-
30
- (The MIT License)
31
-
32
- Copyright (c) 2009 blau Mobilfunk GmbH
33
-
34
- Permission is hereby granted, free of charge, to any person obtaining
35
- a copy of this software and associated documentation files (the
36
- 'Software'), to deal in the Software without restriction, including
37
- without limitation the rights to use, copy, modify, merge, publish,
38
- distribute, sublicense, and/or sell copies of the Software, and to
39
- permit persons to whom the Software is furnished to do so, subject to
40
- the following conditions:
41
-
42
- The above copyright notice and this permission notice shall be
43
- included in all copies or substantial portions of the Software.
44
-
45
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
46
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
48
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
49
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
50
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
51
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ = ivy4r-jars
2
+
3
+ * http://github.com/klaas1979/ivy4r-jars/tree/master
4
+ * http://hamburgrb.rubyforge.org/
5
+
6
+ == DESCRIPTION:
7
+
8
+ Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to
9
+ separate them from the ruby support for ivy. The dependencies include the needed jars to use
10
+ {Apache Ivy}[http://ant.apache.org/ivy/index.html] including Ant.
11
+
12
+ == FEATURES/PROBLEMS:
13
+
14
+ * this package is not useable by itself it only contains the jars needed by ivy4r[http://github.com/klaas1979/ivy4r/tree/master]
15
+
16
+ == SYNOPSIS:
17
+
18
+ see ivy4r[http://github.com/klaas1979/ivy4r/tree/master]
19
+
20
+ == REQUIREMENTS:
21
+
22
+ * see ivy4r[http://github.com/klaas1979/ivy4r/tree/master]
23
+
24
+ == INSTALL:
25
+
26
+ * you should not need to install this gem by itself it is required by ivy4r[http://github.com/klaas1979/ivy4r/tree/master].
27
+
28
+ == LICENSE:
29
+
30
+ (The MIT License)
31
+
32
+ Copyright (c) 2009 blau Mobilfunk GmbH
33
+
34
+ Permission is hereby granted, free of charge, to any person obtaining
35
+ a copy of this software and associated documentation files (the
36
+ 'Software'), to deal in the Software without restriction, including
37
+ without limitation the rights to use, copy, modify, merge, publish,
38
+ distribute, sublicense, and/or sell copies of the Software, and to
39
+ permit persons to whom the Software is furnished to do so, subject to
40
+ the following conditions:
41
+
42
+ The above copyright notice and this permission notice shall be
43
+ included in all copies or substantial portions of the Software.
44
+
45
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
46
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
48
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
49
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
50
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
51
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
- #!/usr/bin/env ruby
2
-
3
- abort "you need to write me"
1
+ #!/usr/bin/env ruby
2
+
3
+ abort "you need to write me"
@@ -1,59 +1,59 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- Gem::Specification.new do |s|
4
- s.name = %q{ivy4r-jars}
5
- s.version = "1.0.2"
6
-
7
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = ["Klaas Prause"]
9
- s.date = %q{2009-10-19}
10
- s.default_executable = %q{ivy4r_jars}
11
- s.description = %q{Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to
12
- separate them from the ruby support for ivy. The dependencies include the needed jars to use
13
- {Apache Ivy}[http://ant.apache.org/ivy/index.html] including Ant.}
14
- s.email = ["klaas.prause@googlemail.com"]
15
- s.executables = ["ivy4r_jars"]
16
- s.extra_rdoc_files = [
17
- "History.txt",
18
- "Manifest.txt",
19
- "README.txt"
20
- ]
21
- s.files = [
22
- "History.txt",
23
- "Manifest.txt",
24
- "README.txt",
25
- "Rakefile",
26
- "bin/ivy4r_jars",
27
- "ivy4r-jars.gemspec",
28
- "lib/ant-1.7.1.jar",
29
- "lib/ant-launcher-1.7.1.jar",
30
- "lib/ant-trax-1.7.1.jar",
31
- "lib/ivy-2.1.0.jar",
32
- "lib/ivy4r_jars.rb",
33
- "lib/jsch-0.1.41.jar",
34
- "lib/oro-2.0.8.jar",
35
- "test/test_ivy4r_jars.rb"
36
- ]
37
- s.homepage = %q{http://github.com/klaas1979/ivy4r-jars/tree/master}
38
- s.rdoc_options = ["--main", "README.txt", "--charset=UTF-8"]
39
- s.require_paths = ["lib"]
40
- s.rubyforge_project = %q{hamburgrb}
41
- s.rubygems_version = %q{1.3.5}
42
- s.summary = %q{Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to separate them from the ruby support for ivy}
43
- s.test_files = [
44
- "test/test_ivy4r_jars.rb"
45
- ]
46
-
47
- if s.respond_to? :specification_version then
48
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
49
- s.specification_version = 3
50
-
51
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
52
- s.add_development_dependency(%q<hoe>, [">= 2.3.3"])
53
- else
54
- s.add_dependency(%q<hoe>, [">= 2.3.3"])
55
- end
56
- else
57
- s.add_dependency(%q<hoe>, [">= 2.3.3"])
58
- end
59
- end
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = %q{ivy4r-jars}
5
+ s.version = "1.2.0"
6
+
7
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
+ s.authors = ["Klaas Reineke"]
9
+ s.date = %q{2009-10-19}
10
+ s.default_executable = %q{ivy4r_jars}
11
+ s.description = %q{Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to
12
+ separate them from the ruby support for ivy. The dependencies include the needed jars to use
13
+ {Apache Ivy}[http://ant.apache.org/ivy/index.html] including Ant.}
14
+ s.email = ["klaas.reineke@googlemail.com"]
15
+ s.executables = ["ivy4r_jars"]
16
+ s.extra_rdoc_files = [
17
+ "History.txt",
18
+ "Manifest.txt",
19
+ "README.txt"
20
+ ]
21
+ s.files = [
22
+ "History.txt",
23
+ "Manifest.txt",
24
+ "README.txt",
25
+ "Rakefile",
26
+ "bin/ivy4r_jars",
27
+ "ivy4r-jars.gemspec",
28
+ "lib/ant-1.7.1.jar",
29
+ "lib/ant-launcher-1.7.1.jar",
30
+ "lib/ant-trax-1.7.1.jar",
31
+ "lib/ivy-2.1.0.jar",
32
+ "lib/ivy4r_jars.rb",
33
+ "lib/jsch-0.1.41.jar",
34
+ "lib/oro-2.0.8.jar",
35
+ "test/test_ivy4r_jars.rb"
36
+ ]
37
+ s.homepage = %q{http://github.com/klaas1979/ivy4r-jars/tree/master}
38
+ s.rdoc_options = ["--main", "README.txt", "--charset=UTF-8"]
39
+ s.require_paths = ["lib"]
40
+ s.rubyforge_project = %q{hamburgrb}
41
+ s.rubygems_version = %q{1.3.5}
42
+ s.summary = %q{Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to separate them from the ruby support for ivy}
43
+ s.test_files = [
44
+ "test/test_ivy4r_jars.rb"
45
+ ]
46
+
47
+ if s.respond_to? :specification_version then
48
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
49
+ s.specification_version = 3
50
+
51
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
52
+ s.add_development_dependency(%q<hoe>, [">= 2.3.3"])
53
+ else
54
+ s.add_dependency(%q<hoe>, [">= 2.3.3"])
55
+ end
56
+ else
57
+ s.add_dependency(%q<hoe>, [">= 2.3.3"])
58
+ end
59
+ end
Binary file
Binary file
@@ -1,16 +1,16 @@
1
- class Ivy4rJars
2
- VERSION = '1.1.0'
3
-
4
- class << self
5
- # Returns expanded path to directory containing the jars
6
- def lib_dir
7
- @lib_dir ||= File.expand_path(File.dirname(__FILE__))
8
- end
9
-
10
- # Returns expanded path to directory that can be used as
11
- # __ANT_HOME__ for __Antwrap__.
12
- def ant_home_dir
13
- @ant_home_dir ||= File.dirname(lib_dir)
14
- end
15
- end
16
- end
1
+ class Ivy4rJars
2
+ VERSION = '1.2.0'
3
+
4
+ class << self
5
+ # Returns expanded path to directory containing the jars
6
+ def lib_dir
7
+ @lib_dir ||= File.expand_path(File.dirname(__FILE__))
8
+ end
9
+
10
+ # Returns expanded path to directory that can be used as
11
+ # __ANT_HOME__ for __Antwrap__.
12
+ def ant_home_dir
13
+ @ant_home_dir ||= File.dirname(lib_dir)
14
+ end
15
+ end
16
+ end
@@ -1,14 +1,14 @@
1
- $:.unshift File.join(File.dirname(__FILE__),'..','lib')
2
-
3
- require "test/unit"
4
- require "ivy4r_jars"
5
-
6
- class TestIvy4rJars < Test::Unit::TestCase
7
- def test_lib_dir_correct_dir
8
- assert_equal File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')), Ivy4rJars.lib_dir
9
- end
10
-
11
- def test_ant_home_dir_correct_dir
12
- assert_equal File.expand_path(File.join(File.dirname(__FILE__), '..')), Ivy4rJars.ant_home_dir
13
- end
14
- end
1
+ $:.unshift File.join(File.dirname(__FILE__),'..','lib')
2
+
3
+ require "test/unit"
4
+ require "ivy4r_jars"
5
+
6
+ class TestIvy4rJars < Test::Unit::TestCase
7
+ def test_lib_dir_correct_dir
8
+ assert_equal File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')), Ivy4rJars.lib_dir
9
+ end
10
+
11
+ def test_ant_home_dir_correct_dir
12
+ assert_equal File.expand_path(File.join(File.dirname(__FILE__), '..')), Ivy4rJars.ant_home_dir
13
+ end
14
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ivy4r-jars
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Klaas Prause
@@ -9,9 +9,19 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-19 00:00:00 +02:00
12
+ date: 2010-10-12 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rubyforge
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 2.0.4
24
+ version:
15
25
  - !ruby/object:Gem::Dependency
16
26
  name: hoe
17
27
  type: :development
@@ -20,11 +30,11 @@ dependencies:
20
30
  requirements:
21
31
  - - ">="
22
32
  - !ruby/object:Gem::Version
23
- version: 2.3.3
33
+ version: 2.6.0
24
34
  version:
25
35
  description: |-
26
- Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to
27
- separate them from the ruby support for ivy. The dependencies include the needed jars to use
36
+ Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to
37
+ separate them from the ruby support for ivy. The dependencies include the needed jars to use
28
38
  {Apache Ivy}[http://ant.apache.org/ivy/index.html] including Ant.
29
39
  email:
30
40
  - klaas.prause@googlemail.com
@@ -40,26 +50,28 @@ files:
40
50
  - History.txt
41
51
  - Manifest.txt
42
52
  - README.txt
43
- - Rakefile
44
53
  - bin/ivy4r_jars
45
54
  - ivy4r-jars.gemspec
46
55
  - lib/ant-1.7.1.jar
47
56
  - lib/ant-launcher-1.7.1.jar
48
57
  - lib/ant-trax-1.7.1.jar
58
+ - lib/commons-codec-1.2.jar
59
+ - lib/commons-httpclient-3.0.jar
60
+ - lib/commons-logging-1.0.4.jar
61
+ - lib/commons-vfs-1.0.jar
62
+ - lib/ivy-2.2.0.jar
49
63
  - lib/ivy4r_jars.rb
50
- - lib/ivy-2.1.0.jar
51
64
  - lib/jsch-0.1.41.jar
52
65
  - lib/oro-2.0.8.jar
53
66
  - test/test_ivy4r_jars.rb
54
67
  has_rdoc: true
55
- homepage: http://github.com/klaas1979/ivy4r-jars/tree/master
68
+ homepage: http://github.com/klaas1979/ivy4r-jars/tree/master
56
69
  licenses: []
57
70
 
58
71
  post_install_message:
59
72
  rdoc_options:
60
73
  - --main
61
74
  - README.txt
62
- - --charset=UTF-8
63
75
  require_paths:
64
76
  - lib
65
77
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -80,6 +92,6 @@ rubyforge_project: hamburgrb
80
92
  rubygems_version: 1.3.5
81
93
  signing_key:
82
94
  specification_version: 3
83
- summary: Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to separate them from the ruby support for ivy
95
+ summary: Contains all java jar dependencies for ivy4r[http://github.com/klaas1979/ivy4r/tree/master] to
84
96
  separate them from the ruby support for ivy
85
97
  test_files:
86
98
  - test/test_ivy4r_jars.rb
data/Rakefile DELETED
@@ -1,29 +0,0 @@
1
- # -*- ruby -*-
2
- $:.unshift File.join(File.dirname(__FILE__), 'lib')
3
-
4
- require 'rubygems'
5
- require 'hoe'
6
- require 'ivy4r_jars'
7
-
8
- hoe = Hoe.spec 'ivy4r-jars' do |p|
9
- self.rubyforge_name = 'hamburgrb'
10
- p.developer('Klaas Prause', 'klaas.prause@googlemail.com')
11
- p.remote_rdoc_dir = 'ivy4r-jars'
12
- File.open(File.join(File.dirname(__FILE__), 'VERSION'), 'w') do |file|
13
- file.puts Ivy4rJars::VERSION
14
- end
15
- end
16
-
17
- begin
18
- require 'jeweler'
19
- Jeweler::Tasks.new(hoe.spec)
20
- rescue LoadError
21
- puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
22
- end
23
-
24
- task :gemspec => :test
25
-
26
- desc "Tests, releases and publishs docs to rubyforge"
27
- task :release_and_publish => [:test, :release, :publish_docs]
28
-
29
- # vim: syntax=ruby