i18n_rails_helpers 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/init.rb +2 -0
  3. metadata +3 -2
data/Rakefile CHANGED
@@ -22,7 +22,7 @@ begin
22
22
  s.author = AUTHOR
23
23
 
24
24
  s.require_path = 'lib'
25
- s.files = %w(MIT-LICENSE README.markdown Rakefile) + Dir.glob("{lib,test,rails,config}/**/*")
25
+ s.files = %w(MIT-LICENSE README.markdown Rakefile init.rb) + Dir.glob("{lib,test,config}/**/*")
26
26
 
27
27
  # Runtime dependencies: When installing i18n_rails_helpers these will be checked if they are installed.
28
28
  # Will be offered to install these if they are not already installed.
data/init.rb ADDED
@@ -0,0 +1,2 @@
1
+ # Include hook code here
2
+ ActionController::Base.helper I18nRailsHelpers
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 1
9
- version: 0.7.1
8
+ - 2
9
+ version: 0.7.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - "Simon H\xC3\xBCrlimann"
@@ -54,6 +54,7 @@ files:
54
54
  - README.markdown
55
55
  - Rakefile
56
56
  - config/locales/de.yml
57
+ - init.rb
57
58
  - lib/i18n_rails_helpers.rb
58
59
  - lib/i18n_rails_helpers/railtie.rb
59
60
  - test/i18n_rails_helpers_test.rb