Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Sep 14, 2009
1 parent 56601ed commit 2022589
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions async_sinatra.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{async_sinatra}
s.version = "0.1.4"
s.version = "0.1.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Tucker"]
Expand All @@ -11,12 +11,11 @@ Gem::Specification.new do |s|
s.email = %q{raggi@rubyforge.org}
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["README.rdoc", "Rakefile", "examples/basic.ru", "lib/sinatra/async.rb"]
s.has_rdoc = true
s.homepage = %q{http://libraggi.rubyforge.org/async_sinatra}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Async Sinatra", "--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{libraggi}
s.rubygems_version = %q{1.3.1}
s.rubygems_version = %q{1.3.4}
s.summary = %q{Asynchronous response API for Sinatra and Thin}

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 2022589

Please sign in to comment.