springcm-sdk 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a546bb4cea9225bbb56d6de872e9e867b0c1b6b2d1f4ca23b1f818f36208f0ca
4
- data.tar.gz: c96ad3300b765899a2fbf334bdb5dd8ac815dc054977abc13c9896ed28ea7092
3
+ metadata.gz: '08e2b1331f3dcb52b9ae6046ba374275586f58f287e7b47ab21d5d3e2b8733d5'
4
+ data.tar.gz: 7a5c41aed3ca626531c71527c1a30cbd2bd445b2f7eb001dadae940df843e1c3
5
5
  SHA512:
6
- metadata.gz: fac21971b5cccb67c70837221cc025e64d9152da9b571ec4502a5bfb3f0a5d769e72ce2cfe2ad83e169f5b0aa5ec398b32ad1aeebc1131e7d4f162a29325dda7
7
- data.tar.gz: 4bd8a20b8b3e811a23c592993157be5e9bfbe7cb9056780ae2f6de8443c87ff4774bf4e3b3f904934c9e1626f2576437f0caa9775d28d430e4aee7d9e461389e
6
+ metadata.gz: 8057fdf959e404fa084073027b9efed06b1ae04c6cb02ce6db7b15b225c961cd0e426a84ddc894fe946fcba4e58ea77781ce24ea25c2b08cb801a284bc32369b
7
+ data.tar.gz: c5781be7af9eee9a5493e75af6ecf5d0e1b7edc3df7efddd6379c9b3c1f2e576c2c62662486abe21cdd72e3ed5fc689456610f1a8ecac4cd66a74500f5cd2f21
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to springcm-sdk will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.3.2]
8
+ ### Changed
9
+ * Fix issue with JSON library not being required
10
+
7
11
  ## [0.3.1]
8
12
  ### Changed
9
13
  * Folder#documents now properly returns a ResourceList
@@ -44,10 +48,11 @@ All notable changes to springcm-sdk will be documented in this file.
44
48
  ### Added
45
49
  * Initial release to reserve gem name
46
50
 
47
- [Unreleased]: https://github.com/paulholden2/springcm-sdk/compare/0.3.1...HEAD
51
+ [Unreleased]: https://github.com/paulholden2/springcm-sdk/compare/0.3.2...HEAD
48
52
  [0.1.0]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.1.0
49
53
  [0.1.1]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.1.1
50
54
  [0.1.2]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.1.2
51
55
  [0.2.0]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.2.0
52
56
  [0.3.0]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.3.0
53
57
  [0.3.1]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.3.1
58
+ [0.3.2]: https://github.com/paulholden2/springcm-sdk/releases/tag/0.3.2
@@ -1,4 +1,5 @@
1
1
  require "faraday"
2
+ require "json"
2
3
  require "springcm-sdk/account"
3
4
  require "springcm-sdk/folder"
4
5
  require "springcm-sdk/document"
@@ -1,3 +1,3 @@
1
1
  module Springcm
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: springcm-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Holden
@@ -179,7 +179,7 @@ metadata:
179
179
  allowed_push_host: https://rubygems.org
180
180
  homepage_uri: https://github.com/paulholden2/springcm-sdk
181
181
  source_code_uri: https://github.com/paulholden2/springcm-sdk
182
- documentation_uri: https://rubydoc.info/github/paulholden2/springcm-sdk/0.3.1
182
+ documentation_uri: https://rubydoc.info/github/paulholden2/springcm-sdk/0.3.2
183
183
  changelog_uri: https://github.com/paulholden2/springcm-sdk/blob/master/CHANGELOG.md
184
184
  post_install_message:
185
185
  rdoc_options: []