appsignal 3.0.17-java → 3.0.18-java

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
  SHA256:
3
- metadata.gz: 84c66fc5245b46c64b7a4d031d54d5962b722cddbd70a29fc56629d398192ceb
4
- data.tar.gz: '095d567f4576b945245623cdfc3adb5e4d0f13c57be7a346e8839c9cd4dfd917'
3
+ metadata.gz: 7072441c1eceda3fe91c6ab77f83f9ea2850dd60105e040e7c4b965ece8b270c
4
+ data.tar.gz: cc3bd58933c8f423bc3040b7725dc8d5d82c5c82ef121d607829cb6cb6ce5eb1
5
5
  SHA512:
6
- metadata.gz: 3884e316ba9c491956a37059591d6ed67cb2a068346980352d0104ab64b429498145586099470a336e4e6a82cc156fd35414c34729e239eef03a28af4227cfcc
7
- data.tar.gz: e8be655962ae38665b68f43ef7255c9638ad36d5be796011e14cde14ef766522489ec3312a16387511b67c990f0e0076f06fd87f3b8f869e83a57a6678677e37
6
+ metadata.gz: a63cfc8f00950f13f3280ab91e58837fd944a7380c6dcbce360a9ca5a52aeab1824f0e6348cb2c83fbbbfbaaf81ee2da6a5091c1779a6c553347f6a43dd0fc8b
7
+ data.tar.gz: 5a643b37eabc5c53e7e79e115e2de1b31e88f9c7cf2a2d2a39a0db2496dd6463bbc34d936a0a5b92274c4e3496e23e321b7a8321cd7ce8eef6bae36cadf8849a
data/.rubocop.yml CHANGED
@@ -59,9 +59,6 @@ Style/MethodMissing:
59
59
  Style/TrailingUnderscoreVariable:
60
60
  Enabled: false
61
61
 
62
- Style/Encoding: # For Ruby 1.9 as it doesn't default to UTF-8
63
- Enabled: false
64
-
65
62
  Style/Lambda:
66
63
  EnforcedStyle: lambda
67
64