immosquare-constants 0.1.14 → 0.1.15

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: 4b0e58e67146383f7bb046bc321ac80ae421919e732b8ef6e601db0921a952a3
4
- data.tar.gz: 86dcdc2878e7ab49df7f3b51741b2061b7114d8256d3bd362bb03084b20ec940
3
+ metadata.gz: e8b740c638cc553f9e3a1bd674d3bf270cfda3832c83552fe1338a26655e14eb
4
+ data.tar.gz: 87870755a5c2c463ffb7ff8741ef29ed12d770cada0b5a5a334408ab7d0dd988
5
5
  SHA512:
6
- metadata.gz: 77cb31bd52a176a82bb5909f42e5d45068f6baefdb1f691cbaf147091d53ddbdb17eedfaa086e1d3d026ea59362a81563a70059599045f93012d0c529b174038
7
- data.tar.gz: 138cf03ab85646ff1c7bea7498c04897f566933bb515e44f731404cd1d69baaded686171e4715b911fa5b4432ae3b406adac1412476bd8cb5b9233f088161020
6
+ metadata.gz: d62cda99d9972a6649a0153145fbd41b704d7d98a4c8cba01ac131979ffa229ca8bee91887f9f87a5e34883fc913a539631a12bb3d01b946ac1de639ac51393c
7
+ data.tar.gz: fc4e75e4f540c793235e2c10c2d52da9dcdea2e37cfef10274b723c8a183daa49f384f7efeff4d6ac402c143dd82bfa359057d268cda2b2f7e059e8888ebd04e
@@ -50,6 +50,14 @@ module ImmosquareConstants
50
50
  to_hash
51
51
  end
52
52
 
53
+ def each(&)
54
+ to_hash.each(&)
55
+ end
56
+
57
+ def each_with_index(&)
58
+ to_hash.each_with_index(&)
59
+ end
60
+
53
61
  end
54
62
 
55
63
  class << self
@@ -1,3 +1,3 @@
1
1
  module ImmosquareConstants
2
- VERSION = "0.1.14".freeze
2
+ VERSION = "0.1.15".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-constants
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - immosquare