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 +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/lock_jar/version.rb +1 -1
- data/lock_jar.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d68df5093efbd081f06914ee57b4e5156dd781d
|
|
4
|
+
data.tar.gz: 79765d881efd41291a17b3e92a9425bf0ea4cd3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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>]
|
data/lib/lock_jar/version.rb
CHANGED
data/lock_jar.gemspec
CHANGED
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
|
+
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.
|
|
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.
|
|
26
|
+
version: 0.14.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: thor
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|