fspath 0.0.2.3-darwin → 0.0.2.4-darwin
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +12 -10
- data/VERSION +1 -1
- data/fspath.gemspec +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -12,18 +12,20 @@ summary = 'Better than Pathname'
|
|
12
12
|
|
13
13
|
require 'jeweler'
|
14
14
|
[nil, 'darwin'].each do |platform|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
15
|
+
Module.new do
|
16
|
+
spec = Gem::Specification.new do |gem|
|
17
|
+
gem.name = name
|
18
|
+
gem.homepage = "http://github.com/toy/fspath"
|
19
|
+
gem.summary = summary
|
20
|
+
gem.authors = ["Boba Fat"]
|
21
|
+
gem.platform = platform
|
22
|
+
if platform == 'darwin'
|
23
|
+
gem.add_dependency 'rb-appscript'
|
24
|
+
end
|
23
25
|
end
|
26
|
+
Jeweler::Tasks.new(spec)
|
27
|
+
Jeweler::RubygemsDotOrgTasks.new
|
24
28
|
end
|
25
|
-
Jeweler::Tasks.new(spec)
|
26
|
-
Jeweler::RubygemsDotOrgTasks.new
|
27
29
|
end
|
28
30
|
|
29
31
|
desc "Replace system gem with symlink to this folder"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.2.
|
1
|
+
0.0.2.4
|
data/fspath.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fspath
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 79
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
9
|
- 2
|
10
|
-
-
|
11
|
-
version: 0.0.2.
|
10
|
+
- 4
|
11
|
+
version: 0.0.2.4
|
12
12
|
platform: darwin
|
13
13
|
authors:
|
14
14
|
- Boba Fat
|