ruby-maven 3.3.11 → 3.3.12

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: b251c2bec109534f96490561576ab57ea617bbc7
4
- data.tar.gz: 53d0275552584e92ef86cee6634bdd5d192b0158
3
+ metadata.gz: 353675a68b5c78b2881c78e5cd733918ce4435c6
4
+ data.tar.gz: c12df9df6022b941f902fc4cccc4af55e8425b10
5
5
  SHA512:
6
- metadata.gz: a20ef774862be2c9e5bfd9ca6db93214ad36073da292a9953f7fd45134ee64a6a47ea9add5a926c573bf1a4fecb34d385fdef76097e9cdd2cc6769973a144fa2
7
- data.tar.gz: 6a32e2abc1adda8012e60ba6f7e2da06da1574e46959e664a15dc170c426241b65b25bef485196c2787c545095081f62b4c4dc3249981a5e6db583bc6360b803
6
+ metadata.gz: 26ffe21557bb8285597220dde6ffad747cf44c2f4996f05f98e37963f28a8ad61e14630508aa363508a0c022864937fdc7b604a5fa470977186bca4ec895752e
7
+ data.tar.gz: 59b36d0b7760943ff30544dd950db7fb0c103dd14d4ecb3e20ca00f913f100ec61767c637392d45704da4e07c670d41e7609ab1365fb404f27dcc24fa6e63a22
@@ -4,11 +4,11 @@
4
4
  <extension>
5
5
  <groupId>org.torquebox.mojo</groupId>
6
6
  <artifactId>mavengem-wagon</artifactId>
7
- <version>0.2.0</version>
7
+ <version>0.2.1</version>
8
8
  </extension>
9
9
  <extension>
10
10
  <groupId>io.takari.polyglot</groupId>
11
11
  <artifactId>polyglot-ruby</artifactId>
12
- <version>0.1.16</version>
12
+ <version>0.1.18</version>
13
13
  </extension>
14
14
  </extensions>
@@ -1,5 +1,5 @@
1
1
  module Maven
2
2
  module Ruby
3
- VERSION = '3.3.11'.freeze
3
+ VERSION = '3.3.12'.freeze
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ describe RubyMaven do
10
10
  CatchStdout.exec do
11
11
  RubyMaven.exec( '--version' )
12
12
  end
13
- CatchStdout.result.must_match /Polyglot Maven Extension 0.1.15/
13
+ CatchStdout.result.must_match /Polyglot Maven Extension #{RubyMaven::POLYGLOT_VERSION}/
14
14
  xml = File.read('.mvn/extensions.xml')
15
15
  xml.must_equal "dummy\n"
16
16
  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.3.11
4
+ version: 3.3.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Meier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-30 00:00:00.000000000 Z
11
+ date: 2016-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement