Sha256: 4673bb872dabeeb34c1a8cb119c644e3dd4881f6e7449e22ea5e9122b51c2fa2

Contents?: true

Size: 1.87 KB

Versions: 0

Compression: gzip

Compressed size: 873 Bytes

Stored size: 873 Bytes

Contents

--- !ruby/object:Gem::Specification
name: yaml_db
version: !ruby/object:Gem::Version
  version: 0.2.3
  prerelease: 
platform: ruby
authors:
- Adam Wiggins
- Orion Henry
autorequire: 
bindir: bin
cert_chain: []
date: 2012-04-30 00:00:00.000000000 Z
dependencies: []
description: ! '

  YamlDb is a database-independent format for dumping and restoring data.  It complements
  the the database-independent schema format found in db/schema.rb.  The data is saved
  into db/data.yml.

  This can be used as a replacement for mysqldump or pg_dump, but only for the databases
  typically used by Rails apps.  Users, permissions, schemas, triggers, and other
  advanced database features are not supported - by design.

  Any database that has an ActiveRecord adapter should work

'
email: nate@ludicast.com
executables: []
extensions: []
extra_rdoc_files:
- README.markdown
files:
- .travis.yml
- README.markdown
- Rakefile
- VERSION
- about.yml
- init.rb
- lib/csv_db.rb
- lib/serialization_helper.rb
- lib/tasks/yaml_db_tasks.rake
- lib/yaml_db.rb
- spec/base.rb
- spec/serialization_helper_base_spec.rb
- spec/serialization_helper_dump_spec.rb
- spec/serialization_helper_load_spec.rb
- spec/serialization_utils_spec.rb
- spec/yaml_dump_spec.rb
- spec/yaml_load_spec.rb
- spec/yaml_utils_spec.rb
- yaml_db.gemspec
homepage: http://github.com/ludicast/yaml_db
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.8.17
signing_key: 
specification_version: 3
summary: yaml_db allows export/import of database into/from yaml files
test_files: []

Package Spec version

yaml_db-0.2.3