Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeguimaraes committed Apr 6, 2020
1 parent fd92a34 commit 231ff1c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ env:
- FARADAY_ADAPTER=em_http
notifications:
email: false
slack:
on_success: change
on_failure: always
secure: Ri3bGJvNKfZ6ynbHcbICknWaAJFbQPlGQE9YSY9xMB7rGomsofY4yS8yf17WlSTd2MqxhzMXgbqXfkQW759Opknw75URo8tLTnSlpJsVSqV7T4dUsfNZguyQElVZMxYacFbBZEJGBdz2Ra6xbMBdg8NqVACb65I2xeK2fsvm77k=
gemfile:
- gemfiles/Gemfile.faraday-0.8
- Gemfile
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Please read before contributing

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.
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.

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.

Expand Down
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Copyright 2012-2014 Plataformatec.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ client.get('http://site/api/some-private-resource') # => will be cached

## License

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

[marshal]: http://www.ruby-doc.org/core-2.0/Marshal.html
6 changes: 3 additions & 3 deletions faraday-http-cache.gemspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# frozen_string_literal: true
Gem::Specification.new do |gem|
gem.name = 'faraday-http-cache'
gem.version = '2.0.0'
gem.version = '2.1.0'
gem.licenses = ['Apache 2.0']
gem.description = 'Middleware to handle HTTP caching'
gem.summary = 'A Faraday middleware that stores and validates cache expiration.'
gem.authors = ['Lucas Mazza']
gem.email = ['opensource@plataformatec.com.br']
gem.authors = ['Lucas Mazza', 'George Guimarães']
gem.email = ['opensource@sourcelevel.io']
gem.homepage = 'https://github.com/sourcelevel/faraday-http-cache'

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

0 comments on commit 231ff1c

Please sign in to comment.