swiss_db 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 557c9d785540bb8f57c7683a3571a300e26533fe
4
- data.tar.gz: 3a52e2f527e47e65b9e6cd900ab8d60345a277b6
3
+ metadata.gz: 2a0d5dfe97a03004a6badf4904bd5aaa8862a1db
4
+ data.tar.gz: 9316b9e0707c88275778f903e45e20fa9b553fff
5
5
  SHA512:
6
- metadata.gz: 53d154c22d2b3c030f12dd1e487328041aaab7d2c3d322d5ba53aaecd31d462bea33c224ebf3d13559c3b666af5f0ca53a683a314d4da20db6d6beb7bf14f39e
7
- data.tar.gz: a49f6300726d2c7d37776469c923d7850fc367c136718e4970cdae82fe057def8d6912ee2917ee98232e59e70cd7d96ca2970583ef815304fadfe4c60d2e11be
6
+ metadata.gz: c7a647c5a48c059f5ee9bbf40c1741c65a5c2ee0da617cbb70f786e6481da0e850f5c226c5cbaef54ba20a8ca993e87df32f6b2ea8005d6cb94a4a4c073cb28a
7
+ data.tar.gz: d4523e7006c165cd516c9dde90d547b88e0f8e2bce5a896b1c2d680dbe35a1c233fd15259ad144b2174cd52d151ae41c25558034ae8d116e7c7c172818b4c699
data/README.md CHANGED
@@ -91,11 +91,11 @@ That's it! #all, #last, #first, #count, #save, #update_attribute and the usual a
91
91
 
92
92
  # Planned
93
93
 
94
- #update_attributes support
94
+ * update_attributes support
95
95
 
96
- #destroy just one object support
96
+ * destroy just one object support
97
97
 
98
- detect class names of models for tableize
98
+ * detect class names of models for tableize
99
99
 
100
100
  KNOWN LIMITATION: This ORM compiles in the database name and the database version as a constant. Unfortunately I don't know of a way around this yet. This means no DB migrations yet by doing the simple version bump that is supported by Android. If we get a way to configure these from outside the gem, it will open up possibilities such as multiple schemas and migrations. To get around this simply delete your local database when you need to migrate. You can delete the app from the simulator/device (probably) or use my convenience command:
101
101
 
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.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Silverman