springcm-sdk 0.3.5 → 0.3.6

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
  SHA256:
3
- metadata.gz: 3e3841da2b35c8107f04251234a0850ab33fe344099fb586d1f7ffe19a8fc0fb
4
- data.tar.gz: f145bc61a250cb7ee978f3dfed0ec20f9961f60e329579b31ba8a7b359325265
3
+ metadata.gz: 2bcbec6f89c659710286d4dac5b6e6197272ca2b90a20202807d68a953bfd4ee
4
+ data.tar.gz: c8e2f2e943de9719f61d47dec3a5f3c247cbb99ce4b33e852da986a4acd595e2
5
5
  SHA512:
6
- metadata.gz: 8d6f2862635fdb5258bfb5b5814c12772e55414e82ab2c9a218e5b6b0b59331627e6276290cfc55929f31d7002fcc01650cdf38d4a9d3581639e405b6fe19a15
7
- data.tar.gz: 5d8fc9460e4d2e7c5c526e81a618846a74f0d54565688a46b08b373977ff09df50bb0417a3db379a5e5b8af49fd70cfc292057a06ac0c1cd285b686ed0850e90
6
+ metadata.gz: be09de4cbef4485fd4ae2749f158f12cb23f5bfbdb7377a81fe989f793fab61c4dadd6948241646adf8a6bcd8870c2da300a361208115477e791396ffb4ba10e
7
+ data.tar.gz: 336f3fd0bf01bd1b6a89db940a76260aca9a25b5fdc2561de1516336832b7124c9ff8e946770eda7331d727746d84af1a243c72de9920dad0350021feb796a1e
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to springcm-sdk will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.6] - 2019-12-23
8
+ ### Changed
9
+ * Fix resource list behavior for history items. Was returning the document's
10
+ $.HistoryItems.Href instead of the next page of HistoryItems
11
+
7
12
  ## [0.3.5] - 2019-12-23
8
13
  ### Added
9
14
  * Document#history
@@ -74,7 +79,7 @@ All notable changes to springcm-sdk will be documented in this file.
74
79
  ### Added
75
80
  * Initial release to reserve gem name
76
81
 
77
- [Unreleased]: https://github.com/paulholden2/springcm-sdk/compare/0.3.5...HEAD
82
+ [Unreleased]: https://github.com/paulholden2/springcm-sdk/compare/0.3.6...HEAD
78
83
  [0.1.0]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.1.0
79
84
  [0.1.1]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.1.1
80
85
  [0.1.2]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.1.2
@@ -85,3 +90,4 @@ All notable changes to springcm-sdk will be documented in this file.
85
90
  [0.3.3]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.3.3
86
91
  [0.3.4]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.3.4
87
92
  [0.3.5]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.3.5
93
+ [0.3.6]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.3.6
@@ -54,7 +54,7 @@ module Springcm
54
54
  elsif kind == Springcm::AttributeGroup
55
55
  method = :attribute_groups
56
56
  elsif kind == Springcm::HistoryItem
57
- method = :history_items
57
+ method = :history
58
58
  else
59
59
  raise ArgumentError.new("Resource kind must be one of: Springcm::Document, Springcm::Folder, Springcm::AttributeGroup, Springcm::HistoryItem.")
60
60
  end
@@ -1,3 +1,3 @@
1
1
  module Springcm
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: springcm-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Holden
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-23 00:00:00.000000000 Z
11
+ date: 2019-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -183,7 +183,7 @@ metadata:
183
183
  allowed_push_host: https://rubygems.org
184
184
  homepage_uri: https://github.com/paulholden2/springcm-sdk
185
185
  source_code_uri: https://github.com/paulholden2/springcm-sdk
186
- documentation_uri: https://rubydoc.info/github/paulholden2/springcm-sdk/0.3.5
186
+ documentation_uri: https://rubydoc.info/github/paulholden2/springcm-sdk/0.3.6
187
187
  changelog_uri: https://github.com/paulholden2/springcm-sdk/blob/master/CHANGELOG.md
188
188
  post_install_message:
189
189
  rdoc_options: []