chamber 2.14.1 → 2.14.2
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +1 -2
- data/lib/chamber/settings.rb +1 -1
- data/lib/chamber/version.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89e0b6151f3cafb916f399bd49b780f6df353ab41832012c48a2f5520a03df5d
|
|
4
|
+
data.tar.gz: 4e976be3b9be2b3b2e30185895a3c2d330daa3880298a65ead34e30ca5befd81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa7e4a481d465da58e4b99f06e868f0b97fd9242e429ad0a233f6b2763930696ab60eb43d276a8e26aa5a245734e1c5dcce7bb08c1b568ebec83bddb9cc7d6c9
|
|
7
|
+
data.tar.gz: 3f9bdb837c924886b72b685d01debdb5ffcb33d1fa1220cf6c243bfde6e3d2b76f1579b565095cf355af54ee43fef8a722ed871bd2a72f484283b2adefe4e5cc
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
����-�>µ�Ɇ0���ln�L���s��9�:�<(��Y��pf�z�{te�j�:;ݳ�� 3�E��?�U]�f��0 ī9�����;cH(���Ke2�,'�q��A%G��5i�UWnʼn�|��y�����1v��v��1D����8o���kC��Uj�W��h@#�<�������l��1}�9�X1�#��')�?l�!�x�ұx��+�W~<���V�.���s���.&�P,@�:�� �M[��G�*��j^f���w���}��S��j��w��Qm�C���?_�j[bL}d" ��/�T'���n��3����=V����ʋ�Z�]�Yi5�y]4c��2/�XZ���I�jH��&xj�o<��k�R
|
|
1
|
+
�f�,z�$��^^S�-�4*Pk��kɵ/$�_���݄���Ӭ#�|O0G��-6��Mz����hd���4�a�/�L�`� �SY?PLd���t%%�i/W���#��B$����o�=]M/��b/ɬe��aiX'��M��0���`Ƹ5��3�c���ߦ�4��=�/-�L����uo+iR��މ�n8�a99=�A���Չ=f�9�J
|
data/lib/chamber/settings.rb
CHANGED
|
@@ -274,7 +274,7 @@ class Settings
|
|
|
274
274
|
def method_missing(name, *args)
|
|
275
275
|
if data.respond_to?(name)
|
|
276
276
|
warn "WARNING: Object notation access is deprecated and will be removed in Chamber 3.0. You attempted to access the '#{name}' setting. See https://github.com/thekompanee/chamber/wiki/Upgrading-To-Chamber-3.0#removal-of-object-notation-access for full details." # rubocop:disable Layout/LineLength
|
|
277
|
-
warn "WARNING: Predicate methods are deprecated and will be removed in Chamber 3.0. You attempted to access the '#{name}' setting. See https://github.com/thekompanee/chamber/wiki/Upgrading-To-Chamber-3.0#removal-of-predicate-accessors for full details." if name.end_with?('?') # rubocop:disable Layout/LineLength
|
|
277
|
+
warn "WARNING: Predicate methods are deprecated and will be removed in Chamber 3.0. You attempted to access the '#{name}' setting. See https://github.com/thekompanee/chamber/wiki/Upgrading-To-Chamber-3.0#removal-of-predicate-accessors for full details." if name.to_s.end_with?('?') # rubocop:disable Layout/LineLength
|
|
278
278
|
|
|
279
279
|
data.public_send(name, *args)
|
|
280
280
|
else
|
data/lib/chamber/version.rb
CHANGED
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|