i0n_rails3_generators 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- data/config/version.yml +1 -1
- data/lib/generators/i0n/layout/layout_generator.rb +11 -0
- metadata +2 -2
data/config/version.yml
CHANGED
@@ -4,6 +4,17 @@ module I0n
|
|
4
4
|
|
5
5
|
source_root File.expand_path('../templates', __FILE__)
|
6
6
|
|
7
|
+
def gemfile
|
8
|
+
# File minification
|
9
|
+
gem 'smurf', '1.0.6'
|
10
|
+
# Templates
|
11
|
+
gem 'haml'
|
12
|
+
gem 'haml-rails'
|
13
|
+
# Stylesheets
|
14
|
+
gem "compass", '0.10.6'
|
15
|
+
gem 'compass-susy-plugin', '0.8.1'
|
16
|
+
end
|
17
|
+
|
7
18
|
def setup_application
|
8
19
|
application do
|
9
20
|
"
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: i0n_rails3_generators
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.2.
|
5
|
+
version: 0.2.8
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Ian Alexander Wood (i0n)
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-03-
|
13
|
+
date: 2011-03-19 00:00:00 +00:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|