Skip to content

Commit 231ff1c

Browse files
v2.1.0
1 parent fd92a34 commit 231ff1c

File tree

5 files changed

+6
-11
lines changed

5 files changed

+6
-11
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ env:
1010
- FARADAY_ADAPTER=em_http
1111
notifications:
1212
email: false
13-
slack:
14-
on_success: change
15-
on_failure: always
16-
secure: Ri3bGJvNKfZ6ynbHcbICknWaAJFbQPlGQE9YSY9xMB7rGomsofY4yS8yf17WlSTd2MqxhzMXgbqXfkQW759Opknw75URo8tLTnSlpJsVSqV7T4dUsfNZguyQElVZMxYacFbBZEJGBdz2Ra6xbMBdg8NqVACb65I2xeK2fsvm77k=
1713
gemfile:
1814
- gemfiles/Gemfile.faraday-0.8
1915
- Gemfile

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Please read before contributing
22

3-
1) If you find a security bug, **DO NOT** submit an issue here. Please send an e-mail to [opensource@plataformatec.com.br](mailto:opensource@plataformatec.com.br) instead.
3+
1) If you find a security bug, **DO NOT** submit an issue here. Please send an e-mail to [opensource@sourcelevel.io](mailto:opensource@sourcelevel.io) instead.
44

55
3) Do a small search on the issues tracker before submitting your issue to see if it was already reported / fixed. In case it was not, create your report including `faraday` and `faraday-http-cache` versions. If you are getting exceptions, please include the full backtrace.
66

LICENSE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Copyright 2012-2014 Plataformatec.
2-
31
Licensed under the Apache License, Version 2.0 (the "License");
42
you may not use this file except in compliance with the License.
53
You may obtain a copy of the License at

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ client.get('http://site/api/some-private-resource') # => will be cached
160160

161161
## License
162162

163-
Copyright (c) 2012-2014 Plataformatec. See LICENSE file.
163+
Copyright (c) 2012-2018 Plataformatec.
164+
Copyright (c) 2019 SourceLevel and contributors.
164165

165166
[marshal]: http://www.ruby-doc.org/core-2.0/Marshal.html

faraday-http-cache.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# frozen_string_literal: true
22
Gem::Specification.new do |gem|
33
gem.name = 'faraday-http-cache'
4-
gem.version = '2.0.0'
4+
gem.version = '2.1.0'
55
gem.licenses = ['Apache 2.0']
66
gem.description = 'Middleware to handle HTTP caching'
77
gem.summary = 'A Faraday middleware that stores and validates cache expiration.'
8-
gem.authors = ['Lucas Mazza']
9-
gem.email = ['opensource@plataformatec.com.br']
8+
gem.authors = ['Lucas Mazza', 'George Guimarães']
9+
gem.email = ['opensource@sourcelevel.io']
1010
gem.homepage = 'https://github.com/sourcelevel/faraday-http-cache'
1111

1212
gem.files = Dir['LICENSE', 'README.md', 'lib/**/*']

0 commit comments

Comments
 (0)