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 CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :version_major: 0
3
3
  :version_minor: 2
4
- :version_patch: 7
4
+ :version_patch: 8
@@ -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.7
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-18 00:00:00 +00:00
13
+ date: 2011-03-19 00:00:00 +00:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency