From 34cebacb4769c3aa426df1e0e17855c0fe707a97 Mon Sep 17 00:00:00 2001 From: James Hu Date: Wed, 24 Mar 2021 13:30:25 -0700 Subject: [PATCH] Clean up release for 0.10.0 --- README.md | 6 +----- VERSION | 2 +- rails-reverse-proxy.gemspec | 6 +++--- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4fa7392..69b3bbc 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/VERSION b/VERSION index 2003b63..78bc1ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 +0.10.0 diff --git a/rails-reverse-proxy.gemspec b/rails-reverse-proxy.gemspec index 48a46df..f1d3143 100644 --- a/rails-reverse-proxy.gemspec +++ b/rails-reverse-proxy.gemspec @@ -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 = [