rake-ant 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rake/ant.rb +2 -0
- data/lib/rake/ant/version.rb +1 -1
- data/rake-ant.gemspec +2 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 513ac4b1cc7cd514a223d236d02bc2112a94482f15bbad993696ac463cda452a
|
4
|
+
data.tar.gz: d870aaed59e35be462952fc8bda2c2ce915027e1ec7857c67d8a66abf2cb8275
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da2474e501587320b03938a8f5245fb62915b7104711aa1b531cbf364e2c492cf087b4deea3cd0f6bad96a85fd95685c4c2720c135202f35b3ce3b45ffc92273
|
7
|
+
data.tar.gz: cb30596612194d5bb7e52b9da26162674aa188ba2963b865999502b79838d937cb662099a5d4252cd33c8f16fa3235dab314afc5c7b9d9f9290970da2f851625
|
data/lib/rake/ant.rb
CHANGED
data/lib/rake/ant/version.rb
CHANGED
data/rake-ant.gemspec
CHANGED
@@ -12,6 +12,8 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.summary = %q{Ant tasks and integration for Rake}
|
13
13
|
spec.homepage = "https://github.com/jruby/rake-ant"
|
14
14
|
|
15
|
+
spec.license = "EPL-2.0"
|
16
|
+
|
15
17
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
16
18
|
f.match(%r{^(test|spec|features)/})
|
17
19
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake-ant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas E Enebo
|
@@ -63,7 +63,8 @@ files:
|
|
63
63
|
- lib/rake/ant/version.rb
|
64
64
|
- rake-ant.gemspec
|
65
65
|
homepage: https://github.com/jruby/rake-ant
|
66
|
-
licenses:
|
66
|
+
licenses:
|
67
|
+
- EPL-2.0
|
67
68
|
metadata: {}
|
68
69
|
post_install_message:
|
69
70
|
rdoc_options: []
|