Skip to content

Commit d86da93

Browse files
author
Michael Bleigh
committed
Regenerated gemspec for version 0.1.1
1 parent ff4a046 commit d86da93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

grape.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{grape}
8-
s.version = "0.1.0"
8+
s.version = "0.1.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Michael Bleigh"]
12-
s.date = %q{2010-11-13}
12+
s.date = %q{2010-11-14}
1313
s.description = %q{A Ruby framework for rapid API development with great conventions.}
1414
s.email = %q{[email protected]}
1515
s.extra_rdoc_files = [
1616
"LICENSE",
17-
"README.rdoc"
17+
"README.markdown"
1818
]
1919
s.files = [
2020
".document",
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
"Gemfile",
2525
"Gemfile.lock",
2626
"LICENSE",
27-
"README.rdoc",
27+
"README.markdown",
2828
"Rakefile",
2929
"VERSION",
3030
"autotest/discover.rb",

0 commit comments

Comments
 (0)