Regenerate gemspec for version 0.2.0

This commit is contained in:
James Hu 2015-06-04 20:37:56 -07:00
parent 53fba2d0f7
commit 37b782e995
1 changed files with 4 additions and 3 deletions

View File

@ -2,14 +2,12 @@
# DO NOT EDIT THIS FILE DIRECTLY # DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
# stub: rails-reverse-proxy 0.2.0 ruby lib
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "rails-reverse-proxy" s.name = "rails-reverse-proxy"
s.version = "0.2.0" s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["James Hu"] s.authors = ["James Hu"]
s.date = "2015-06-05" s.date = "2015-06-05"
s.description = "Reverse proxy for Ruby on Rails" s.description = "Reverse proxy for Ruby on Rails"
@ -26,6 +24,8 @@ Gem::Specification.new do |s|
"README.md", "README.md",
"Rakefile", "Rakefile",
"VERSION", "VERSION",
"lib/rails-reverse-proxy.rb",
"lib/reverse-proxy.rb",
"lib/reverse_proxy.rb", "lib/reverse_proxy.rb",
"lib/reverse_proxy/client.rb", "lib/reverse_proxy/client.rb",
"lib/reverse_proxy/controller.rb", "lib/reverse_proxy/controller.rb",
@ -33,7 +33,8 @@ Gem::Specification.new do |s|
] ]
s.homepage = "http://github.com/axsuul/rails-reverse-proxy" s.homepage = "http://github.com/axsuul/rails-reverse-proxy"
s.licenses = ["MIT"] s.licenses = ["MIT"]
s.rubygems_version = "2.2.2" s.require_paths = ["lib"]
s.rubygems_version = "2.0.14"
s.summary = "Reverse proxy for Ruby on Rails" s.summary = "Reverse proxy for Ruby on Rails"
if s.respond_to? :specification_version then if s.respond_to? :specification_version then