ivy4r 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 0.12.1 / 2010-10-13
2
+ * Use [project target dir]/pom.xml as default name for generated POM files.
3
+ * Works with MRI and JRuby
4
+ * remove unused and old import of 'facets/blank' that does not exists in new facets gem anymore
5
+
1
6
  === 0.12.0 / 2010-10-12
2
7
  * Use new version of ivy4r-jars. The new version is based on the last release of Ivy 2.2.0 with better support for POMs and a few bugfixes.
3
8
  * Added global and per project Buildr task ivy:makepom. It generates a simple Maven POM file in target folder of project with the same name as project and pom file extension. Right now no additional features of the makepom target are supported by using this task. If you need to use the nested elements use the the makepom target directly. I.e.: ivy.ivy4r.makepom :ivyfile => 'pathtofile' [, ...] [, :nested => [:mapping => [:conf => 'conf', :scope => 'scope']], [...] ] I am planning to provide a makepom task with descent support for the makepom target after figuring out a nice syntax for it.
@@ -190,7 +190,7 @@ module Buildr
190
190
 
191
191
  # Simple call to makepom with projects ivy.xml as input.
192
192
  # The filename in target folder can be changed with the optional filename parameter
193
- def makepom(filename = project.name.gsub(':', '_', + '.pom')
193
+ def makepom(filename = 'pom.xml')
194
194
  ivy4r.makepom :ivyfile => file, :pomfile => project.path_to(:target, filename)
195
195
  end
196
196
 
data/lib/ivy/target.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'facets/blank'
2
1
  require 'facets/to_hash'
3
2
  require 'facets/hash/op'
4
3
  require 'facets/hash/update_values'
data/lib/ivy4r.rb CHANGED
@@ -36,7 +36,7 @@ is
36
36
  =end
37
37
  class Ivy4r
38
38
 
39
- VERSION = '0.12.0'
39
+ VERSION = '0.12.1'
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.12.0
4
+ version: 0.12.1
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 00:00:00 +02:00
12
+ date: 2010-10-13 00:00:00 +02:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency