pager_tree-integrations 1.1.4 → 1.1.5

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: f1abea82b9a7e579d86fce8fc0554d8c5a902e302505bf9e2afa3364592acb33
4
- data.tar.gz: da59644ea1421b1699eb2ff238a12220d1ad198f9664f85a349f2c96681fa66d
3
+ metadata.gz: 48ec1c4823f433b06f6d208be7148941457bfd8e62abe4f8bd5daf7ff502cc4a
4
+ data.tar.gz: a13190685045dd29141360b31e232e40a7fe9628ccbdbf707047cfad3a25ef1f
5
5
  SHA512:
6
- metadata.gz: 6e778d7bee5f69a0cef43dc32a72a39f24fc35d59b5af0b6ce2fda64560fc1c7ac6ced2d4027e66d26476227d326aebc56dbdeadaf36e79e282aa98ba19d396a
7
- data.tar.gz: d499cc390b6bd4f636da0fe8302ba9c4aa2c7beebc5df51760df6ed42b01684bc788072f881c2e49e23da4d4f3bfa25e904088274cab67f1fa5a19063ecaecd6
6
+ metadata.gz: 95cab16e6759fc7b013e6ab16611d6c1441503b688e8e26a201adcc3647dbfe63e557b6a80b429288278014fcb9bb2993f736de2687ef2fc9b3e039cc325a650
7
+ data.tar.gz: b77187a86484fe1e6e75f42dfb00c33f622d103b8d4956d0603e24869ee672a96c52b0415371f6b35e85d04005e23f8977ae3445107ea6908b507b8d48a4e244
@@ -10,8 +10,8 @@ module PagerTree::Integrations
10
10
  validates :option_dedup_threads, inclusion: {in: [true, false]}
11
11
 
12
12
  after_initialize do
13
- self.option_allow_spam ||= true
14
- self.option_dedup_threads ||= false
13
+ self.option_allow_spam = false if option_allow_spam.nil?
14
+ self.option_dedup_threads = true if option_dedup_threads.nil?
15
15
  end
16
16
 
17
17
  # SPECIAL: override integration endpoint
@@ -1,5 +1,5 @@
1
1
  module PagerTree
2
2
  module Integrations
3
- VERSION = "1.1.4"
3
+ VERSION = "1.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pager_tree-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Miller