rake-plus 0.5.1 → 0.5.2
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/lib/rake-plus/remote_package.rb +2 -2
- metadata +7 -1
|
@@ -35,7 +35,7 @@ module Rake
|
|
|
35
35
|
|
|
36
36
|
# Utility
|
|
37
37
|
def unpack_to(dir)
|
|
38
|
-
abs_local_path =
|
|
38
|
+
abs_local_path = local_path.expand
|
|
39
39
|
Dir.chdir(dir) do
|
|
40
40
|
case abs_local_path
|
|
41
41
|
when /\.tar\.gz$/, /\.tgz$/
|
|
@@ -45,7 +45,7 @@ module Rake
|
|
|
45
45
|
when /\.tar$/
|
|
46
46
|
sh "tar xvf \"#{abs_local_path}\""
|
|
47
47
|
else
|
|
48
|
-
raise "Unsupported file extensions of #{
|
|
48
|
+
raise "Unsupported file extensions of #{abs_local_path}"
|
|
49
49
|
end
|
|
50
50
|
end
|
|
51
51
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rake-plus
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -58,12 +58,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
58
58
|
- - ! '>='
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
60
|
version: '0'
|
|
61
|
+
segments:
|
|
62
|
+
- 0
|
|
63
|
+
hash: 236874972622106064
|
|
61
64
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
65
|
none: false
|
|
63
66
|
requirements:
|
|
64
67
|
- - ! '>='
|
|
65
68
|
- !ruby/object:Gem::Version
|
|
66
69
|
version: '0'
|
|
70
|
+
segments:
|
|
71
|
+
- 0
|
|
72
|
+
hash: 236874972622106064
|
|
67
73
|
requirements: []
|
|
68
74
|
rubyforge_project:
|
|
69
75
|
rubygems_version: 1.8.19
|