ivy4r 0.12.4 → 0.12.5
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +3 -0
- data/lib/buildr/ivy_extension.rb +1 -1
- data/lib/ivy4r.rb +1 -1
- data/lib/rake/ivy_extension.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
data/lib/buildr/ivy_extension.rb
CHANGED
@@ -413,7 +413,7 @@ module Buildr
|
|
413
413
|
if artifacts
|
414
414
|
artifacts = artifacts.find_all do |lib|
|
415
415
|
lib = File.basename(lib)
|
416
|
-
includes = includes.reject {|i| i.nil? || (i.respond_to?(:empty) && i.empty?) || (i.respond_to?(:source) && i.source.empty?) }
|
416
|
+
includes = includes.reject {|i| i.nil? || (i.respond_to?(:empty?) && i.empty?) || (i.respond_to?(:source) && i.source.empty?) }
|
417
417
|
should_include = includes.empty? || includes.any? {|include| include === lib }
|
418
418
|
should_include && !excludes.any? {|exclude| exclude === lib}
|
419
419
|
end
|
data/lib/ivy4r.rb
CHANGED
data/lib/rake/ivy_extension.rb
CHANGED
@@ -280,7 +280,7 @@ module Rake
|
|
280
280
|
if artifacts
|
281
281
|
artifacts = artifacts.find_all do |lib|
|
282
282
|
lib = File.basename(lib)
|
283
|
-
includes = includes.reject {|i| i.nil? || || (i.respond_to?(:empty) && i.empty?) || (i.respond_to?(:source) && i.source.empty?) }
|
283
|
+
includes = includes.reject {|i| i.nil? || || (i.respond_to?(:empty?) && i.empty?) || (i.respond_to?(:source) && i.source.empty?) }
|
284
284
|
should_include = includes.empty? || includes.any? {|include| include === lib }
|
285
285
|
should_include && !excludes.any? {|exclude| exclude === lib}
|
286
286
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ivy4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Klaas Reineke
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-10-
|
12
|
+
date: 2010-10-20 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|