File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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. }
12121313 gem . homepage = "http://github.com/intridea/grape"
1414 gem . authors = [ "Michael Bleigh" ]
Original file line number Diff line number Diff 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. }
14141515 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" ,
You can’t perform that action at this time.
0 commit comments