ivy4r 0.10.2 → 0.10.3

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.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ === 0.10.3 / 2010-03-30
2
+ * gem yank did not work so needed a new version :(
3
+
1
4
  === 0.10.2 / 2010-03-30
2
5
  * Fixed nil access exception for undefined user settings of type 'ivy'
3
6
 
@@ -670,13 +670,13 @@ module IvyExtension
670
670
  task :clean
671
671
 
672
672
  desc 'Clean the local Ivy result cache to force execution of ivy targets'
673
- task :cleanresultcache
673
+ task :clean_result_cache
674
674
 
675
675
  desc 'Enable the local Ivy result cache by creating the marker file'
676
- task :enableresultcache
676
+ task :enable_result_cache
677
677
 
678
678
  desc 'Disable the local Ivy result cache by removing the marker file'
679
- task :disableresultcache
679
+ task :disable_result_cache
680
680
  end
681
681
  end
682
682
 
data/lib/ivy4r.rb CHANGED
@@ -36,7 +36,7 @@ is
36
36
  =end
37
37
  class Ivy4r
38
38
 
39
- VERSION = '0.10.2'
39
+ VERSION = '0.10.3'
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.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Klaas Prause