Skip to content

Commit 0fb4ae4

Browse files
committed
added files
1 parent a8c0a6f commit 0fb4ae4

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

lib/lathe/generators/mini_app/%app_path%.gemspec.tt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
$:.push File.expand_path("../lib", __FILE__)
22

33
# Maintain your gem's version:
4-
require "<%=app_name%>/version"
4+
require "<%=app_path%>/version"
55

66
# Describe your gem and declare its dependencies:
77
Gem::Specification.new do |s|
8-
s.name = "<%=app_name%>"
9-
s.version = <%=@app_path.camelize%>::VERSION
8+
s.name = "<%=app_path%>"
9+
s.version = <%=@package%>::VERSION
1010
s.authors = ["dev@dehuinet.com"]
1111
s.email = ["dev@dehuinet.com"]
1212
s.homepage = ""

0 commit comments

Comments
 (0)