fspath 0.0.2.3-darwin → 0.0.2.4-darwin

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.
Files changed (4) hide show
  1. data/Rakefile +12 -10
  2. data/VERSION +1 -1
  3. data/fspath.gemspec +1 -1
  4. 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
- spec = Gem::Specification.new do |gem|
16
- gem.name = name
17
- gem.homepage = "http://github.com/toy/fspath"
18
- gem.summary = summary
19
- gem.authors = ["Boba Fat"]
20
- gem.platform = platform
21
- if platform == 'darwin'
22
- gem.add_dependency 'rb-appscript'
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.3
1
+ 0.0.2.4
data/fspath.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fspath}
8
- s.version = "0.0.2.3"
8
+ s.version = "0.0.2.4"
9
9
  s.platform = %q{darwin}
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
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: 65
4
+ hash: 79
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 2
10
- - 3
11
- version: 0.0.2.3
10
+ - 4
11
+ version: 0.0.2.4
12
12
  platform: darwin
13
13
  authors:
14
14
  - Boba Fat