Skip to content

Commit f57c06f

Browse files
author
Michael Bleigh
committed
Update.
1 parent 8087796 commit f57c06f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ begin
77
require 'jeweler'
88
Jeweler::Tasks.new do |gem|
99
gem.name = "grape"
10-
gem.summary = %Q{TODO: one-line summary of your gem}
11-
gem.description = %Q{TODO: longer description of your gem}
10+
gem.summary = %Q{A Ruby framework for rapid API development.}
11+
gem.description = %Q{A Ruby framework for rapid API development with great conventions.}
1212
gem.email = "[email protected]"
1313
gem.homepage = "http://github.com/intridea/grape"
1414
gem.authors = ["Michael Bleigh"]

grape.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Michael Bleigh"]
1212
s.date = %q{2010-08-27}
13-
s.description = %q{TODO: longer description of your gem}
13+
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",
@@ -49,7 +49,7 @@ Gem::Specification.new do |s|
4949
s.rdoc_options = ["--charset=UTF-8"]
5050
s.require_paths = ["lib"]
5151
s.rubygems_version = %q{1.3.7}
52-
s.summary = %q{TODO: one-line summary of your gem}
52+
s.summary = %q{A Ruby framework for rapid API development.}
5353
s.test_files = [
5454
"spec/grape/middleware/auth/oauth2_spec.rb",
5555
"spec/grape/middleware/base_spec.rb",

0 commit comments

Comments
 (0)