Commit 8c518e05 by Brent Greeff

Bumped gemspec.

parent be794769
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{annotate} s.name = %q{annotate}
s.version = "2.3.2" s.version = "2.3.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Cuong Tran", "Marcos Piccinini"] s.authors = ["Cuong Tran", "Marcos Piccinini", "Brent Greeff"]
s.date = %q{2009-08-21} s.date = %q{2011-02-16}
s.default_executable = %q{annotate} # s.default_executable = %q{annotate}
s.email = %q{x@nofxx.com} s.email = %q{x@nofxx.com}
s.executables = ["annotate"] # s.executables = ["annotate"]
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.rdoc" "README.rdoc"
] ]
...@@ -25,6 +25,7 @@ Gem::Specification.new do |s| ...@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
"annotate.gemspec", "annotate.gemspec",
"bin/annotate", "bin/annotate",
"lib/annotate.rb", "lib/annotate.rb",
"lib/annotate/railtie.rb",
"lib/annotate/annotate_models.rb", "lib/annotate/annotate_models.rb",
"lib/annotate/annotate_routes.rb", "lib/annotate/annotate_routes.rb",
"lib/tasks/annotate_models.rake", "lib/tasks/annotate_models.rake",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment