mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Version 2.1.0
This commit is contained in:
parent
223f6ead5e
commit
cf3e5a115b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# 2.1.0.rc1
|
# 2.1.0
|
||||||
|
|
||||||
- Add a dependency on http-accept for parsing Content-Type charset headers.
|
- Add a dependency on http-accept for parsing Content-Type charset headers.
|
||||||
This works around a bad memory leak introduced in MRI Ruby 2.4.0 and fixed in
|
This works around a bad memory leak introduced in MRI Ruby 2.4.0 and fixed in
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module RestClient
|
module RestClient
|
||||||
VERSION_INFO = [2, 1, 0, 'rc1'].freeze
|
VERSION_INFO = [2, 1, 0].freeze
|
||||||
VERSION = VERSION_INFO.map(&:to_s).join('.').freeze
|
VERSION = VERSION_INFO.map(&:to_s).join('.').freeze
|
||||||
|
|
||||||
def self.version
|
def self.version
|
||||||
|
|
Loading…
Reference in a new issue