i0n_rails3_generators 0.2.8 → 0.2.9

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: 8
4
+ :version_patch: 9
@@ -6,13 +6,13 @@ module I0n
6
6
 
7
7
  def gemfile
8
8
  # File minification
9
- gem 'smurf', '1.0.6'
9
+ gem 'smurf'
10
10
  # Templates
11
11
  gem 'haml'
12
12
  gem 'haml-rails'
13
13
  # Stylesheets
14
- gem "compass", '0.10.6'
15
- gem 'compass-susy-plugin', '0.8.1'
14
+ gem "compass"
15
+ gem 'compass-susy-plugin'
16
16
  end
17
17
 
18
18
  def setup_application
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.8
5
+ version: 0.2.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ian Alexander Wood (i0n)