active_record_yaml 0.1.1 → 0.1.2

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
2
  SHA1:
3
- metadata.gz: d6b28759d208414dca60950b19fe459df4e3a8a6
4
- data.tar.gz: 4f3e3e43ef29614d6e5e60bab5d56af938d02a02
3
+ metadata.gz: ad8205586c65d9d7cf2df006be3ff1f9d473968a
4
+ data.tar.gz: 2e284116f8b40cb483ac08497ef1927f84783041
5
5
  SHA512:
6
- metadata.gz: ba3f84eac6fd8135ffa7fa737f5a2d37f2ccd13aabe0bec24b8d4e8109437b1a5ac34548a8055df086d28f16cc418079443f9d2d627c8f2becb061127069d3d6
7
- data.tar.gz: db9010a3601065d48c044f049171d6ef5783b1d5cf947cb41a7fe05d593051b7025ada77787e848c44ffd6e51caaac2566e083aac7827a2651db41b0ab13da99
6
+ metadata.gz: 070bced430a36f0bdbcad626938b92e99d85cee47c333e16c649cf57a8dc58f3bf355e5ec09738d92e7d3543306d3f4788cf9a2b69c0f4f9625a27e4dc8110a3
7
+ data.tar.gz: 39c19e3602b7f703167cc70c5f425e5312a6914b00a3dd51db6fc092725ea340f21c7a4a1629197a52c7533272ee9a0bc9a9c2be3026b7f4fe08944d8789887d
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # ActiveRecordYAML Record
1
+ # ActiveRecordYAML
2
2
 
3
- Flat-file YAML backing for Rails models
3
+ An easy to use, YAML-based record storage solution, with ActiveRecord-like features
4
4
 
5
5
  ---
6
6
 
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordYaml
2
- VERSION = "0.1.1".freeze
2
+ VERSION = "0.1.2".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_yaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas Scheurich