collection_utils 1.0.0 → 2.0.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.
@@ -1,3 +1,3 @@
1
1
  module CollectionUtils
2
- VERSION = "1.0.0"
2
+ VERSION = "2.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: collection_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - deeshugupta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-19 00:00:00.000000000 Z
11
+ date: 2017-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -61,6 +61,7 @@ executables: []
61
61
  extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
64
+ - .coveralls.yml
64
65
  - .gitignore
65
66
  - .rspec
66
67
  - .travis.yml
@@ -95,11 +96,13 @@ files:
95
96
  - documentation/method_list.html
96
97
  - documentation/top-level-namespace.html
97
98
  - lib/collection_utils.rb
99
+ - lib/collection_utils/hash_deserialized_object.rb
98
100
  - lib/collection_utils/heap.rb
99
101
  - lib/collection_utils/heap_utils.rb
100
102
  - lib/collection_utils/heap_utils/max_heap.rb
101
103
  - lib/collection_utils/heap_utils/min_heap.rb
102
104
  - lib/collection_utils/queue.rb
105
+ - lib/collection_utils/set.rb
103
106
  - lib/collection_utils/stack.rb
104
107
  - lib/collection_utils/tree_utils.rb
105
108
  - lib/collection_utils/tree_utils/bst.rb