jbundler 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jbundler.jar +0 -0
- metadata +9 -9
data/lib/jbundler.jar
CHANGED
Binary file
|
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: jbundler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.4.
|
5
|
+
version: 0.4.3
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Christian Meier
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-06-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: ruby-maven
|
@@ -143,19 +143,19 @@ extensions: []
|
|
143
143
|
extra_rdoc_files: []
|
144
144
|
files:
|
145
145
|
- bin/jbundle
|
146
|
-
- lib/jbundler.rb
|
147
146
|
- lib/jbundler.jar
|
147
|
+
- lib/jbundler.rb
|
148
|
+
- lib/jbundler/lazy.rb
|
148
149
|
- lib/jbundler/pom.rb
|
149
|
-
- lib/jbundler/
|
150
|
+
- lib/jbundler/gemfile_lock.rb
|
150
151
|
- lib/jbundler/config.rb
|
151
|
-
- lib/jbundler/classpath_file.rb
|
152
152
|
- lib/jbundler/aether.rb
|
153
|
-
- lib/jbundler/
|
154
|
-
- lib/jbundler/
|
153
|
+
- lib/jbundler/classpath_file.rb
|
154
|
+
- lib/jbundler/cli.rb
|
155
155
|
- spec/classpath_file_spec.rb
|
156
156
|
- spec/setup.rb
|
157
|
-
- spec/pom_spec.rb
|
158
157
|
- spec/aether_spec.rb
|
158
|
+
- spec/pom_spec.rb
|
159
159
|
- MIT-LICENSE
|
160
160
|
- Readme.md
|
161
161
|
- Gemfile.lock~
|
@@ -190,5 +190,5 @@ specification_version: 3
|
|
190
190
|
summary: managing jar dependencies
|
191
191
|
test_files:
|
192
192
|
- spec/classpath_file_spec.rb
|
193
|
-
- spec/pom_spec.rb
|
194
193
|
- spec/aether_spec.rb
|
194
|
+
- spec/pom_spec.rb
|