basecrm 1.2.1 → 1.2.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/basecrm/services/deals_service.rb +1 -1
- data/lib/basecrm/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80cdc123912f9e7ecc2f22fbd577546b48395f15
|
|
4
|
+
data.tar.gz: 339c3f82efe9e28b0121c4bc2df93cf882f18bf5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: defa117ddaf66ecbf6a778ca84f2ddea0a9171bed7b4202fd32f19fdef1ca803b3109d9ba8d7efae6c4d44928c02ac12614052279edbe005a546db60b5b971c1
|
|
7
|
+
data.tar.gz: 905fc68a0aba7f66a2bdf0b4cd6bf48ee4681270206f5167f0e3e3d57414d5fe7e202560795c4c4a9bce14357f88d84f8cf8461e28242faf2a6a86dc4a22e8be
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
module BaseCRM
|
|
4
4
|
class DealsService
|
|
5
|
-
OPTS_KEYS_TO_PERSIST = Set[:contact_id, :currency, :custom_fields, :hot, :loss_reason_id, :name, :owner_id, :source_id, :stage_id, :tags, :value]
|
|
5
|
+
OPTS_KEYS_TO_PERSIST = Set[:contact_id, :currency, :custom_fields, :hot, :loss_reason_id, :name, :owner_id, :source_id, :stage_id, :tags, :value, :last_stage_change_at]
|
|
6
6
|
|
|
7
7
|
def initialize(client)
|
|
8
8
|
@client = client
|
data/lib/basecrm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: basecrm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BaseCRM developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-04-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
222
222
|
version: '0'
|
|
223
223
|
requirements: []
|
|
224
224
|
rubyforge_project:
|
|
225
|
-
rubygems_version: 2.
|
|
225
|
+
rubygems_version: 2.4.5.1
|
|
226
226
|
signing_key:
|
|
227
227
|
specification_version: 4
|
|
228
228
|
summary: BaseCRM Official API V2 library client for ruby
|
|
@@ -256,4 +256,3 @@ test_files:
|
|
|
256
256
|
- spec/support/client_helpers.rb
|
|
257
257
|
- spec/utils/coercion.rb
|
|
258
258
|
- spec/utils/coercion_spec.rb
|
|
259
|
-
has_rdoc:
|