epitools 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -10,11 +10,11 @@ Awesome collection of Ruby tools!
10
10
 
11
11
  This is basically a collection of enhancements to the ruby base types (Hash, Array,
12
12
  Enumerable, etc.). To learn how it works, read the specs in spec/*.rb,
13
- or check out the rdoc: http://rdoc.info/projects/epitron/epitools
13
+ or check out the rdoc: http://rdoc.info/github/epitron/epitools
14
14
 
15
15
  == Copyright
16
16
 
17
- Copyright (c) 2009-2010 epitron
17
+ Copyright (c) 2009-2011 epitron
18
18
 
19
19
  == License
20
20
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
data/epitools.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{epitools}
8
- s.version = "0.4.1"
8
+ s.version = "0.4.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["epitron"]
12
- s.date = %q{2011-01-06}
12
+ s.date = %q{2011-01-07}
13
13
  s.description = %q{Miscellaneous utility libraries to make my life easier.}
14
14
  s.email = %q{chris@ill-logic.com}
15
15
  s.extra_rdoc_files = [
data/lib/epitools/path.rb CHANGED
@@ -50,7 +50,7 @@ class Path
50
50
  end
51
51
 
52
52
  def dir=(newdir)
53
- @dirs = File.absolute_path(newdir).split(File::SEPARATOR)[1..-1]
53
+ @dirs = File.expand_path(newdir).split(File::SEPARATOR)[1..-1]
54
54
  end
55
55
 
56
56
  def ext=(newext)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 4
8
- - 1
9
- version: 0.4.1
8
+ - 2
9
+ version: 0.4.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - epitron
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-01-06 00:00:00 -05:00
17
+ date: 2011-01-07 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency