fspath 0.1.1-darwin → 0.1.1.1-darwin

Sign up to get free protection for your applications and to get access to all the features.
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2010 Boba Fat
1
+ Copyright (c) 2010 Ivan Kuchin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.markdown CHANGED
@@ -82,4 +82,4 @@ Set spotlight comment:
82
82
 
83
83
  ## Copyright
84
84
 
85
- Copyright (c) 2010 Boba Fat. See LICENSE.txt for further details.
85
+ Copyright (c) 2010 Ivan Kuchin. See LICENSE.txt for details.
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ name = 'fspath'
13
13
  gem.summary = %Q{Better than Pathname}
14
14
  gem.homepage = "http://github.com/toy/#{name}"
15
15
  gem.license = 'MIT'
16
- gem.authors = ['Boba Fat']
16
+ gem.authors = ['Ivan Kuchin']
17
17
  gem.platform = platform
18
18
  gem.add_dependency 'xattr'
19
19
  if platform == 'darwin'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.1.1
data/fspath.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fspath}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.1.1"
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=
12
- s.authors = ["Boba Fat"]
13
- s.date = %q{2010-12-14}
12
+ s.authors = ["Ivan Kuchin"]
13
+ s.date = %q{2010-12-15}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE.txt",
16
16
  "README.markdown",
metadata CHANGED
@@ -1,21 +1,22 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fspath
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 65
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 1
10
- version: 0.1.1
10
+ - 1
11
+ version: 0.1.1.1
11
12
  platform: darwin
12
13
  authors:
13
- - Boba Fat
14
+ - Ivan Kuchin
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-12-14 00:00:00 +03:00
19
+ date: 2010-12-15 00:00:00 +03:00
19
20
  default_executable:
20
21
  dependencies:
21
22
  - !ruby/object:Gem::Dependency