Fix gemspec descriptions

This commit is contained in:
James Hu 2015-06-04 20:00:55 -07:00
parent e1f909c59c
commit de8202af05
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["James Hu"]
s.date = "2015-06-05"
s.description = "TODO: longer description of your gem"
s.description = "Reverse proxy for Ruby on Rails"
s.email = "hello@james.hu"
s.extra_rdoc_files = [
"LICENSE.txt",
@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "2.0.14"
s.summary = "TODO: one-line summary of your gem"
s.summary = "Reverse proxy for Ruby on Rails"
if s.respond_to? :specification_version then
s.specification_version = 4