themeable 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/themeable +7 -0
- data/lib/themeable/version.rb +1 -1
- data/templates/theme_assets_generator.rb +10 -0
- data/templates/theme_main.rb +8 -0
- data/templates/theme_views_generator.rb +10 -0
- data/templates/view_application.html.erb +10 -0
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d994ec319535ad6ca31ee8f6d14caf24ac10c5c
|
4
|
+
data.tar.gz: 578f1155a4328f835f8b007554f5b6a29790be9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0993b7200f31de50eef9538452549f612658c3a9a11eed8ec8a3d8c34d17fb49bb737415bf46079b45c43be984cc4b4a522d96a4738e14cbb92d78648530318c
|
7
|
+
data.tar.gz: bd010b629d4aa0d1b1d941dcf92d3303a19e574452c81ebf29dae8019e9046632f3113a65229337778888d173bcad72c06f365b5fa94e39791c50a4d49d73147
|
data/bin/themeable
ADDED
data/lib/themeable/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: themeable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- xiaohui
|
@@ -55,13 +55,15 @@ dependencies:
|
|
55
55
|
description: Creating theme, and puting into your Rails app
|
56
56
|
email:
|
57
57
|
- xiaohui@zhangxh.net
|
58
|
-
executables:
|
58
|
+
executables:
|
59
|
+
- themeable
|
59
60
|
extensions: []
|
60
61
|
extra_rdoc_files: []
|
61
62
|
files:
|
62
63
|
- MIT-LICENSE
|
63
64
|
- README.md
|
64
65
|
- Rakefile
|
66
|
+
- bin/themeable
|
65
67
|
- lib/tasks/themeable_tasks.rake
|
66
68
|
- lib/themeable.rb
|
67
69
|
- lib/themeable/acts_as_themeable.rb
|
@@ -69,6 +71,10 @@ files:
|
|
69
71
|
- lib/themeable/railtie.rb
|
70
72
|
- lib/themeable/theme.rb
|
71
73
|
- lib/themeable/version.rb
|
74
|
+
- templates/theme_assets_generator.rb
|
75
|
+
- templates/theme_main.rb
|
76
|
+
- templates/theme_views_generator.rb
|
77
|
+
- templates/view_application.html.erb
|
72
78
|
homepage: https://github.com/xiaohui-zhangxh/
|
73
79
|
licenses:
|
74
80
|
- MIT
|