rake-ant 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b268b6305910ec56200c3b3a4696252e55d71723432ed22c0b715d3d8eb5968b
4
- data.tar.gz: fd5f7135ab14cf3ac350a77a51f565fd06014aca88c73ce9e9392c6bc676d4ec
3
+ metadata.gz: 513ac4b1cc7cd514a223d236d02bc2112a94482f15bbad993696ac463cda452a
4
+ data.tar.gz: d870aaed59e35be462952fc8bda2c2ce915027e1ec7857c67d8a66abf2cb8275
5
5
  SHA512:
6
- metadata.gz: '09b50775cc53fe00fcf6a728e6f5d2fa2a68cb43c9265203e3191ba64f6a0990a7e4e0561662cb0aea42edf2476e70e1223fb30d671969d15feeebd29754b46e'
7
- data.tar.gz: '029787593404e745253840ff29ee98ff49e4203e0d28da9da274db2e6634ea6dfcab68b5ff98296c97590ef22cde31d882c9c766ee26a1b4e763cb04984d0909'
6
+ metadata.gz: da2474e501587320b03938a8f5245fb62915b7104711aa1b531cbf364e2c492cf087b4deea3cd0f6bad96a85fd95685c4c2720c135202f35b3ce3b45ffc92273
7
+ data.tar.gz: cb30596612194d5bb7e52b9da26162674aa188ba2963b865999502b79838d937cb662099a5d4252cd33c8f16fa3235dab314afc5c7b9d9f9290970da2f851625
@@ -28,6 +28,8 @@ class Rake::Ant
28
28
  end
29
29
  classpath_jars.uniq.each {|j| $CLASSPATH << j }
30
30
  end
31
+ rescue Errno::ENOENT
32
+ raise RuntimeError, "Could not execute `#{ant_script}`. Make sure Ant is installed on the local system."
31
33
  end
32
34
 
33
35
  def self.load
@@ -1,5 +1,5 @@
1
1
  module Rake
2
2
  class Ant
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -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.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: []