ModelMaker 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@
15
15
 
16
16
  @implementation <%= @entity.name %>
17
17
 
18
+
18
19
  <% for @property in @entity.properties %>
19
20
  @synthesize <%= @property.exposed_name %> = <%= @property.internal_name %>;
20
21
  <% end %>
@@ -32,6 +33,6 @@
32
33
 
33
34
  return self;
34
35
  }
35
- <% end %>
36
36
 
37
+ <% end %>
37
38
  @end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ModelMaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: