latinum 1.1.0 → 1.2.0

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: 1d25caed111068113305cf5449f8827c264b0cae
4
- data.tar.gz: 173082ed719b3c01d3f8ca0695015f43e5d73f9b
3
+ metadata.gz: 8e0f3fcf6c01e2d091b709e6a02aa8453871276d
4
+ data.tar.gz: 65c8c8fed7bd38ee450212c631ea2fcccb9754e5
5
5
  SHA512:
6
- metadata.gz: 3c471f206c325bee3ebb24bb6d5a25cdf97962c9061e28c02befe5ba223dd7a6b0a46635590ed3b033622bfd4a989f61061734b3c4571fbca9ea3ee002e5e5d3
7
- data.tar.gz: 919248b516aa585221b428cbc462127d3e0fd94074359ccd12e74c2f3b65030ad8f32b683dd68fef8f2443b3f3d4d8fbab382191ed386949c41c519acf13787a
6
+ metadata.gz: 92dbfdfa7064f905e6ae559a972c7d6bd42a9a516d3b9aef9cf953e9431de51074c6a9afb523c729a7fb3f024bd10d1c3ebec57a1c6d63cd3a85feb558f1f543
7
+ data.tar.gz: 27fd684c753fa6ef97f0f12fdfa6d6ad3b42a5564ce15f089009a348b3061d6a5fc450b1629703b37ccbe3cca4d3f51333e53dcd23cf07dcacceea3ad94c21e3
@@ -24,6 +24,8 @@ require 'set'
24
24
  module Latinum
25
25
  # Aggregates a set of resources, typically used for summing values.
26
26
  class Collection
27
+ include Enumerable
28
+
27
29
  # Initialize the collection with a given set of resource names.
28
30
  def initialize(names = Set.new)
29
31
  @names = names
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module Latinum
22
- VERSION = "1.1.0"
22
+ VERSION = "1.2.0"
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: latinum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-10 00:00:00.000000000 Z
11
+ date: 2017-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler