Skip to content

Commit 99d3e57

Browse files
committed
Regenerate gemspec for version 0.2.3
1 parent f30441c commit 99d3e57

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

yaml_db.gemspec

+9-12
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,19 @@
44
# -*- encoding: utf-8 -*-
55

66
Gem::Specification.new do |s|
7-
s.name = %q{yaml_db}
8-
s.version = "0.2.2"
7+
s.name = "yaml_db"
8+
s.version = "0.2.3"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Adam Wiggins", "Orion Henry"]
12-
s.date = %q{2011-10-12}
13-
s.description = %q{
14-
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.
15-
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.
16-
Any database that has an ActiveRecord adapter should work
17-
}
18-
s.email = %q{[email protected]}
12+
s.date = "2012-04-30"
13+
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"
14+
s.email = "[email protected]"
1915
s.extra_rdoc_files = [
2016
"README.markdown"
2117
]
2218
s.files = [
19+
".travis.yml",
2320
"README.markdown",
2421
"Rakefile",
2522
"VERSION",
@@ -39,10 +36,10 @@ Any database that has an ActiveRecord adapter should work
3936
"spec/yaml_utils_spec.rb",
4037
"yaml_db.gemspec"
4138
]
42-
s.homepage = %q{http://github.com/ludicast/yaml_db}
39+
s.homepage = "http://github.com/ludicast/yaml_db"
4340
s.require_paths = ["lib"]
44-
s.rubygems_version = %q{1.3.9.2}
45-
s.summary = %q{yaml_db allows export/import of database into/from yaml files}
41+
s.rubygems_version = "1.8.17"
42+
s.summary = "yaml_db allows export/import of database into/from yaml files"
4643

4744
if s.respond_to? :specification_version then
4845
s.specification_version = 3

0 commit comments

Comments
 (0)