atoulme-Antwrap 0.7.4-java → 0.7.5-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +1 -1
- data/lib/antwrap.rb +1 -1
- data/lib/java_adapter.rb +2 -2
- metadata +23 -28
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: f0520f2ce062c13a564dfcaadcf0c9d321587ab1
|
4
|
+
data.tar.gz: b6b5ed28fedc279b008d76248e6ea7b3fa814e64
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: f553a21dd80d973cf26ef03d89b112d6f113241ff7f2ede997430b745af055ac08dcd8df3449a170fa4c9c3a93f76bba1e0f6d78ce12deaed0b6a94633ee1441
|
7
|
+
data.tar.gz: 6cd8b6ea7a0f0e73e628a4adfe37a5cba4a2ce518a883028c8db3a1d68dfbc7743dfadd7b66f130f5091f7f671795b4d1bbb069d6c9d7d25bf860fadea55a052
|
data/Rakefile
CHANGED
@@ -19,7 +19,7 @@ require 'rake/testtask'
|
|
19
19
|
|
20
20
|
def apply_default_hoe_properties(hoe)
|
21
21
|
hoe.remote_rdoc_dir = ''
|
22
|
-
hoe.rubyforge_name = 'antwrap'
|
22
|
+
#hoe.rubyforge_name = 'antwrap'
|
23
23
|
hoe.author = 'Caleb Powell'
|
24
24
|
hoe.email = 'caleb.powell@gmail.com'
|
25
25
|
hoe.urls = ['http://rubyforge.org/projects/antwrap/']
|
data/lib/antwrap.rb
CHANGED
data/lib/java_adapter.rb
CHANGED
metadata
CHANGED
@@ -1,50 +1,45 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atoulme-Antwrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
5
|
-
prerelease:
|
4
|
+
version: 0.7.5
|
6
5
|
platform: java
|
7
6
|
authors:
|
8
7
|
- Caleb Powell
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-11-21 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rdoc
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- - ~>
|
17
|
+
- - "~>"
|
20
18
|
- !ruby/object:Gem::Version
|
21
|
-
version: '
|
19
|
+
version: '4.0'
|
22
20
|
type: :development
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- - ~>
|
24
|
+
- - "~>"
|
28
25
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
26
|
+
version: '4.0'
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: hoe
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- - ~>
|
31
|
+
- - "~>"
|
36
32
|
- !ruby/object:Gem::Version
|
37
|
-
version: '3.
|
33
|
+
version: '3.13'
|
38
34
|
type: :development
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- - ~>
|
38
|
+
- - "~>"
|
44
39
|
- !ruby/object:Gem::Version
|
45
|
-
version: '3.
|
46
|
-
description:
|
47
|
-
|
40
|
+
version: '3.13'
|
41
|
+
description: "\tA Ruby module that wraps the Apache Ant build tool. Antwrap can be
|
42
|
+
used to invoke Ant Tasks from a Ruby or a JRuby script.\n\n== FEATURES/PROBLEMS:\n\n\tAntwrap
|
48
43
|
runs on the native Ruby interpreter via the RJB (Ruby Java Bridge gem) and on the
|
49
44
|
JRuby interpreter. Antwrap is compatible with Ant versions 1.5.4, \n\t1.6.5 and
|
50
45
|
1.7.0. For more information, \tsee the Project Info (http://rubyforge.org/projects/antwrap/)
|
@@ -61,6 +56,7 @@ extra_rdoc_files:
|
|
61
56
|
- Manifest.txt
|
62
57
|
- README.txt
|
63
58
|
files:
|
59
|
+
- ".gemtest"
|
64
60
|
- History.txt
|
65
61
|
- LICENSE
|
66
62
|
- Manifest.txt
|
@@ -71,40 +67,39 @@ files:
|
|
71
67
|
- docs/index_files/blankdot.gif
|
72
68
|
- docs/index_files/blankdot.html
|
73
69
|
- docs/index_files/urchin.js
|
70
|
+
- lib/ant_libraries.rb
|
74
71
|
- lib/ant_project.rb
|
75
72
|
- lib/ant_task.rb
|
76
73
|
- lib/antwrap.rb
|
77
74
|
- lib/antwrap_utilities.rb
|
78
|
-
- lib/ant_libraries.rb
|
79
75
|
- lib/java_adapter.rb
|
80
76
|
- test/antwrap_test.rb
|
81
77
|
- test/javaadapter_spec.rb
|
82
|
-
- .gemtest
|
83
78
|
homepage: http://rubyforge.org/projects/antwrap/
|
84
|
-
licenses:
|
79
|
+
licenses:
|
80
|
+
- MIT
|
81
|
+
metadata: {}
|
85
82
|
post_install_message:
|
86
83
|
rdoc_options:
|
87
|
-
- --main
|
84
|
+
- "--main"
|
88
85
|
- README.txt
|
89
86
|
require_paths:
|
90
87
|
- lib
|
91
88
|
required_ruby_version: !ruby/object:Gem::Requirement
|
92
|
-
none: false
|
93
89
|
requirements:
|
94
|
-
- -
|
90
|
+
- - ">="
|
95
91
|
- !ruby/object:Gem::Version
|
96
92
|
version: '0'
|
97
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
|
-
none: false
|
99
94
|
requirements:
|
100
|
-
- -
|
95
|
+
- - ">="
|
101
96
|
- !ruby/object:Gem::Version
|
102
97
|
version: '0'
|
103
98
|
requirements: []
|
104
|
-
rubyforge_project:
|
105
|
-
rubygems_version:
|
99
|
+
rubyforge_project:
|
100
|
+
rubygems_version: 2.2.2
|
106
101
|
signing_key:
|
107
|
-
specification_version:
|
102
|
+
specification_version: 4
|
108
103
|
summary: A Ruby module that wraps the Apache Ant build tool. Antwrap can be used to
|
109
104
|
invoke Ant Tasks from a Ruby or a JRuby script.
|
110
105
|
test_files:
|