Clean up release for 0.10.0
This commit is contained in:
parent
507f1e0f44
commit
34cebacb47
|
@ -91,14 +91,10 @@ All pull requests will become first class citizens.
|
|||
|
||||
Special thanks to our contributors!
|
||||
|
||||
- [mediafinger](https://github.com/mediafinger)
|
||||
- [miyukki](https://github.com/miyukki)
|
||||
- [bapirex](https://github.com/bapirex)
|
||||
- [marcosbeirigo](https://github.com/marcosbeirigo)
|
||||
- [avinashkoulavkar](https://github.com/avinashkoulavkar)
|
||||
- [jcs](https://github.com/jcs)
|
||||
- [aardvarkk](https://github.com/aardvarkk)
|
||||
|
||||
## Copyright
|
||||
|
||||
Copyright (c) 2016-2018 James Hu. See [LICENSE](LICENSE) for
|
||||
further details.
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
# DO NOT EDIT THIS FILE DIRECTLY
|
||||
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
||||
# -*- encoding: utf-8 -*-
|
||||
# stub: rails-reverse-proxy 0.9.2 ruby lib
|
||||
# stub: rails-reverse-proxy 0.10.0 ruby lib
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "rails-reverse-proxy".freeze
|
||||
s.version = "0.9.2"
|
||||
s.version = "0.10.0"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
||||
s.require_paths = ["lib".freeze]
|
||||
s.authors = ["James Hu".freeze]
|
||||
s.date = "2018-04-20"
|
||||
s.date = "2021-03-24"
|
||||
s.description = "Reverse proxy for Ruby on Rails".freeze
|
||||
s.email = "hello@james.hu".freeze
|
||||
s.extra_rdoc_files = [
|
||||
|
|
Loading…
Reference in New Issue