maven-tools 0.34.2 → 0.34.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -935,6 +935,11 @@ module Maven
935
935
  end
936
936
  if args.last.is_a?(Hash)
937
937
  options = args.last
938
+
939
+ # on ruby-maven side we ignore the require option
940
+ options.delete( :require )
941
+ options.delete( 'require' )
942
+
938
943
  if options.key?( :git )
939
944
  @has_git = true
940
945
  elsif options.key?( :path )
@@ -20,6 +20,6 @@
20
20
  #
21
21
  module Maven
22
22
  module Tools
23
- VERSION = '0.34.2'.freeze
23
+ VERSION = '0.34.3'.freeze
24
24
  end
25
25
  end
data/spec/spec_helper.rb CHANGED
@@ -6,3 +6,5 @@ require 'minitest/autorun'
6
6
 
7
7
  $LOAD_PATH.unshift File.join( File.dirname( File.expand_path( __FILE__ ) ),
8
8
  '..', 'lib' )
9
+ # due to development dependencies we have a cycle, so remove it
10
+ $LOAD_PATH.delete_if { |lp| lp.match /maven-tools-/ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maven-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.2
4
+ version: 0.34.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-18 00:00:00.000000000 Z
12
+ date: 2014-04-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: virtus