yaml_db_improved 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b502abe5101fcca6c69d703b6ff4b6e9ae40837d
4
- data.tar.gz: e4471551ab78bf09cf7a2c49c529dc6a391d9ecd
3
+ metadata.gz: c2677280b84979c697b812753deb2bae4aae890f
4
+ data.tar.gz: 15eb336719961d8d03bf94fd87f73d1f65a842c4
5
5
  SHA512:
6
- metadata.gz: 3f87e8faec88999204ff1120ec2aba7040ae06428a5df72acb33529b8a82032680d0cdbcaccd8ba6f480e4a81b7422cdd04fe0b9e9e4351b9e918f1fdec226f3
7
- data.tar.gz: c9ca9efc199228659dd419be569cbc312a6311d9fc66ac35cdd463c5624529dfbdc7ae02f275413e4133069a64804cb73eda516e4bef22f984c8194bbdb5a6ef
6
+ metadata.gz: c4f39aee4765686cbfd4deb5ee157b4ce3268a2e87b86b96a0268fc91e78d931ac2f05648e5e830520b2327d1c91cab1b60512430f7d50e66d2d9daa4bf48c09
7
+ data.tar.gz: b0e4253183ccb59027fc2d78a55bb9cb4d6ac61f50589051ec58ff14c03e73196c82d6d685c539ad920438ed38fe53ee5c5d7edc31b3b1b3e4e8f818653fcb71
data/README.markdown CHANGED
@@ -12,7 +12,7 @@ Any database that has an ActiveRecord adapter should work. For Rails 2, clone an
12
12
 
13
13
  Simply add to your Gemfile:
14
14
 
15
- gem 'yaml_db_improved', '~> 1.0.0'
15
+ gem 'yaml_db_improved', '~> 1.0'
16
16
 
17
17
  All rake tasks will then be available to you.
18
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yaml_db_improved
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Wiggins
@@ -90,7 +90,7 @@ files:
90
90
  - lib/csv_db.rb
91
91
  - lib/serialization_helper.rb
92
92
  - lib/tasks/yaml_db_tasks.rake
93
- - lib/yaml_db.rb
93
+ - lib/yaml_db_improved.rb
94
94
  - spec/base.rb
95
95
  - spec/serialization_helper_base_spec.rb
96
96
  - spec/serialization_helper_dump_spec.rb
@@ -123,3 +123,4 @@ signing_key:
123
123
  specification_version: 4
124
124
  summary: yaml_db allows export/import of database into/from yaml files
125
125
  test_files: []
126
+ has_rdoc: