ModelMaker 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,8 +7,8 @@
7
7
  // Copyright (c) <%= project.copyright %>. All rights reserved.
8
8
  <% end %>
9
9
  //
10
- // Generated by EntityMaker on 18/09/12.
11
- // See http://github.com/aspyct/EntityMaker
10
+ // Generated by ModelMaker
11
+ // See http://github.com/aspyct/ModelMaker
12
12
  //
13
13
 
14
14
  #import <Foundation/Foundation.h>
@@ -7,8 +7,8 @@
7
7
  // Copyright (c) <%= project.copyright %>. All rights reserved.
8
8
  <% end %>
9
9
  //
10
- // Generated by EntityMaker on 18/09/12.
11
- // See http://github.com/aspyct/EntityMaker
10
+ // Generated by ModelMaker
11
+ // See http://github.com/aspyct/ModelMaker
12
12
  //
13
13
 
14
14
  #import "<%= entity.name %>Builder.h"
@@ -1,14 +1,14 @@
1
1
  //
2
- // <%= @entity.name %>.h
3
- // <%= @project.name %>
2
+ // <%= entity.name %>.h
3
+ // <%= project.name %>
4
4
 
5
+ <% if project.copyright %>
5
6
  //
6
- // Generated by EntityMaker on 18/09/12.
7
- <% if @project.copyright %>
8
- // Copyright (c) <%= @project.copyright %>. All rights reserved.
7
+ // Copyright (c) <%= project.copyright %>. All rights reserved.
9
8
  <% end %>
10
9
  //
11
- // EntityMaker, http://github.com/aspyct/EntityMaker
10
+ // Generated by ModelMaker
11
+ // See http://github.com/aspyct/ModelMaker
12
12
  //
13
13
 
14
14
  #import <Foundation/Foundation.h>
@@ -1,14 +1,14 @@
1
1
  //
2
- // <%= @entity.name %>.m
3
- // <%= @project.name %>
2
+ // <%= entity.name %>.m
3
+ // <%= project.name %>
4
4
 
5
+ <% if project.copyright %>
5
6
  //
6
- // Generated by EntityMaker on 18/09/12.
7
- <% if @project.copyright %>
8
- // Copyright (c) <%= @project.copyright %>. All rights reserved.
7
+ // Copyright (c) <%= project.copyright %>. All rights reserved.
9
8
  <% end %>
10
9
  //
11
- // EntityMaker, http://github.com/aspyct/EntityMaker
10
+ // Generated by ModelMaker
11
+ // See http://github.com/aspyct/ModelMaker
12
12
  //
13
13
 
14
14
  #import "<%= @entity.name %>.h"
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.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: