activerecord-tablefree 3.1.6 → 3.1.7
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 +4 -4
- data/README.md +1 -0
- data/lib/activerecord/tablefree/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdef3bd0f5c266b4321652f0316960c23cf83fcc3fc34daba89a0383878bb12d
|
|
4
|
+
data.tar.gz: 3e11bccff94e87fbde89840ce180bc9eae271f5b0c3b1bc26a703c5cac15b10a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90f6e6aa84ae947cb8844f17bd79b4d4fcf77304004eeb9cefa7c1e5c031f50b8d04521a5a6b89d49a42ab9150eed246b4b7944ba99346e9928b4b4852c08ff7
|
|
7
|
+
data.tar.gz: 1c0604e1bd9950460a80319eeb0514fba293407c2832de65d77723d4db7774ba38cc51b59c20015be6e67559216da7ba387a300760df9227be71e8be5a223c37
|
data/README.md
CHANGED
|
@@ -14,6 +14,7 @@ ActiveRecord Tablefree
|
|
|
14
14
|
| code triage | [](https://www.codetriage.com/pboling/activerecord-tablefree) |
|
|
15
15
|
| homepage | [http://www.railsbling.com/tags/activerecord-tablefree/][homepage] |
|
|
16
16
|
| documentation | [http://rdoc.info/github/pboling/activerecord-tablefree/frames][documentation] |
|
|
17
|
+
| Spread ~♡ⓛⓞⓥⓔ♡~ | [🌍 🌎 🌏](https://about.me/peter.boling), [🍚](https://www.crowdrise.com/helprefugeeswithhopefortomorrowliberia/fundraiser/peterboling), [➕](https://plus.google.com/+PeterBoling/posts), [👼](https://angel.co/peter-boling), [🐛](https://www.topcoder.com/members/pboling/), [:shipit:](http://coderwall.com/pboling), [](http://twitter.com/galtzo) |
|
|
17
18
|
|
|
18
19
|
A simple implementation of the ActiveRecord Tableless pattern for any
|
|
19
20
|
Rails project or other Ruby project that uses ActiveRecord.
|