Skip to content

Commit

Permalink
Regenerated gemspec for version 0.3.40
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Feb 25, 2010
1 parent 704cfd7 commit aaf3f2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sinatra_more.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{sinatra_more} s.name = %q{sinatra_more}
s.version = "0.3.39" s.version = "0.3.40"


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 = ["Nathan Esquenazi"] s.authors = ["Nathan Esquenazi"]
s.date = %q{2010-02-16} s.date = %q{2010-02-24}
s.default_executable = %q{sinatra_gen} s.default_executable = %q{sinatra_gen}
s.description = %q{Expands sinatra with standard helpers and tools to allow for complex applications} s.description = %q{Expands sinatra with standard helpers and tools to allow for complex applications}
s.email = %q{nesquena@gmail.com} s.email = %q{nesquena@gmail.com}
Expand Down Expand Up @@ -157,7 +157,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/nesquena/sinatra_more} s.homepage = %q{http://github.com/nesquena/sinatra_more}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5} s.rubygems_version = %q{1.3.6}
s.summary = %q{Expands sinatra to allow for complex applications} s.summary = %q{Expands sinatra to allow for complex applications}
s.test_files = [ s.test_files = [
"test/active_support_helpers.rb", "test/active_support_helpers.rb",
Expand Down

0 comments on commit aaf3f2f

Please sign in to comment.