capsule_crm 1.9.3 → 1.10.0
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/CHANGELOG.md +6 -0
- data/lib/capsule_crm/opportunity.rb +5 -0
- data/lib/capsule_crm/party.rb +1 -1
- data/lib/capsule_crm/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28d0bd5424ec6ae08ccdaa7c81b235706f6c37d6
|
|
4
|
+
data.tar.gz: d45ba3ba3553d8c3fd214689e59d8b3fc1e15dfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b00db629f68f4ccf65a66bade733b70cd298d3c87a1fd22d7776939de24da5ba19fee3370176c4d64157cae1c06982825033f7bab9d643411109eff0e0b7afd5
|
|
7
|
+
data.tar.gz: 01445e0a30410c79c120ca76818efa5fa083320715f58f657aaba0abc363c5e90c05f15ecb910c79c8c3dd681ae137ee914b1f34c4790a7306221798369d81a1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.10.0
|
|
4
|
+
|
|
5
|
+
- Add ```#opportunities``` method to ```party```, ```person```
|
|
6
|
+
and ```organization```. - Thanks to @chrisradford
|
|
7
|
+
[#86](https://github.com/mattbeedle/capsule_crm/pull/86)
|
|
8
|
+
|
|
3
9
|
## 1.9.3
|
|
4
10
|
|
|
5
11
|
- Fix issue where opportunities could not be saved if they had an associated
|
data/lib/capsule_crm/party.rb
CHANGED
data/lib/capsule_crm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capsule_crm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Beedle
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -418,7 +418,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
418
418
|
version: '0'
|
|
419
419
|
requirements: []
|
|
420
420
|
rubyforge_project:
|
|
421
|
-
rubygems_version: 2.
|
|
421
|
+
rubygems_version: 2.2.2
|
|
422
422
|
signing_key:
|
|
423
423
|
specification_version: 4
|
|
424
424
|
summary: Gem to communicate with CapsuleCRM
|