civicrm 1.2.0 → 1.2.1

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: 0b324b4218b63ab0e45d5d97f6524a4352bc34d9
4
- data.tar.gz: db21f89583ef7ad9d9f05b25316569f11f0147d9
3
+ metadata.gz: 66f22f031f00dc43ae26aee26bc90d9ae40dbf64
4
+ data.tar.gz: d59a60768f5a205206563ea025fe2459512a411c
5
5
  SHA512:
6
- metadata.gz: 351a3d9c51988a98df4df75b8e40c575af6845bf6f256a3db12443a6c9ab01a617e70edde104bf04e130df601471ba87d81a37b3c63f9bbaea1f0a56af26d137
7
- data.tar.gz: 84c42c92bbe8e32fde0730eacd101f64192635fb06b3a1c7faeda9b14d86748aadc25dec951c9da14710ddb5b9b97ab6a74453ff3a03529c254f7db0099cc98a
6
+ metadata.gz: cd201b988e1c26b6ac223c7accabbfdf4ab62f4089392df057948c5c05aedc6684e91aacf86b547c37ee1bad74eddf50b67b4ead942750c28c31f86bb5be9247
7
+ data.tar.gz: 9d70a3be0e611dd4d212809741a9361e4862d47138054fdfac97d231cb6f3b88ec0783e61484cc70c59420b0af699b93f9ae62031f864066a1ab7206a1f43772
@@ -44,6 +44,9 @@ module CiviCrm
44
44
  class ContributionRecur < BaseResource
45
45
  entity :contribution_recur
46
46
  end
47
+ class ContributionSoft < BaseResource
48
+ entity :contribution_soft
49
+ end
47
50
  class Country < BaseResource
48
51
  entity :country
49
52
  end
@@ -1,3 +1,3 @@
1
1
  module CiviCrm
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: civicrm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Iskander Haziev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-08 00:00:00.000000000 Z
11
+ date: 2019-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client