lathe 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -17,8 +17,10 @@ Or install it yourself as:
17
17
  $ gem install lathe
18
18
 
19
19
  ## Usage
20
-
20
+ ### include mini_app views
21
21
  lathe new study
22
+ ### exclude mini_app views
23
+ lathe new study --exclude
22
24
 
23
25
  ## Contributing
24
26
 
data/lathe.gemspec CHANGED
@@ -4,9 +4,9 @@ require File.expand_path('../lib/lathe/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["vulgarcoder"]
6
6
  gem.email = ["vulgarcoder@gmail.com"]
7
- gem.description = %q{Generator for plugin developer.}
7
+ gem.description = %q{Generator for minxing365's plugin developer.}
8
8
  gem.summary = %q{For minxing365.com}
9
- gem.homepage = "http://minxing365.com"
9
+ gem.homepage = "https://github.com/vulgarcoder/lathe"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,11 +1,11 @@
1
1
  .icon-<%=app_name%>{
2
- background: asset-url('miniapp_<%=app_name%>/<%=app_name%>.png') no-repeat;
2
+ background: asset-url('<%=app_path%>/<%=app_name%>.png') no-repeat;
3
3
  background-position: 0px 0px;
4
4
  }
5
5
 
6
6
  a:hover,.active{
7
7
  .icon-<%=app_name%>{
8
- background: asset-url('miniapp_<%=app_name%>/<%=app_name%>_active.png') no-repeat;
8
+ background: asset-url('<%=app_path%>/<%=app_name%>_active.png') no-repeat;
9
9
  background-position: 0px 0px;
10
10
  }
11
11
  }
@@ -4,6 +4,6 @@
4
4
  en:
5
5
  ft:
6
6
  miniapp:
7
- <%app_name%>:
8
- filter: "<%app_name%>"
9
- text: "post <%app_name%>"
7
+ <%=app_name%>:
8
+ filter: "<%=app_name%>"
9
+ text: "post <%=app_name%>"
@@ -4,6 +4,6 @@
4
4
  zh-CN:
5
5
  ft:
6
6
  miniapp:
7
- <%app_name%>:
8
- filter: "<%app_name%>"
9
- text: "发布 <%app_name%>"
7
+ <%=app_name%>:
8
+ filter: "<%=app_name%>"
9
+ text: "发布 <%=app_name%>"
data/lib/lathe/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lathe
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lathe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-05 00:00:00.000000000 Z
12
+ date: 2013-09-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -27,7 +27,7 @@ dependencies:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: 0.14.6
30
- description: Generator for plugin developer.
30
+ description: Generator for minxing365's plugin developer.
31
31
  email:
32
32
  - vulgarcoder@gmail.com
33
33
  executables:
@@ -78,7 +78,7 @@ files:
78
78
  - lib/lathe/generators/mini_app/lib/tasks/%app_path%_tasks.rake.tt
79
79
  - lib/lathe/string.rb
80
80
  - lib/lathe/version.rb
81
- homepage: http://minxing365.com
81
+ homepage: https://github.com/vulgarcoder/lathe
82
82
  licenses: []
83
83
  post_install_message:
84
84
  rdoc_options: []