mongory 0.6.1 → 0.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2e272e3c249c11059ecf96ad8eb0659d5e0fb0157050e7d69b6e272e16f874a
4
- data.tar.gz: 84316343470d975672edbed9e590661bf555af5aa6ceb862d4e850efac0f5266
3
+ metadata.gz: 3e912f1cb9b9d1c87259e837d71c1b7034359d360d2c2f9d4f09ab30b740270c
4
+ data.tar.gz: 6d007afc7889af43f94b4d704d8512ba3cc39ceafd974433168bfa57c0e1ba87
5
5
  SHA512:
6
- metadata.gz: f0709d9abd1a769c111cc27b73a25f1d79b2af931de122fad4538259b97eccd5a8bb26336fab68d8affbba830ffa9a8af3bf07323f17051f588c633938a43b75
7
- data.tar.gz: 292d65f888d36af1d22a9e4d7973ee8995c055c37abc837b1fdca161f5d4b37ed285c253da7a6019172848cb89d35e76e5ce0fa7b88725272ecdc46718d23968
6
+ metadata.gz: ff4f410a6d7fb0da08f6fe2dae1701d3d740c0f318982283d639a0a23b5f5798f048e9b483439e157ffcfb954f83f9985886534ec44b55da1dde1a810eb35e15
7
+ data.tar.gz: 41ff1d53a5f06ef0c2912b2d5e5a81b31b5639b95f84b2c5d932fd5ce350fafb2cdbb8058716a16b88a5d59d65bac0c74ce8d51cecb4a8e911e2926e7652fe8c
@@ -83,7 +83,6 @@ module Mongory
83
83
  #
84
84
  # @return [void]
85
85
  def freeze
86
- super
87
86
  @registries.freeze
88
87
  end
89
88
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mongory
4
- VERSION = '0.6.1'
4
+ VERSION = '0.6.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - koten0224