jbundler 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. data/lib/jbundler.jar +0 -0
  2. metadata +9 -9
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.2
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-04-10 00:00:00.000000000 Z
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/cli.rb
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/gemfile_lock.rb
154
- - lib/jbundler/lazy.rb
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