companion_cube 0.2.4 → 0.2.5
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 +4 -0
- data/lib/companion_cube/client.rb +4 -0
- data/lib/companion_cube/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adc35bef56d5236fc7eb9588b58e04247206640e269bfcc6f5d3d949e481d525
|
4
|
+
data.tar.gz: ba5eeaa93e50dcca12b2c0a2e8e774d0f3ca955e4bae2500290d89b58f77ff32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f07622bab803e46cb0c21a442927621bd4886207f5e627848bce163145c15de4d8b23542108a2b23c64e4e4000e3a3c9114e61dfbf2b7669d9e9b2ad66b13a4
|
7
|
+
data.tar.gz: c3e2ad02ff5a00c8fd2a171d20c83bc6c74a444268187384b0d3f65bf8f03049a9f5818d768167f4490407643f52223dad779d2877257a9732fe8a60b674bd10
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
## [0.2.5][] - 2020-01-31
|
8
|
+
### Added
|
9
|
+
- Feature to delete courses
|
10
|
+
|
7
11
|
## [0.2.4][] - 2020-09-18
|
8
12
|
### Added
|
9
13
|
- Support for `/enrollments/{course_id}`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: companion_cube
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Partner Ecosystem Team, IBM Digital Business Group
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -155,7 +155,7 @@ homepage: https://github.ibm.com/bdu/companion-cube-ruby
|
|
155
155
|
licenses:
|
156
156
|
- All rights reserved.
|
157
157
|
metadata: {}
|
158
|
-
post_install_message:
|
158
|
+
post_install_message:
|
159
159
|
rdoc_options: []
|
160
160
|
require_paths:
|
161
161
|
- lib
|
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
171
|
version: '0'
|
172
172
|
requirements: []
|
173
173
|
rubygems_version: 3.0.3
|
174
|
-
signing_key:
|
174
|
+
signing_key:
|
175
175
|
specification_version: 4
|
176
176
|
summary: Companion Cube client
|
177
177
|
test_files: []
|