epitools 0.4.29 → 0.4.30

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.29
1
+ 0.4.30
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{epitools}
8
- s.version = "0.4.29"
8
+ s.version = "0.4.30"
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-05-06}
12
+ s.date = %q{2011-05-12}
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 = [
@@ -64,7 +64,7 @@ Gem::Specification.new do |s|
64
64
  s.homepage = %q{http://github.com/epitron/epitools}
65
65
  s.licenses = ["WTFPL"]
66
66
  s.require_paths = ["lib"]
67
- s.rubygems_version = %q{1.5.2}
67
+ s.rubygems_version = %q{1.6.2}
68
68
  s.summary = %q{NOT UTILS... METILS!}
69
69
 
70
70
  if s.respond_to? :specification_version then
@@ -198,6 +198,10 @@ class Path
198
198
  File.read(path, length, offset)
199
199
  end
200
200
 
201
+ def ls
202
+ class[File.join path, "*"]
203
+ end
204
+
201
205
  end
202
206
 
203
207
  #
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: epitools
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.29
5
+ version: 0.4.30
6
6
  platform: ruby
7
7
  authors:
8
8
  - epitron
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-06 00:00:00 -04:00
13
+ date: 2011-05-12 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  requirements: []
124
124
 
125
125
  rubyforge_project:
126
- rubygems_version: 1.5.2
126
+ rubygems_version: 1.6.2
127
127
  signing_key:
128
128
  specification_version: 3
129
129
  summary: NOT UTILS... METILS!