lock_jar 0.12.5 → 0.12.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/lock_jar/version.rb +1 -1
- data/lock_jar.gemspec +1 -1
- metadata +28 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8336a022bbd2f0b7ca66cd3991f1a435eedd9a12
|
|
4
|
+
data.tar.gz: bdb9edc767363a36d021e7935d733ab677fcc5ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d722b823730a6fb44e2f8e8164aad6cb41d1daa29be2d6a26a2a2ba3894a3d471d74c48d33439e61bf493adbc8858416198c64fc0c28a378e15c43c598e8bb59
|
|
7
|
+
data.tar.gz: 8c1a0ef793af377d1f4cb2500c4b5ce693b2d58821210c3cb6fed39561af1358b7bf2ed45e30cb53c33c79849745abebfaa0834bc2cd6a7351c573fe51dfe859
|
data/CHANGELOG.md
CHANGED
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
|
|
21
21
|
* Update Naether dep to 0.14.2
|
|
22
22
|
|
|
23
|
+
#### 0.12.5 (May 7, 2015)
|
|
24
|
+
|
|
25
|
+
* 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
|
+
|
|
23
27
|
### 0.10.0 (June 27, 2014)
|
|
24
28
|
|
|
25
29
|
* Extract Bundler out to own Gem - https://github.com/mguymon/lock_jar_bundler
|
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.14.
|
|
23
|
+
s.add_dependency(%q<naether>, ['~> 0.14.3'])
|
|
24
24
|
s.add_dependency(%q<thor>, ['>= 0.18.1'])
|
|
25
25
|
|
|
26
26
|
s.add_development_dependency('rake')
|
metadata
CHANGED
|
@@ -1,58 +1,60 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lock_jar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.6
|
|
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
|
|
14
15
|
requirement: !ruby/object:Gem::Requirement
|
|
15
16
|
requirements:
|
|
16
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
17
18
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.14.
|
|
19
|
-
name: naether
|
|
20
|
-
prerelease: false
|
|
19
|
+
version: 0.14.3
|
|
21
20
|
type: :runtime
|
|
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.14.
|
|
26
|
+
version: 0.14.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: thor
|
|
28
29
|
requirement: !ruby/object:Gem::Requirement
|
|
29
30
|
requirements:
|
|
30
|
-
- -
|
|
31
|
+
- - ">="
|
|
31
32
|
- !ruby/object:Gem::Version
|
|
32
33
|
version: 0.18.1
|
|
33
|
-
name: thor
|
|
34
|
-
prerelease: false
|
|
35
34
|
type: :runtime
|
|
35
|
+
prerelease: false
|
|
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
|
|
42
43
|
requirement: !ruby/object:Gem::Requirement
|
|
43
44
|
requirements:
|
|
44
|
-
- -
|
|
45
|
+
- - ">="
|
|
45
46
|
- !ruby/object:Gem::Version
|
|
46
47
|
version: '0'
|
|
47
|
-
name: rake
|
|
48
|
-
prerelease: false
|
|
49
48
|
type: :development
|
|
49
|
+
prerelease: false
|
|
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
|
|
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
|
|
56
58
|
email: michael@tobedevoured.com
|
|
57
59
|
executables:
|
|
58
60
|
- lockjar
|
|
@@ -61,8 +63,8 @@ extra_rdoc_files:
|
|
|
61
63
|
- LICENSE
|
|
62
64
|
- README.md
|
|
63
65
|
files:
|
|
64
|
-
- .gitignore
|
|
65
|
-
- .travis.yml
|
|
66
|
+
- ".gitignore"
|
|
67
|
+
- ".travis.yml"
|
|
66
68
|
- CHANGELOG.md
|
|
67
69
|
- Gemfile
|
|
68
70
|
- Guardfile
|
|
@@ -122,24 +124,24 @@ homepage: http://github.com/mguymon/lock_jar
|
|
|
122
124
|
licenses:
|
|
123
125
|
- Apache
|
|
124
126
|
metadata: {}
|
|
125
|
-
post_install_message:
|
|
127
|
+
post_install_message:
|
|
126
128
|
rdoc_options: []
|
|
127
129
|
require_paths:
|
|
128
130
|
- lib
|
|
129
131
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
130
132
|
requirements:
|
|
131
|
-
- -
|
|
133
|
+
- - ">="
|
|
132
134
|
- !ruby/object:Gem::Version
|
|
133
135
|
version: '0'
|
|
134
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
137
|
requirements:
|
|
136
|
-
- -
|
|
138
|
+
- - ">="
|
|
137
139
|
- !ruby/object:Gem::Version
|
|
138
140
|
version: '0'
|
|
139
141
|
requirements: []
|
|
140
|
-
rubyforge_project:
|
|
141
|
-
rubygems_version: 2.
|
|
142
|
-
signing_key:
|
|
142
|
+
rubyforge_project:
|
|
143
|
+
rubygems_version: 2.4.5
|
|
144
|
+
signing_key:
|
|
143
145
|
specification_version: 4
|
|
144
146
|
summary: Manage Jar files for Ruby
|
|
145
147
|
test_files:
|
|
@@ -159,4 +161,4 @@ test_files:
|
|
|
159
161
|
- spec/support/Jarfile
|
|
160
162
|
- spec/support/helper.rb
|
|
161
163
|
- spec/support/shared_examples/lockfile.rb
|
|
162
|
-
has_rdoc:
|
|
164
|
+
has_rdoc:
|