liking 0.0.1 → 0.0.2

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/lib/liking/engine.rb CHANGED
@@ -1,5 +1,12 @@
1
1
  module Liking
2
2
  class Engine < ::Rails::Engine
3
3
  isolate_namespace Liking
4
+
5
+ initializer 'liking.action_controller' do |app|
6
+ ActiveSupport.on_load :action_controller do
7
+ helper Liking::LikesHelper
8
+ end
9
+ end
10
+
4
11
  end
5
12
  end
@@ -1,3 +1,3 @@
1
1
  module Liking
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liking
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -118,7 +118,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
118
118
  version: '0'
119
119
  segments:
120
120
  - 0
121
- hash: -4328216357071253224
121
+ hash: 2051035367951062154
122
122
  required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  none: false
124
124
  requirements:
@@ -127,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
127
  version: '0'
128
128
  segments:
129
129
  - 0
130
- hash: -4328216357071253224
130
+ hash: 2051035367951062154
131
131
  requirements: []
132
132
  rubyforge_project:
133
133
  rubygems_version: 1.8.24