restforce-db 2.1.3 → 2.1.4

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: fc23c3050b689f6b9b3c447c772bb8289fcaeb57
4
- data.tar.gz: ebd65047805ff8e683d5e53a1db6574f2552ce8b
3
+ metadata.gz: 407cce0ebad34c7bc0ae9f7be7ddc30a447946e0
4
+ data.tar.gz: f3a011122809e8f20fc187c8fb3f304b1316d14d
5
5
  SHA512:
6
- metadata.gz: 28f57aaa66794e85dc0cfcf07ffca6728b229730a58df3b3d1c900b3d1aabe1ceab0c87dbdc7dd722b9c0705fdd923741c697a742cf69d7bd1effd9513d12c3f
7
- data.tar.gz: aa32cae89906cf79f976e52d6c54ffd1b5a262131402d03ee75da5d0b3b0c045e7f9705ac3823262437681490407c9e9a2e9eb439fe7097b10084b7eba299c5d
6
+ metadata.gz: 2468e281554a0b657f18bada83b0ba75f8ffa1cdd8368a7dd04333274443d79d474aab6562effea8cd8444e793c11408915c5d57e7b4c01144bc66a9320b5e9c
7
+ data.tar.gz: 88e9bd543a9ce246eee0074abec601b997f582c66cd63d4052b3e6a6c2340f346679f059662c5ca1eecc95eb1d05a4cad3fc455f92299320b87ed58316ae1cf8
@@ -3,7 +3,7 @@ module Restforce
3
3
  # :nodoc:
4
4
  module DB
5
5
 
6
- VERSION = "2.1.3"
6
+ VERSION = "2.1.4"
7
7
 
8
8
  end
9
9
 
@@ -79,8 +79,8 @@ module Restforce
79
79
  @changes = Hash.new { |h, k| h[k] = Accumulator.new }
80
80
 
81
81
  Restforce::DB::Registry.each do |mapping|
82
- task("PROPAGATING RECORDS", mapping) { propagate mapping }
83
82
  task("CLEANING RECORDS", mapping) { clean mapping }
83
+ task("PROPAGATING RECORDS", mapping) { propagate mapping }
84
84
  task("COLLECTING CHANGES", mapping) { collect mapping }
85
85
  task("UPDATING ASSOCIATIONS", mapping) { associate mapping }
86
86
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restforce-db
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Horner
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-05-26 00:00:00.000000000 Z
11
+ date: 2015-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord