mongoid_snappy 0.2.1 → 0.2.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
  SHA1:
3
- metadata.gz: 4e4df4eb0c4b58d8047dd824cca5af118f68f029
4
- data.tar.gz: 128c8732c7115ccd0e7111655aad85e8b7f1657a
3
+ metadata.gz: 8359840202ed189f00625bf11b6e58aaed633f1f
4
+ data.tar.gz: 8875287b3ba543aac6ff7def20b799133f7dbefd
5
5
  SHA512:
6
- metadata.gz: a1a824aab9e35a6b0fe4c36f4fd516eff30bca3ee13e5be601fe691f03b11f82219626169d2c0400ec1e9234c429763e93ef968cfdc52b77cd1d867770a105b3
7
- data.tar.gz: c8b3fd9daed2e125043bd23dfc273627dfc2257e449468ed11638c46ca8032cfc54b257977681e578a946ab8e55bd970aa83a5b2449c4f0dfa34c31277331eb1
6
+ metadata.gz: 554a2c2544f906a29424e5084a70182f6e97c8ce138dde6b58608583d836ae4ee803c0433259769c90510f255a674c1026eef56a07c3b989132ef96af7dcfb80
7
+ data.tar.gz: b0cd10e87c019af343bf3379270e9c1cb7abff05826d71150d3da36e8292ea0921494dafa88eb2ff152c42bed0a5ab2a0b2aa16b4eabc1f402290603f2899e8d
@@ -21,6 +21,7 @@ module RailsAdmin
21
21
  end
22
22
  end
23
23
 
24
+ require 'rails_admin/config/fields/types/text'
24
25
  module RailsAdmin
25
26
  module Config
26
27
  module Fields
@@ -1,4 +1,3 @@
1
1
  module MongoidSnappy
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
4
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid_snappy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GlebTV