fspath 0.0.2-darwin → 0.0.2.2-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 +4 -2
  2. data/VERSION +1 -1
  3. data/fspath.gemspec +1 -1
  4. metadata +3 -2
data/Rakefile CHANGED
@@ -18,10 +18,12 @@ require 'jeweler'
18
18
  gem.summary = summary
19
19
  gem.authors = ["Boba Fat"]
20
20
  gem.platform = platform
21
- gem.add_dependency 'rb-appscript' if platform == 'darwin'
21
+ if platform == 'darwin'
22
+ gem.add_dependency 'rb-appscript'
23
+ end
22
24
  end
25
+ Jeweler::RubygemsDotOrgTasks.new
23
26
  end
24
- Jeweler::RubygemsDotOrgTasks.new
25
27
 
26
28
  desc "Replace system gem with symlink to this folder"
27
29
  task 'ghost' do
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.2.2
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"
8
+ s.version = "0.0.2.2"
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,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fspath
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 67
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 2
10
- version: 0.0.2
10
+ - 2
11
+ version: 0.0.2.2
11
12
  platform: darwin
12
13
  authors:
13
14
  - Boba Fat