ironmin_yaml_db 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/ironmine_yaml_db.gemspec +2 -2
- data/lib/{yaml_db.rb → ironmine_yaml_db.rb} +0 -0
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.3
|
data/ironmine_yaml_db.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "ironmin_yaml_db"
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["uudui"]
|
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
|
|
25
25
|
"lib/csv_db.rb",
|
26
26
|
"lib/serialization_helper.rb",
|
27
27
|
"lib/tasks/yaml_db_tasks.rake",
|
28
|
-
"lib/
|
28
|
+
"lib/ironmine_yaml_db.rb",
|
29
29
|
"spec/base.rb",
|
30
30
|
"spec/serialization_helper_base_spec.rb",
|
31
31
|
"spec/serialization_helper_dump_spec.rb",
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ironmin_yaml_db
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -39,7 +39,7 @@ files:
|
|
39
39
|
- lib/csv_db.rb
|
40
40
|
- lib/serialization_helper.rb
|
41
41
|
- lib/tasks/yaml_db_tasks.rake
|
42
|
-
- lib/
|
42
|
+
- lib/ironmine_yaml_db.rb
|
43
43
|
- spec/base.rb
|
44
44
|
- spec/serialization_helper_base_spec.rb
|
45
45
|
- spec/serialization_helper_dump_spec.rb
|