i0n_rails3_generators 0.2.6 → 0.2.7

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/config/version.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :version_major: 0
3
3
  :version_minor: 2
4
- :version_patch: 6
4
+ :version_patch: 7
@@ -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"
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.6
5
+ version: 0.2.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ian Alexander Wood (i0n)