salesforce_ar_sync 2.0.1 → 2.0.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
  SHA1:
3
- metadata.gz: f37d587db2ecda95601160de49a915cff74ca31a
4
- data.tar.gz: e3451ccede1bcbe1a1ac6e59aa39241a0862f5cd
3
+ metadata.gz: 49700928b08b5846bf589c0f17a6b3e901cd95a2
4
+ data.tar.gz: 383abff58a8729112727c7b5f8ae91c912215002
5
5
  SHA512:
6
- metadata.gz: 2fb081124bed9670b20b5485136dd1adbfedc7fd6b28db5438d1ddf0c1c11a04c96cb8a9f6dbf72b665c8f76b3c2fc853d1f57064840bd23c9d36babe44a8703
7
- data.tar.gz: 6a3edd80c362394d93906a2888d8b9fb54fe4023c81c3a58dcb38efc3aac2edf094dfd9c3877178c71cb360875f1868224c1e23cca6d83acf82f82096914266f
6
+ metadata.gz: e0138c4ea8225d242f7263fda308178a103a0797fb8c0ac430feda439a189942190e5ec3a230d32f883bf0faea6f24c7937527d796bea801920f1c4e9aa1492b
7
+ data.tar.gz: be0fd33f8551419b04be48a7424afeb62ce43d6f43bf083e10a25487bc3ce52eb7581caa839bbf05902c68b9b9f3667406f484667633b29d394ab2d1e3d93e14
@@ -2,7 +2,7 @@ production:
2
2
  organization_id: <%= @organization_id %>
3
3
  sync_enabled: true
4
4
  # Salesforce owned IPs from: https://help.salesforce.com/apex/HTViewSolution?language=en_US&id=000003652
5
- ip_ranges: "204.14.232.0/23,204.14.237.0/24,96.43.144.0/22,96.43.148.0/22,204.14.234.0/23,204.14.238.0/23,182.50.76.0/22"
5
+ ip_ranges: "13.108.0.0/14,96.43.144.0/20,136.146.0.0/15,204.14.232.0/21,85.222.128.0/19,185.79.140.0/22,101.53.160.0/19,182.50.76.0/22,202.129.242.0/23"
6
6
  namespace_prefix:
7
7
  deletion_map:
8
8
 
@@ -10,7 +10,7 @@ development:
10
10
  organization_id: <%= @organization_id %>
11
11
  sync_enabled: false
12
12
  # Salesforce owned IPs from: https://help.salesforce.com/apex/HTViewSolution?language=en_US&id=000003652
13
- ip_ranges: "204.14.232.0/23,204.14.237.0/24,96.43.144.0/22,96.43.148.0/22,204.14.234.0/23,204.14.238.0/23,182.50.76.0/22"
13
+ ip_ranges: "13.108.0.0/14,96.43.144.0/20,136.146.0.0/15,204.14.232.0/21,85.222.128.0/19,185.79.140.0/22,101.53.160.0/19,182.50.76.0/22,202.129.242.0/23"
14
14
  namespace_prefix:
15
15
  deletion_map:
16
16
 
@@ -18,6 +18,6 @@ test:
18
18
  organization_id: <%= @organization_id %>
19
19
  sync_enabled: false
20
20
  # Salesforce owned IPs from: https://help.salesforce.com/apex/HTViewSolution?language=en_US&id=000003652
21
- ip_ranges: "204.14.232.0/23,204.14.237.0/24,96.43.144.0/22,96.43.148.0/22,204.14.234.0/23,204.14.238.0/23,182.50.76.0/22"
21
+ ip_ranges: "13.108.0.0/14,96.43.144.0/20,136.146.0.0/15,204.14.232.0/21,85.222.128.0/19,185.79.140.0/22,101.53.160.0/19,182.50.76.0/22,202.129.242.0/23"
22
22
  namespace_prefix:
23
23
  deletion_map:
@@ -1,3 +1,3 @@
1
1
  module SalesforceArSync
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salesforce_ar_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Halliday
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2016-04-18 00:00:00.000000000 Z
15
+ date: 2016-08-18 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rails
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  version: '0'
189
189
  requirements: []
190
190
  rubyforge_project:
191
- rubygems_version: 2.5.1
191
+ rubygems_version: 2.6.6
192
192
  signing_key:
193
193
  specification_version: 4
194
194
  summary: ActiveRecord extension & rails engine for syncing data with Salesforce.com