rock_rms 9.10.0 → 9.11.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b23081923a526432875b5bd8adfd4ae0c9919bbcf2f7b1c31e221f1f6f43c759
|
4
|
+
data.tar.gz: ffb972c6a77becf7c03029c7af15d719c73564a2f3efa715fd3e7ddfc42464aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b4074d68ebba687263afd91aa9fc7f8e4d23ced4605549293af715316b8a0072be47a4abb5a610a9bf36841154d5fc2eb2faa239482a3d3307a50f819e8d499
|
7
|
+
data.tar.gz: 1d95449a355b7caccc3e8fa52189fbc5d86b4566b0db2f89704b28d19a170ca1c80d51b8d500c67a1c9ce50bc4e1e31b8d39a6921093dc15fa896ac6d1f9afe7
|
data/lib/rock_rms/version.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
RSpec.describe RockRMS::Client::
|
3
|
+
RSpec.describe RockRMS::Client::ContentChannelItem, type: :model do
|
4
4
|
include_context 'resource specs'
|
5
5
|
|
6
|
-
describe '#
|
7
|
-
it 'returns a list of content channel
|
8
|
-
result = client.
|
6
|
+
describe '#list_content_channel_items(options = {})' do
|
7
|
+
it 'returns a list of content channel items' do
|
8
|
+
result = client.list_content_channel_items
|
9
9
|
expect(result).to be_an(Array)
|
10
10
|
expect(result.first).to have_key(:id)
|
11
|
-
expect(result.first).to have_key(:
|
11
|
+
expect(result.first).to have_key(:title)
|
12
12
|
end
|
13
13
|
end
|
14
14
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rock_rms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.
|
4
|
+
version: 9.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Taylor Brooks
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|