consent 0.5.0 → 0.5.2

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
  SHA256:
3
- metadata.gz: d3254860bde068adbf1c32b4896bb40f39fb1bc44bfa41c78b776829f749911f
4
- data.tar.gz: 9124b3b1e01bdc677666a0934062000a1760e36773ac698abc82e0f37bd24039
3
+ metadata.gz: a218308fb1f0958a8959666cbbffc737a50b75207e5a7bb4e23ad365ba63d646
4
+ data.tar.gz: 73d934efe58afa68e05b2ae35163dc2d26f1607e24626251be62ff348d96e661
5
5
  SHA512:
6
- metadata.gz: 93db20c8fdbeadf56bb9e49db970410cb2e527c720955eb60d5df2e05764e08942323ea1328a6ef07bb9f27bac4393a9a57e002762c0a30afe066699dd8ce12c
7
- data.tar.gz: 0e6ed845b8785fbb570eff561f49de1d2c9b5d1a2a7c06ef9eeb248f4b087f20d5066f4b891aa40b5b7fec23360b45ec17717086ea30cb6713d5e2645bb7afba
6
+ metadata.gz: 4d6b31e6aa958019434db8d57f03c9ae08dc342b82f6d9808aa7a2dd6656c9ed2d7a1679c1c29acf1f2c65585a0d11d37facfcf57f5159f62a2e77e08382edc9
7
+ data.tar.gz: 423af215dcbb16ace566b02a83fa13ac41397222391a8ef596431c61cd5cc3c39aaa4ae60a45f68682e94f8b072ecd33e1aacb3c4d5c7b6f6f26a69f8c9f9ade
@@ -15,3 +15,4 @@ deploy:
15
15
  on:
16
16
  tags: true
17
17
  repo: powerhome/consent
18
+ ruby: 2.5.0
@@ -20,7 +20,7 @@ module Consent
20
20
  initializer 'initialize consent permissions reloading' do |app|
21
21
  app.reloaders << config.consent
22
22
  ActiveSupport::Dependencies.autoload_paths -= config.consent.paths
23
- config.to_prepare { app.config.consent.execute_if_updated }
23
+ config.to_prepare { app.config.consent.execute }
24
24
  end
25
25
  end
26
26
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Consent
4
- VERSION = '0.5.0'
4
+ VERSION = '0.5.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: consent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Palhares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-25 00:00:00.000000000 Z
11
+ date: 2019-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport