Skip to content

Commit

Permalink
Update gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdub committed Jun 5, 2009
1 parent 89df646 commit ce21b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sham_rack.gemspec
Expand Up @@ -2,11 +2,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{sham_rack} s.name = %q{sham_rack}
s.version = "1.1.1" s.version = "1.1.2"


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 = ["Mike Williams"] s.authors = ["Mike Williams"]
s.date = %q{2009-06-03} s.date = %q{2009-06-05}
s.description = %q{ShamRack plumbs Net::HTTP directly into Rack, for quick and easy HTTP testing.} s.description = %q{ShamRack plumbs Net::HTTP directly into Rack, for quick and easy HTTP testing.}
s.email = %q{mdub@dogbiscuit.org} s.email = %q{mdub@dogbiscuit.org}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down

0 comments on commit ce21b3c

Please sign in to comment.