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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f216ee9568b578d28b28ed06cdb66026434ac417
4
- data.tar.gz: b5f3d4649b197e500418a9c2c944d32034349967
3
+ metadata.gz: 69f66aa69feae611ed12ee72c9b3f917a3830815
4
+ data.tar.gz: 94c7398f16869940e972f24ae8e8b825e79590ea
5
5
  SHA512:
6
- metadata.gz: 790f8208d3af59d25eec530ef10569404203bc130075eed55aa9cae5e41981a417b4f8d30c6c67d9134d66fbc0c645524b0d6db088c266a6d8a44d45384b0449
7
- data.tar.gz: fe36b03580abac7af2cfc9461bb22a36b183a39696394032daae47e4a09a5deb039fd0bf4380ea2bfd8a21c88da49afb1966be77994e1879a46e926f7e698272
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.2
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
 
@@ -4,7 +4,7 @@ module We
4
4
  module Call
5
5
  class Deprecated < RubyDecorator
6
6
  class << self
7
- private def methods
7
+ def methods
8
8
  @methods ||= {}
9
9
  end
10
10
  end
@@ -1,5 +1,5 @@
1
1
  module We
2
2
  module Call
3
- VERSION = "0.5.2"
3
+ VERSION = "0.5.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: we-call
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - WeWork Engineering