lock_jar 0.10.4 → 0.10.5

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
  SHA1:
3
- metadata.gz: b54dd0ce6208d614ccf7c7c00170b88e7acc8873
4
- data.tar.gz: 2ef0adc0a3cfd9e45f98c91af70cb372da822f95
3
+ metadata.gz: 5d68df5093efbd081f06914ee57b4e5156dd781d
4
+ data.tar.gz: 79765d881efd41291a17b3e92a9425bf0ea4cd3a
5
5
  SHA512:
6
- metadata.gz: 0187742b48938f36aac927008bd3e144b26b8282416082f48d07fe590da4fe2c3fcf91ea32b6e8ec8f76e5907dda99e0b801d4949cd46654ee1e49b9b8ec97d2
7
- data.tar.gz: 8338498fae4777108642af1be9e2040a06cca25989bf3c631cb4f326888f57ae00b7df19472ac7080a58f2b097af6f2fd430c5971a7348aca2edb4387a5d2853
6
+ metadata.gz: a62084efdb888edc8f91e0e0f499184c5db5fd34a672c35b2136fa7ed078d821171b6e8df408c9296416277130898f7dd8c3187265de5a27c829ca89f30466f2
7
+ data.tar.gz: fee22c9c5e96e51f90ee1f225d5d21e58e70275d88be8f014f1bb1634bb1013ef82c61330222ab225c5f632d8fb261cd5e1f197e9b6547d20b0e02f265d1f668
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  ## LockJar Changelog
2
2
 
3
+ ### 0.10.4 (Feburary 11, 2015)
4
+
5
+ * Fix bug with excludes in Jarfiles (<a href="https://github.com/mguymon/lock_jar/pull/25">Pull #20</a>) [<a href="https://github.com/pangloss">pangloss</a>]
6
+
7
+ ### 0.10.3 (Januaray 13, 2015)
8
+
9
+ * Control the logging of Naether from LockJar::Logging
10
+
11
+ ### 0.10.2 (November 20, 2014)
12
+
13
+ * Default to the correct file, based on desired type (<a href="https://github.com/mguymon/lock_jar/pull/22">Pull #20</a>) [<a href="https://github.com/pangloss">pangloss</a>]
14
+
3
15
  ### 0.10.1 (November 19, 2014)
4
16
 
5
17
  * Use local_repository from Jarfile.lock in install() if none has been passed in (<a href="https://github.com/mguymon/lock_jar/pull/20">Pull #20</a>) [<a href="https://github.com/stewi2">stewi2</a>]
@@ -1,3 +1,3 @@
1
1
  module LockJar
2
- VERSION = '0.10.4'
2
+ VERSION = '0.10.5'
3
3
  end
data/lock_jar.gemspec CHANGED
@@ -20,6 +20,6 @@ Gem::Specification.new do |s|
20
20
  s.require_paths = %w(lib)
21
21
  s.summary = 'Manage Jar files for Ruby'
22
22
 
23
- s.add_dependency(%q<naether>, ['~> 0.13.8'])
23
+ s.add_dependency(%q<naether>, ['~> 0.14.0'])
24
24
  s.add_dependency(%q<thor>, ['>= 0.18.1'])
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lock_jar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.4
4
+ version: 0.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Guymon
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.13.8
19
+ version: 0.14.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 0.13.8
26
+ version: 0.14.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: thor
29
29
  requirement: !ruby/object:Gem::Requirement