we-call 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG +5 -2
- data/lib/we/call/deprecated.rb +1 -1
- data/lib/we/call/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69f66aa69feae611ed12ee72c9b3f917a3830815
|
4
|
+
data.tar.gz: 94c7398f16869940e972f24ae8e8b825e79590ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e2e726d99a1884bca85cb62c4dde824768ef4ee2927368700900a7d9c6a1e3a416673552ebc50d1ad1cd4ab58957a80a9b77cfd5946a0756126e45d35aef589
|
7
|
+
data.tar.gz: 91ef6b15cff86007e1e2dfd8e7f7f39c1a891baacecc134b344489f54c52e7be1324984c4ab879bebedaa02858c74d85c4ca6d54dd3913e63d96786c4043cc21
|
data/CHANGELOG
CHANGED
@@ -5,16 +5,19 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
7
7
|
|
8
|
-
## v0.5.
|
8
|
+
## v0.5.3
|
9
9
|
|
10
10
|
### Fixed
|
11
|
+
- Deprecations were calling a private method and failing
|
12
|
+
|
13
|
+
## v0.5.2
|
11
14
|
|
15
|
+
### Fixed
|
12
16
|
- Made Annotations require "ruby_decorators"
|
13
17
|
|
14
18
|
## v0.5.1
|
15
19
|
|
16
20
|
### Changed
|
17
|
-
|
18
21
|
- Switched `config.detect_deprecations` from bool to expect `:active_support` or logger instance
|
19
22
|
- Moved `We::Call::Middleware::Client::DetectDeprecations` into its own [faraday-sunset] gem (no BC breaks)
|
20
23
|
|
data/lib/we/call/deprecated.rb
CHANGED
data/lib/we/call/version.rb
CHANGED