diff --git a/rails-reverse-proxy.gemspec b/rails-reverse-proxy.gemspec index ecd8754..1fccf9d 100644 --- a/rails-reverse-proxy.gemspec +++ b/rails-reverse-proxy.gemspec @@ -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