i0n_rails3_generators 0.2.8 → 0.2.9
Sign up to get free protection for your applications and to get access to all the features.
data/config/version.yml
CHANGED
@@ -6,13 +6,13 @@ module I0n
|
|
6
6
|
|
7
7
|
def gemfile
|
8
8
|
# File minification
|
9
|
-
gem 'smurf'
|
9
|
+
gem 'smurf'
|
10
10
|
# Templates
|
11
11
|
gem 'haml'
|
12
12
|
gem 'haml-rails'
|
13
13
|
# Stylesheets
|
14
|
-
gem "compass"
|
15
|
-
gem 'compass-susy-plugin'
|
14
|
+
gem "compass"
|
15
|
+
gem 'compass-susy-plugin'
|
16
16
|
end
|
17
17
|
|
18
18
|
def setup_application
|