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 +3 -1
- data/lathe.gemspec +2 -2
- data/lib/lathe/generators/mini_app/app/assets/stylesheets/%app_path%/%app_name%.less.tt +2 -2
- data/lib/lathe/generators/mini_app/config/locales/fontend.en.yml.tt +3 -3
- data/lib/lathe/generators/mini_app/config/locales/fontend.zh-CN.yml.tt +3 -3
- data/lib/lathe/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
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 = "
|
|
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('
|
|
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('
|
|
8
|
+
background: asset-url('<%=app_path%>/<%=app_name%>_active.png') no-repeat;
|
|
9
9
|
background-position: 0px 0px;
|
|
10
10
|
}
|
|
11
11
|
}
|
data/lib/lathe/version.rb
CHANGED
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.
|
|
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-
|
|
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:
|
|
81
|
+
homepage: https://github.com/vulgarcoder/lathe
|
|
82
82
|
licenses: []
|
|
83
83
|
post_install_message:
|
|
84
84
|
rdoc_options: []
|