diff --git a/VERSION b/VERSION index 9e11b32..d15723f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1 +0.3.2 diff --git a/yaml_db.gemspec b/yaml_db.gemspec index 4f3f370..4248e69 100644 --- a/yaml_db.gemspec +++ b/yaml_db.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "yaml_db_with_schema_tables" - s.version = "0.3.1" + s.version = "0.3.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Wiggins", "Orion Henry", "Martin Honermeyer"] - s.date = "2014-01-30" + s.date = "2017-12-04" s.description = "\nYamlDb 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.\nThis 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.\nAny database that has an ActiveRecord adapter should work\n" s.email = "martin.honermeyer@zweitag.de" s.extra_rdoc_files = [