remodel-h 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
data/remodel-h.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{remodel-h}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tim Lossen"]
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
28
28
  "docs/docco.css",
29
29
  "docs/remodel.html",
30
30
  "example/book.rb",
31
- "lib/remodel.rb",
31
+ "lib/remodel-h.rb",
32
32
  "lib/remodel/entity.rb",
33
33
  "lib/remodel/has_many.rb",
34
34
  "lib/remodel/mapper.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remodel-h
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Lossen
@@ -32,7 +32,7 @@ files:
32
32
  - docs/docco.css
33
33
  - docs/remodel.html
34
34
  - example/book.rb
35
- - lib/remodel.rb
35
+ - lib/remodel-h.rb
36
36
  - lib/remodel/entity.rb
37
37
  - lib/remodel/has_many.rb
38
38
  - lib/remodel/mapper.rb
File without changes