swiss_db 0.3.3 → 0.3.4

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99eb5c4d6a5ad8d2d1c99c2f2d21a1463a44724d
4
- data.tar.gz: 222d5d2690e5a218bf06cfb0980c8f2af5b4a8dd
3
+ metadata.gz: 361358b85a289c3369ab86c49ee42ba3dcf88108
4
+ data.tar.gz: 31e0e97bedab1bcfc1c7310ba079e74b30f8ef01
5
5
  SHA512:
6
- metadata.gz: 2576d27346e62729dc4f77a2c48284fc9bc0b1c6ebdc7f25eb32542f7a1137655abb487b66f66d00b50bb29b69f41dc5bd0d169bcd36a50ceb6bfd4104398a45
7
- data.tar.gz: 39a86d8fbc8bf6e84fa1651b68c728906e28f228e18e08bc7d885dd22e84a06d9cefbc391d8102d08af15ddd08642daf6d4f9eade043a9fa3e98afe972fd7956
6
+ metadata.gz: c6630a5d1c0456a9ac08d90c3de314117b40e92b367106e7b4242317794881a4b9ec54f5014a17cd04af613b964ccee7eac67fdca575ce6283a5099a165db50a
7
+ data.tar.gz: fb14b46ab63b76e6f0b1bbc79d42f83cfd77747a9e8016e8e0de1bdd171e22785671442018b1ebfd8688d9dc050ce40817ba5ab6ac5c3da2ea453a3ed204e3ef
data/README.md CHANGED
@@ -22,6 +22,12 @@ Or install it yourself as:
22
22
 
23
23
  Schemas are the exact same from CoreDataQuery and go in the same place.
24
24
 
25
+ Don't forget to add your schema folder in your Rakefile.
26
+
27
+ ```ruby
28
+ app.files += Dir.glob("schemas/*.rb")
29
+ ```
30
+
25
31
  Models are as such:
26
32
 
27
33
  ```ruby
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swiss_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Silverman