neutral 0.0.5 → 0.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47e943ceb407adc760f1479e7182d92ff5aee8a8
4
- data.tar.gz: 50b736f3249bdcb0503edfdf12d3bf1832690bd0
3
+ metadata.gz: 42671afc2cac82f20c0ba343f195f3bfb598bc9b
4
+ data.tar.gz: ceab52d1a673384584c38d4a91195d687035b1b0
5
5
  SHA512:
6
- metadata.gz: 7605723d401c0910676a5b8d2fddc03530b468815200fa454754dcc809c7aa3efb4fee9b0348b8103ef8096c4a87070472e06f6b80e595b7dcb501a02711265a
7
- data.tar.gz: 59cdfe876d341064ff5db1344c70902af07369d2f4638f8088b86b674d5f6d4a693d1f18483252978bd4005776ce7dc41a6f46782bf1ee7c9aed8b597c35e5e1
6
+ metadata.gz: f61928904065804c7695ccbb19556e1f735163c0fb1f7428b7504793330042b9da9d988707e7a9e511a73722246d3d44d03a7bdfbfab5ada1d45ef542cd7b0be
7
+ data.tar.gz: 27be710a4042c5425a4223fb11eeda82aa5f12d5f3576b3a95ba84d7d1b06509835f60e9506481c8bea6788f6eb6fdb63d5f9d17b23d5976c6be4af42ff2f13f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neutral (0.0.5)
4
+ neutral (0.0.6)
5
5
  font-awesome-rails (~> 4.0.3.1)
6
6
  jquery-rails
7
7
  rails (~> 4.0.0)
@@ -5,8 +5,8 @@ module Neutral
5
5
  initializer 'extensions' do
6
6
  ::ActiveSupport.on_load(:active_record) { extend Neutral::Model::ActiveRecordExtension }
7
7
  ::ActiveSupport.on_load(:action_view) { include Neutral::Helpers::ActionViewExtension }
8
+ ::ActiveSupport.on_load(:action_controller) { include Neutral::Helpers::CurrentVoter }
8
9
  ::ActionDispatch::Routing::Mapper.send(:include, Neutral::Helpers::Routes)
9
- ::ApplicationController.send(:include, Neutral::Helpers::CurrentVoter)
10
10
  end
11
11
 
12
12
  config.after_initialize do
@@ -1,3 +1,3 @@
1
1
  module Neutral
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neutral
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Tóth
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-22 00:00:00.000000000 Z
11
+ date: 2014-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails