We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab61721 commit f9c9cf3Copy full SHA for f9c9cf3
grape.gemspec
@@ -5,9 +5,9 @@
5
6
Gem::Specification.new do |s|
7
s.name = %q{grape}
8
- s.version = "0.0.1"
+ s.version = "0.0.1.beta"
9
10
- 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=
11
s.authors = ["Michael Bleigh"]
12
s.date = %q{2010-08-02}
13
s.description = %q{TODO: longer description of your gem}
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
28
"Rakefile",
29
"VERSION",
30
"autotest/discover.rb",
31
+ "grape.gemspec",
32
"lib/grape.rb",
33
"lib/grape/middleware/base.rb",
34
"lib/grape/middleware/prefixer.rb",
0 commit comments