salesforce_ar_sync 5.3.1 → 5.3.2
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 +4 -4
- data/lib/salesforce_ar_sync/version.rb +1 -1
- metadata +10 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c878d3dca232b274b2a5ef6474e04452ebefafd6bd85ac59efadfdeac57c6f7b
|
|
4
|
+
data.tar.gz: 3f977634dd56dc6345e59790d83381c26c9a77de391840871c8271d63b5139c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae36b0fb83247256e22424fb190c14c15eaf20e6c659cd548b0c1ea892d30001d0e6168442652074c2d3e6ef963fa03c06d4981a9f893d49d10cfbe8c7127967
|
|
7
|
+
data.tar.gz: 6cbe5bdcd35c6d33ddab1675be7fb7408984dda1615197ecf81a71a45d947102ff3a6c00ee29e5f8efc9df8289107db3517abb04cd4300b5b43e79cc88d5902c
|
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: 5.3.
|
|
4
|
+
version: 5.3.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: 2026-
|
|
15
|
+
date: 2026-07-16 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: actionpack-xml_parser
|
|
@@ -144,16 +144,22 @@ dependencies:
|
|
|
144
144
|
name: restforce
|
|
145
145
|
requirement: !ruby/object:Gem::Requirement
|
|
146
146
|
requirements:
|
|
147
|
-
- - "
|
|
147
|
+
- - ">="
|
|
148
148
|
- !ruby/object:Gem::Version
|
|
149
149
|
version: 5.0.5
|
|
150
|
+
- - "<"
|
|
151
|
+
- !ruby/object:Gem::Version
|
|
152
|
+
version: '9.0'
|
|
150
153
|
type: :runtime
|
|
151
154
|
prerelease: false
|
|
152
155
|
version_requirements: !ruby/object:Gem::Requirement
|
|
153
156
|
requirements:
|
|
154
|
-
- - "
|
|
157
|
+
- - ">="
|
|
155
158
|
- !ruby/object:Gem::Version
|
|
156
159
|
version: 5.0.5
|
|
160
|
+
- - "<"
|
|
161
|
+
- !ruby/object:Gem::Version
|
|
162
|
+
version: '9.0'
|
|
157
163
|
description: ActiveRecord extension & rails engine for syncing data with Salesforce.com
|
|
158
164
|
email:
|
|
159
165
|
- mhalliday@infotech.com
|