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 ff4a046 commit d86da93Copy full SHA for d86da93
grape.gemspec
@@ -5,16 +5,16 @@
5
6
Gem::Specification.new do |s|
7
s.name = %q{grape}
8
- s.version = "0.1.0"
+ s.version = "0.1.1"
9
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
s.authors = ["Michael Bleigh"]
12
- s.date = %q{2010-11-13}
+ s.date = %q{2010-11-14}
13
s.description = %q{A Ruby framework for rapid API development with great conventions.}
14
s.email = %q{[email protected]}
15
s.extra_rdoc_files = [
16
"LICENSE",
17
- "README.rdoc"
+ "README.markdown"
18
]
19
s.files = [
20
".document",
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
"Gemfile",
25
"Gemfile.lock",
26
27
- "README.rdoc",
+ "README.markdown",
28
"Rakefile",
29
"VERSION",
30
"autotest/discover.rb",
0 commit comments