effective_form_inputs 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 90f5076595ba940118763164668a2d02f0fcb5f9
4
- data.tar.gz: b993340a53be0274d77d2bf36200bab4e477da78
3
+ metadata.gz: ffbdd3570fbbbbb3a1ae2cd03a802a618455bf8e
4
+ data.tar.gz: 66f8beb3ace03bfdb9aaba691668ba290a5b34c6
5
5
  SHA512:
6
- metadata.gz: f056ce1b75729929c346f35650f4e355a51ec48b5e1f51de0076d5bd6693e4fb08bec5719c9e8332c6983bcae5ce15ff874c717d1c7fcdfb7556442bd32ed31e
7
- data.tar.gz: a0c6003793fb2c9d11aff6a91940a882ffa9bbe10c50c57416e3974f48a3713393984373c1fb365a560be0448e9bad9212a8edfb4f44b6bd2da345f47fb233c2
6
+ metadata.gz: e718191a5e9ad5fd59bd041e8cab6ad338a5f43961161d7ef8c4903a991d7b960a51f000abb62f681522a88442ec58666a6757602e3c8d58fce4f47232f98d1d
7
+ data.tar.gz: 6bb1dc6fa254a451578f9d2cdb1e09710947780c6515cd7b0ba928a06c98cdf6bd4e3669e38a349c7f27c315916df3e6e45216869f03a9787ae1edb1456cd2a6
@@ -12,16 +12,6 @@ module EffectiveFormInputs
12
12
  end
13
13
  end
14
14
 
15
- # Include Helpers to base application
16
- initializer 'effective_form_inputs.action_controller' do |app|
17
- Rails.application.config.to_prepare do
18
- ActiveSupport.on_load :action_controller do
19
- helper EffectiveFormInputsHelper
20
- helper EffectiveBootstrap3Helper
21
- end
22
- end
23
- end
24
-
25
15
  initializer 'effective_form_inputs.check_for_effective_bootstrap' do |app|
26
16
  Rails.application.config.to_prepare do
27
17
  if defined?(EffectiveBootstrap)
@@ -1,3 +1,3 @@
1
1
  module EffectiveFormInputs
2
- VERSION = '1.2.0'.freeze
2
+ VERSION = '1.2.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_form_inputs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-20 00:00:00.000000000 Z
11
+ date: 2018-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails