iron_hammer 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ $hoe = Hoe.spec 'iron_hammer' do
14
14
  self.rubyforge_name = self.name
15
15
  self.extra_deps = [['rubyzip2','>= 2.0.1'],
16
16
  ['builder', '>= 2.1.2']]
17
- self.version = '1.0.11'
17
+ self.version = '1.0.12'
18
18
  end
19
19
 
20
20
  require 'newgem/tasks'
@@ -50,11 +50,11 @@ EOF
50
50
  <<EOF
51
51
  <ivysettings>
52
52
  <settings defaultResolver="default" />
53
- <caches defaultCacheDir="#{folder}/Ivy/Cache"/>
53
+ <caches defaultCacheDir="#{@home}/Ivy/Cache"/>
54
54
  <resolvers>
55
55
  <filesystem name="default">
56
- <ivy pattern="#{folder}/Ivy/Repository/[organisation]/[module]/ivys/ivy-[revision].xml"/>
57
- <artifact pattern="#{folder}/Ivy/Repository/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"/>
56
+ <ivy pattern="#{@home}/Ivy/Repository/[organisation]/[module]/ivys/ivy-[revision].xml"/>
57
+ <artifact pattern="#{@home}/Ivy/Repository/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"/>
58
58
  </filesystem>
59
59
  </resolvers>
60
60
  </ivysettings>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_hammer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mozair Alves do Carmo Junior