ruby-maven 3.3.7 → 3.3.8
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/bin/rmvn +5 -21
- data/lib/maven/ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be1cfb899e3c89b8d5d80109f9f6f14514f9dd27
|
4
|
+
data.tar.gz: f566dc4f070441de3439906b6bcebf3dc9c70a53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97ebfae189a8b3eb2a7c8f2ed19676ab881bc04367d06b3939ba8fb9668e5e701840e6573ec6f4878134bcafe3bafa6c5298e18f5de7933068c27e8520858226
|
7
|
+
data.tar.gz: c08cfe8b268f1cb401533f451d799043b038eaf4b7c16fa37b09f1bdfb4683796e40e6674e37cfe3713b85cace5a94bba386bb77e01a6430522d3e953c08dbf3
|
data/bin/rmvn
CHANGED
@@ -1,23 +1,7 @@
|
|
1
|
-
#!/usr/bin/env
|
2
|
-
|
3
|
-
# This file was generated by RubyGems.
|
4
|
-
#
|
5
|
-
# The application 'ruby-maven' is installed as part of a gem, and
|
6
|
-
# this file is here to facilitate running it.
|
7
|
-
#
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
require 'ruby-maven'
|
8
3
|
|
9
|
-
|
4
|
+
args = ARGV.dup
|
5
|
+
ARGV.clear # clean up in case another script gets executed it gets clear ARGV
|
10
6
|
|
11
|
-
|
12
|
-
|
13
|
-
if ARGV.first
|
14
|
-
str = ARGV.first
|
15
|
-
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
|
16
|
-
if str =~ /\A_(.*)_\z/
|
17
|
-
version = $1
|
18
|
-
ARGV.shift
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
gem 'ruby-maven', version
|
23
|
-
load Gem.bin_path('ruby-maven', 'rmvn', version)
|
7
|
+
RubyMaven.exec(*args)
|
data/lib/maven/ruby/version.rb
CHANGED
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.
|
4
|
+
version: 3.3.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christian Meier
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|