Skip to content

Commit

Permalink
Update the gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed May 16, 2008
1 parent c307a2f commit 9469fad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions thor.gemspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Gem::Specification.new do |s|
s.name = %q{thor}
s.version = "0.9.1"
s.version = "0.9.2"

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.date = %q{2008-05-16}
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.files = ["LICENSE", "README.markdown", "Rakefile", "bin/rake2thor", "bin/thor", "lib/thor.rb", "lib/thor", "lib/thor/util.rb", "lib/thor/task.rb", "lib/thor/error.rb", "lib/thor/ordered_hash.rb", "lib/thor/task_hash.rb", "lib/thor/tasks.rb", "lib/getopt.rb"]
s.has_rdoc = true
s.homepage = %q{http://yehudakatz.com}
s.require_paths = ["lib"]
s.rubyforge_project = %q{thor}
s.rubygems_version = %q{1.1.1}
s.summary = %q{A gem that maps options to a class}
end

0 comments on commit 9469fad

Please sign in to comment.