ivy4r 0.10.4 → 0.10.5

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.
@@ -1,4 +1,8 @@
1
- === 0.10.4 / 2010-03-30
1
+ === 0.10.5 / 2010-04-26
2
+ * Fix a bug where artifacts for sub-projects have not been copied correctly to the publish directory
3
+ defined for ivy.
4
+
5
+ === 0.10.4 / 2010-04-22
2
6
  * Changes to from version 0.9.14 working preventing a circular dependency error. Buildr.projects
3
7
  is not used anymore but the ivy.publish task works as expected. See 0.9.14 for more details.
4
8
 
@@ -636,10 +636,9 @@ module IvyExtension
636
636
  until ivy_project.ivy.own_file?
637
637
  ivy_project = ivy_project.parent
638
638
  end
639
-
640
639
  project.packages.each do |pkg|
641
- target_file = project.ivy.name[pkg] || File.basename(pkg.name).gsub(/-#{project.version}/, '')
642
- taskname = project.path_to(project.ivy.publish_from, target_file)
640
+ target_file = project.ivy.publish[pkg] || File.basename(pkg.name).gsub(/-#{project.version}/, '')
641
+ taskname = ivy_project.path_to(ivy_project.ivy.publish_from, target_file)
643
642
  if taskname != pkg.name
644
643
  project.file taskname => pkg.name do
645
644
  verbose "Ivy copying '#{pkg.name}' to '#{taskname}' for publishing"
@@ -36,7 +36,7 @@ is
36
36
  =end
37
37
  class Ivy4r
38
38
 
39
- VERSION = '0.10.4'
39
+ VERSION = '0.10.5'
40
40
 
41
41
  # Set the ant home directory to load ant classes from if no custom __antwrap__ is provided
42
42
  # and the default provided ant version 1.7.1 should not be used.
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.10.4
4
+ version: 0.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Klaas Prause
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-04-23 00:00:00 +02:00
12
+ date: 2010-04-26 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency