mongoid-denormalization 0.1.3 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 80926574a880df06c1433c40348d105f8536252c
4
- data.tar.gz: 1bb96addbf046d32995bc19b781c5c22461a250c
2
+ SHA256:
3
+ metadata.gz: '097a329ca8b500cc0e7acbe0788cf3abbacd581683873e25a0ea187f5da7c800'
4
+ data.tar.gz: 5de91988efa84936ad723426307e1a149cb669c2880b6ddd7391bcb589061c78
5
5
  SHA512:
6
- metadata.gz: 42f3228b247b289e5f0773ac6e293d11da0d75df0ff288dc6fd1e28aad3efa877ca25465cadd00f0af5c8e1c1e89c112eacf5ef07f06d309e5529dfb81b2df7b
7
- data.tar.gz: a8b432ee062181381d2380b9496477aeb9b9c6e9cfa47301bcfbb70fb25710dbf8e3db68d5b9f212aa91a157a1b51e1927c9a86064f7769c774f36dc74bc613a
6
+ metadata.gz: b722e0b97aa4756598af38ac95c35939a871dfa23fc7e65b27adb8bd2d8c8131fb99def84ecd25836aa7d7d917280a4476022fdb9eda22e648fe7228410b4797
7
+ data.tar.gz: 7bbe358f347509e54db469d57d0ac5effa29658494c81abcfcafec151201790072e0dbd51fbfd33f7cefeccd6d4015ce803ceda1be658b879f5d7de84c3d2e3d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mongoid-denormalization (0.1.3)
4
+ mongoid-denormalization (1.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -32,4 +32,4 @@ DEPENDENCIES
32
32
  rspec (~> 3.0)
33
33
 
34
34
  BUNDLED WITH
35
- 1.16.0
35
+ 1.17.2
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # Mongoid::Denormalization
2
2
 
3
3
  Helper module for denormalizing association attributes in Mongoid models & embedded models.
4
- Supports rails 5.1.4, mongoid 6.2, ruby 2.4.2
5
4
 
6
5
  ## Installation
7
6
 
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Denormalization
3
- VERSION = "0.1.3"
3
+ VERSION = "1.0.0"
4
4
  end
5
5
  end
@@ -4,6 +4,7 @@ module Mongoid
4
4
  module Denormalization
5
5
  extend ActiveSupport::Concern
6
6
 
7
+
7
8
  included do
8
9
  def force_denormalize!
9
10
  force_denormalize
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-denormalization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amit Chaudhary
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-17 00:00:00.000000000 Z
11
+ date: 2020-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,8 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  requirements: []
95
- rubyforge_project:
96
- rubygems_version: 2.6.13
95
+ rubygems_version: 3.0.3
97
96
  signing_key:
98
97
  specification_version: 4
99
98
  summary: Mongoid denormalization helper module