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

Comments

    No one has commented yet.