public
Description: Can path manipulation be enjoyable? YES!
Homepage: http://pow.rubyforge.org/
Clone URL: git://github.com/probablycorey/pow.git
probablycorey (author)
Thu Sep 17 08:45:36 -0700 2009
commit  b1abb3544e6de29f3c4b7a67082e5d32722478af
tree    2a802ee1b2bb226d8c7cabb03a61e8558a77ee05
parent  53acee2e7d08970c11425ad8b827c02b93ea3946
pow / pow.gemspec
100644 56 lines (51 sloc) 1.592 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{pow}
  s.version = "0.2.2"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Corey Johnson"]
  s.date = %q{2009-09-08}
  s.description = %q{Manipulating files and directories in Ruby is boring and tedious -- it's missing POW! Pow treats files and directories as ruby objects giving you more power and flexibility.}
  s.email = %q{probablycorey@gmail.com}
  s.extra_rdoc_files = [
    "README.txt"
  ]
  s.files = [
    ".gitignore",
     "History.txt",
     "License.txt",
     "README.txt",
     "Rakefile",
     "TODO",
     "lib/pow.rb",
     "lib/pow/directory.rb",
     "lib/pow/file.rb",
     "lib/pow/pow.rb",
     "spec/directory_spec.rb",
     "spec/file_spec.rb",
     "spec/pow_spec.rb",
     "spec/spec_helper.rb"
  ]
  s.homepage = %q{http://github.com/probablycorey/pow}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Easy file and directory handling}
  s.test_files = [
    "spec/directory_spec.rb",
     "spec/file_spec.rb",
     "spec/pow_spec.rb",
     "spec/spec_helper.rb"
  ]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end