RubyGems
npm
Organizations
Log in
Sign up
RubyGems
i0n_rails3_generators
Versions diffs
0.2.4 → 0.2.5
i0n_rails3_generators 0.2.4 → 0.2.5
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
data/config/version.yml
+1
-1
data/lib/generators/i0n/layout/layout_generator.rb
+3
-0
metadata
+1
-1
data/config/version.yml
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
1
---
2
2
:version_major: 0
3
3
:version_minor: 2
4
-
:version_patch:
4
4
+
:version_patch:
5
data/lib/generators/i0n/layout/layout_generator.rb
CHANGED
Viewed
@@ -1,6 +1,9 @@
1
1
module I0n
2
2
module Generators
3
3
class LayoutGenerator < Rails::Generators::Base
4
+
require 'rails/generators'
5
+
require 'rails/generators/migration'
6
+
include Rails::Generators::Migration
4
7
5
8
source_root File.expand_path('../templates', __FILE__)
6
9
metadata
CHANGED
Viewed
@@ -2,7 +2,7 @@
2
2
name: i0n_rails3_generators
3
3
version: !ruby/object:Gem::Version
4
4
prerelease:
5
-
version: 0.2.
4
5
+
version: 0.2.
5
6
6
platform: ruby
7
7
authors:
8
8
- Ian Alexander Wood (i0n)