active_propagation 0.2.4 → 0.2.5

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: abbedf87f185422451484de55a3abad6bfb21bcc
4
- data.tar.gz: 44387722101e6c575fbab0d401fff561a04d7b54
3
+ metadata.gz: 2f10a644e950aad615eb219271eba7a8fb941255
4
+ data.tar.gz: bf681e5246713ec2de536a027a794c8974b4ad02
5
5
  SHA512:
6
- metadata.gz: 92d11315a31c94b06992919ff191b67073749e40030c8d1bad4ac4fcf3097949ee3968ca13f3cf237bc0f642d8d75a4fc2f5eab6c65648330e5c7b77af469c7b
7
- data.tar.gz: 5d6070b43c909eb4369b24d03f5edabb06cef4906a8f1ae944a4faabd4aeb071be0d125f6a5ab0b8cd0e2bb4ed26c28fd337b8d9e40aa11ea69c82aa9643a5cc
6
+ metadata.gz: bbda81543f339964d22e838bdcca655ee960fab44317c67454fc5cccb7467c4523705898e086f5143c50760267e10d2b578b2699ec6933cfc860a0373bc58359
7
+ data.tar.gz: 6dbb556d21140b4e756e5b50962bce59fb226bc89a3463c1fc923f6a11d326d645dfed673cc14e8c6c0f0caee59d2f20c9b382a4ab6a49f00b7f2d8771a9a8b7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_propagation (0.2.2)
4
+ active_propagation (0.2.4)
5
5
  activerecord (~> 4.0)
6
6
  activesupport (~> 4.0)
7
7
  sidekiq
@@ -9,7 +9,7 @@ module ActivePropagation::InstanceExtensions
9
9
  else
10
10
  ActivePropagation::Deletor.run(*args)
11
11
  end
12
- else
12
+ elsif (previous_changes.keys & config[:only]).any?
13
13
  if config[:async]
14
14
  ActivePropagation::AsyncUpdater.run(*args)
15
15
  else
@@ -1,3 +1,3 @@
1
1
  module ActivePropagation
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_propagation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshiki Schmitz