i0n_rails3_generators 0.2.6 → 0.2.7
Sign up to get free protection for your applications and to get access to all the features.
data/config/version.yml
CHANGED
@@ -15,10 +15,6 @@ module I0n
|
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
18
|
-
def setup_gemfile
|
19
|
-
gem("i0n_rails_3_generators", :group => ["test", "development"])
|
20
|
-
end
|
21
|
-
|
22
18
|
def create_compass_config
|
23
19
|
copy_file "config/initializers/compass.rb", "#{Rails.root}/config/initializers/compass.rb"
|
24
20
|
copy_file "config/compass.rb", "#{Rails.root}/config/compass.rb"
|