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 CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -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.2"
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/yaml_db.rb",
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.2
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/yaml_db.rb
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