rake-ant 1.0.5 → 1.0.6

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: 258d246fd595a29dbb2971125aa82761e10583b6ddfa0709aedf74a238218df0
4
- data.tar.gz: 11c3a10ce8fc23cee7daa58d27c732f5d0c1c589b96e5b9348cec1fd503a400b
3
+ metadata.gz: 5c2045acb68024390dad4618b57f941a87af974b6cfc2c90183563f0fe4c39ea
4
+ data.tar.gz: 843d4b4f0b855a7d790204be48f5d0eb940b3d096fd83a6bacc25f49dd73659e
5
5
  SHA512:
6
- metadata.gz: 9065275c736904ff2ce8929e770dd2664ad4f3eac113cb039b636f37703564b34416a0e563daa4088afe60139a035471faf89fe782c3312b61b409e3532a684a
7
- data.tar.gz: '09c0900d19bcdb9b75eb50a2d1631d38633266702295bea3edb04d34b63036543cd14abc2f853cf7c4f757227470f033951fc0ab57621cc5f71f7d185de1fa5e'
6
+ metadata.gz: 1238075fee8f0ca888043ce011ae992cacafdd6675d60cf19e6ba3ae86a0e43f4c679a430fcdfdb20fdb557ab5248a40102f42c0ed5c9f5826648d4628efebfa
7
+ data.tar.gz: a87c1d904d08f0f3b424229a0aac73799bf5173422b71a1b95e4c9defd5be4d627f6e3d1038be2f063b2c41dd1067755db32007183d957ea0c2d04430f91bb6a
@@ -1,10 +1,12 @@
1
1
  class Rake::Ant
2
+ java_import org.apache.tools.ant.ExitStatusException
2
3
  java_import org.apache.tools.ant.IntrospectionHelper
3
4
  java_import org.apache.tools.ant.RuntimeConfigurable
4
5
  java_import org.apache.tools.ant.UnknownElement
5
6
 
6
7
  # preserve idempotence of Ruby wrapper as much as possible
7
8
  UnknownElement.__persistent__ = true
9
+ ExitStatusException.__persistent__ = true
8
10
 
9
11
  class UnknownElement
10
12
  attr_accessor :ant, :nesting
@@ -1,5 +1,5 @@
1
1
  module Rake
2
2
  class Ant
3
- VERSION = "1.0.5"
3
+ VERSION = "1.0.6"
4
4
  end
5
5
  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.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas E Enebo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-12-15 00:00:00.000000000 Z
12
+ date: 2022-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  requirement: !ruby/object:Gem::Requirement
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.2.29
80
+ rubygems_version: 3.3.13
81
81
  signing_key:
82
82
  specification_version: 4
83
83
  summary: Ant tasks and integration for Rake