ruby-maven 3.1.1.0.0 → 3.1.1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79bd459e51846e3410e134191ed92288b9a8bb07
4
- data.tar.gz: 4c1afb5022a142a05e8be449e041d613f55cec58
3
+ metadata.gz: 2a3d5ed4bd3167569a385244bc1f1728f48b80b0
4
+ data.tar.gz: 4904cf2ca52ec6ba0a3a507bccfe4fa22f2e529e
5
5
  SHA512:
6
- metadata.gz: 69d0e141f9009a7a5f46fb156502d213d71ad447a14964a5ef19fbca6fd94c22568496b6679dc058cd8da7dab2d369aae7b1b01e04d36c74b1f021a4d613b1cb
7
- data.tar.gz: 977ea680ae3de2721ea969fb2d4b73c2cc0dacc47a9878257bd3ea76bce83f7d335a8a3cb4a7342c57ae5d0bfe20d78e4161dcee3f4b0cc56a6c3d00320a9dbe
6
+ metadata.gz: caff755d93768010d1a682ad2c2a9d899245bcc2066179c8b546d07e2b9311b1d2a870ba31adc21d2b3d17842508458d17bf638890420e160763a32ac9d94950
7
+ data.tar.gz: 7f4306d7bbca2a5d832339ad574d2c21359585ad8b1a00e03821e4056c1e93a92706c9423d3f850d6733906b9a84345a9e840c777dd13b89cd51e578f6cd2603
Binary file
Binary file
Binary file
@@ -2,6 +2,6 @@ require 'maven'
2
2
  module Maven
3
3
  module Ruby
4
4
  MAVEN_VERSION = ::Maven::VERSION
5
- VERSION = MAVEN_VERSION + '.0.0'
5
+ VERSION = MAVEN_VERSION + '.0.1'# + '.dev'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-maven
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1.0.0
4
+ version: 3.1.1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Meier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-05 00:00:00.000000000 Z
11
+ date: 2013-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: maven-tools
@@ -77,7 +77,7 @@ files:
77
77
  - bin/rmvn
78
78
  - bin/m2jruby.conf
79
79
  - bin/m2.conf
80
- - ext/ruby/maven-tools-0.34.1.jar
80
+ - ext/ruby/maven-tools-0.34.2.jar
81
81
  - ext/ruby/tesla-polyglot-ruby-0.0.9.jar
82
82
  - ruby/ruby-maven.rb
83
83
  - ruby/tesla_maven.rb