mongoid-crud 1.2.0 → 1.2.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/examples/create.rb +0 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fbce96459af1c57f5b98d2bf14e933707ad3ae8d
4
- data.tar.gz: 1e31e3cad5d3ba14800bfab0af3091a9f1669ec7
3
+ metadata.gz: c411a601601a1afaa01eb15643ccbe2fcd3a69af
4
+ data.tar.gz: 77f8d87b6340e12c103df514326f286e038e790f
5
5
  SHA512:
6
- metadata.gz: 0c4ebe35f65019622ab0489d7cd3a07ccd6ffe7b3c42de76291fa6d29b25500bbf2b333ee19f5a53e4ff886039cc55df8a32805b597bda07a685739111498b3c
7
- data.tar.gz: 18a995f01c8bb2c14dee9e192d6d39dd5ab90ab633bf9a03efae312c1f2e740c87eb9a26e56d8cb7849e18b31dd64fe28bcaf8662d99afa07b13dc2c620048fe
6
+ metadata.gz: fc3870be623bab71c6dbf223c43af363eed5fa39b0dd29a5893d5f055d6d56f6eacda338e7f0e20ce2240151453f1c234f165c4176e6dbf720d1e23fdaf5a620
7
+ data.tar.gz: 5689025572e9f2b6955bcfee733a38d0434103d92bfe120b2644731944a3d3c0d35e879cc6e77a1f9fed6b4086dead232b6141257373db56fef85e40138746ba
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
data/examples/create.rb CHANGED
@@ -9,7 +9,6 @@ test_c= TestC.__create__( hello: "embeds one", parent_id: test_a['_id'] )
9
9
  test_d= TestD.__create__( hello: "embeds many in embeded one", parent_id: test_c['_id'] )
10
10
 
11
11
  #> puts into json
12
- puts TestA._read( _id: test_a['_id'] )
13
12
 
14
13
  # [{"_id":"536b298b241548e55a000001","created_at":"2014-05-08T08:51:55+02:00","hello":"world","test_b":[{"_id":"536b298b241548e55a000002","created_at":"2014-05-08T08:51:55+02:00","hello":"world","updated_at":"2014-05-08T08:51:55+02:00","world":"no"}],"test_c":{"_id":"536b298b241548e55a000003","created_at":"2014-05-08T08:51:55+02:00","hello":"embeds one","updated_at":"2014-05-08T08:51:55+02:00"},"updated_at":"2014-05-08T08:51:55+02:00"}]
15
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-crud
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Luzsi