localstorageshim-rails 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,12 @@
1
1
  module Localstorageshim
2
2
  module Rails
3
3
  class Engine < ::Rails::Engine
4
- initializer "ransack_ui.view_helpers" do
4
+ initializer "localstorageshim-rails.view_helpers" do
5
5
  ActionView::Base.send :include, ViewHelpers
6
6
  end
7
7
 
8
- initializer :assets do
9
- # Precompile asset since it's a conditional include
8
+ config.before_configuration do
9
+ # Precompile localstorageshim.js separately since it's a conditional include
10
10
  ::Rails.application.config.assets.precompile += %w(localstorageshim.js)
11
11
  end
12
12
  end
@@ -1,5 +1,5 @@
1
1
  module Localstorageshim
2
2
  module Rails
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: localstorageshim-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
43
43
  version: '0'
44
44
  segments:
45
45
  - 0
46
- hash: 1307240248453593848
46
+ hash: -560266080361280601
47
47
  required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  none: false
49
49
  requirements:
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  version: '0'
53
53
  segments:
54
54
  - 0
55
- hash: 1307240248453593848
55
+ hash: -560266080361280601
56
56
  requirements: []
57
57
  rubyforge_project:
58
58
  rubygems_version: 1.8.24