lock_jar 0.12.6 → 0.13.0
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 +8 -0
- data/README.md +1 -1
- data/lib/lock_jar/version.rb +1 -1
- data/lock_jar.gemspec +1 -1
- metadata +26 -28
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdc8665446b2c03fe7af8986a64e2f26e2c60b2b
|
|
4
|
+
data.tar.gz: 46e658bf1bd14e571797ed13e22af81390cdb86b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7168fac6c7af56f0875c87e27c68353ebb3f36acf3efc8fa3edeaf40f29cc3dd32863770bd6f071e48d42019b96721611804086624813866cec2e71991dabcd
|
|
7
|
+
data.tar.gz: 772b77a7c9b2c1262c2bd8c9521797f31fcba17f294650e8b2bd379f29ee3aef75ea43aaafb8d1c1f5fd9496cbd7b87c8230c51ac46b661b89ff5224f11cae83
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
## LockJar Changelog
|
|
2
2
|
|
|
3
|
+
### 0.13.0 (June 3, 2015)
|
|
4
|
+
|
|
5
|
+
* Use Naether 0.15.0
|
|
6
|
+
|
|
3
7
|
### 0.12.0 (Feburary 23, 2015)
|
|
4
8
|
|
|
5
9
|
* Add support for `without_default_maven_repo`
|
|
@@ -24,6 +28,10 @@
|
|
|
24
28
|
|
|
25
29
|
* Fix NoMethodError on nil dependencies graph (<a href="https://github.com/mguymon/lock_jar/pull/30">Pull #30</a>) [<a href="https://github.com/pangloss">pangloss</a>]
|
|
26
30
|
|
|
31
|
+
#### 0.12.6 (May 20, 2015)
|
|
32
|
+
|
|
33
|
+
* Update to Naether 0.14.3
|
|
34
|
+
|
|
27
35
|
### 0.10.0 (June 27, 2014)
|
|
28
36
|
|
|
29
37
|
* Extract Bundler out to own Gem - https://github.com/mguymon/lock_jar_bundler
|
data/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](http://travis-ci.org/mguymon/lock_jar)
|
|
4
4
|
|
|
5
5
|
LockJar manages Java Jars for Ruby. Powered by [Naether](https://github.com/mguymon/naether) to
|
|
6
|
-
create a frankenstein of Bundler and Maven. A Jarfile ([example](https://github.com/mguymon/lock_jar/blob/master/spec/Jarfile)) is used to generate a Jarfile.lock that contains all the resolved jar dependencies. The Jarfile.lock can be used to populate the classpath.
|
|
6
|
+
create a frankenstein of Bundler and Maven. A Jarfile ([example](https://github.com/mguymon/lock_jar/blob/master/spec/support/Jarfile)) is used to generate a Jarfile.lock that contains all the resolved jar dependencies. The Jarfile.lock can be used to populate the classpath.
|
|
7
7
|
|
|
8
8
|
LockJar can:
|
|
9
9
|
* Be used directly in MRI 1.9.3, 2.0, 2.1 and JRuby 1.6, 1.7
|
data/lib/lock_jar/version.rb
CHANGED
data/lock_jar.gemspec
CHANGED
|
@@ -20,7 +20,7 @@ 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.
|
|
23
|
+
s.add_dependency(%q<naether>, ['~> 0.15.0'])
|
|
24
24
|
s.add_dependency(%q<thor>, ['>= 0.18.1'])
|
|
25
25
|
|
|
26
26
|
s.add_development_dependency('rake')
|
metadata
CHANGED
|
@@ -1,60 +1,58 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lock_jar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.13.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Guymon
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2014-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
name: naether
|
|
15
14
|
requirement: !ruby/object:Gem::Requirement
|
|
16
15
|
requirements:
|
|
17
|
-
- -
|
|
16
|
+
- - ~>
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
20
|
-
|
|
18
|
+
version: 0.15.0
|
|
19
|
+
name: naether
|
|
21
20
|
prerelease: false
|
|
21
|
+
type: :runtime
|
|
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.15.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: thor
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
30
29
|
requirements:
|
|
31
|
-
- -
|
|
30
|
+
- - '>='
|
|
32
31
|
- !ruby/object:Gem::Version
|
|
33
32
|
version: 0.18.1
|
|
34
|
-
|
|
33
|
+
name: thor
|
|
35
34
|
prerelease: false
|
|
35
|
+
type: :runtime
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - '>='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 0.18.1
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: rake
|
|
43
42
|
requirement: !ruby/object:Gem::Requirement
|
|
44
43
|
requirements:
|
|
45
|
-
- -
|
|
44
|
+
- - '>='
|
|
46
45
|
- !ruby/object:Gem::Version
|
|
47
46
|
version: '0'
|
|
48
|
-
|
|
47
|
+
name: rake
|
|
49
48
|
prerelease: false
|
|
49
|
+
type: :development
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: Manage Jar files for Ruby. In the spirit of Bundler, a Jarfile is used
|
|
56
|
-
to generate a Jarfile.lock that contains all the resolved jar dependencies for scopes
|
|
57
|
-
runtime, compile, and test. The Jarfile.lock can be used to populate the classpath
|
|
55
|
+
description: Manage Jar files for Ruby. In the spirit of Bundler, a Jarfile is used to generate a Jarfile.lock that contains all the resolved jar dependencies for scopes runtime, compile, and test. The Jarfile.lock can be used to populate the classpath
|
|
58
56
|
email: michael@tobedevoured.com
|
|
59
57
|
executables:
|
|
60
58
|
- lockjar
|
|
@@ -63,8 +61,8 @@ extra_rdoc_files:
|
|
|
63
61
|
- LICENSE
|
|
64
62
|
- README.md
|
|
65
63
|
files:
|
|
66
|
-
-
|
|
67
|
-
-
|
|
64
|
+
- .gitignore
|
|
65
|
+
- .travis.yml
|
|
68
66
|
- CHANGELOG.md
|
|
69
67
|
- Gemfile
|
|
70
68
|
- Guardfile
|
|
@@ -124,24 +122,24 @@ homepage: http://github.com/mguymon/lock_jar
|
|
|
124
122
|
licenses:
|
|
125
123
|
- Apache
|
|
126
124
|
metadata: {}
|
|
127
|
-
post_install_message:
|
|
125
|
+
post_install_message:
|
|
128
126
|
rdoc_options: []
|
|
129
127
|
require_paths:
|
|
130
128
|
- lib
|
|
131
129
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
132
130
|
requirements:
|
|
133
|
-
- -
|
|
131
|
+
- - '>='
|
|
134
132
|
- !ruby/object:Gem::Version
|
|
135
133
|
version: '0'
|
|
136
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
135
|
requirements:
|
|
138
|
-
- -
|
|
136
|
+
- - '>='
|
|
139
137
|
- !ruby/object:Gem::Version
|
|
140
138
|
version: '0'
|
|
141
139
|
requirements: []
|
|
142
|
-
rubyforge_project:
|
|
143
|
-
rubygems_version: 2.
|
|
144
|
-
signing_key:
|
|
140
|
+
rubyforge_project:
|
|
141
|
+
rubygems_version: 2.1.9
|
|
142
|
+
signing_key:
|
|
145
143
|
specification_version: 4
|
|
146
144
|
summary: Manage Jar files for Ruby
|
|
147
145
|
test_files:
|
|
@@ -161,4 +159,4 @@ test_files:
|
|
|
161
159
|
- spec/support/Jarfile
|
|
162
160
|
- spec/support/helper.rb
|
|
163
161
|
- spec/support/shared_examples/lockfile.rb
|
|
164
|
-
has_rdoc:
|
|
162
|
+
has_rdoc:
|