Skip to content

Commit

Permalink
Adding gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Aug 2, 2010
1 parent ab61721 commit f9c9cf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

Gem::Specification.new do |s|
s.name = %q{grape}
s.version = "0.0.1"
s.version = "0.0.1.beta"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Bleigh"]
s.date = %q{2010-08-02}
s.description = %q{TODO: longer description of your gem}
Expand All @@ -28,6 +28,7 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION",
"autotest/discover.rb",
"grape.gemspec",
"lib/grape.rb",
"lib/grape/middleware/base.rb",
"lib/grape/middleware/prefixer.rb",
Expand Down

0 comments on commit f9c9cf3

Please sign in to comment.