wycats / thor

A scripting framework that replaces rake and sake

This URL has Read+Write access

wycats (author)
Wed May 14 11:05:46 -0700 2008
commit  896f369a580cf9bdbab8a11c299f633ad6a2c8bf
tree    f5467395014ec82025cad1cf4a53ed6243ff4082
parent  517c1ae4a1da36c5cada95f8c718ea1341dbe244
thor / thor.gemspec
100644 23 lines (20 sloc) 0.85 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Gem::Specification.new do |s|
  s.name = %q{thor}
  s.version = "0.9.1"
 
  s.specification_version = 2 if s.respond_to? :specification_version=
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Yehuda Katz"]
  s.autorequire = %q{thor}
  s.date = %q{2008-05-13}
  s.default_executable = %q{thor}
  s.description = %q{A gem that maps options to a class}
  s.email = %q{wycats@gmail.com}
  s.executables = ["thor"]
  s.extra_rdoc_files = ["README.markdown", "LICENSE"]
  s.files = ["LICENSE", "README.markdown", "Rakefile", "bin/thor", "lib/getopt.rb", "lib/thor", "lib/thor/tasks.rb", "lib/thor.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://yehudakatz.com}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.1.1}
  s.summary = %q{A gem that maps options to a class}
end