kinescope-rb 0.5.0 → 0.5.1

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: ba30455130e0ec8a3299d8f42123145f16a55a9a722bd30215ee63a9224cf432
4
- data.tar.gz: 4cce44fb7942d9a9456c1b6212ca73fa303e4e773eb354d345e73a785f794593
3
+ metadata.gz: 50608f8b8230c14390d88e26939b1587eff681ad0945451fbbff1e64f1dbb489
4
+ data.tar.gz: 5d3991a67015e09e3ee2f1932039bc2d7762035af597caead9529b9f556f99b9
5
5
  SHA512:
6
- metadata.gz: 597bbf7c0b2748717b93dd5a0b4ad1f39400cc204d9931a9c1769128904584445bf4be389a2d3d1b34436b887422fc1d31ac5a506dee03a28d4f10cf9d7854e6
7
- data.tar.gz: 9cff72ef1f4530585052a9ba3e0dee624cc2262aa7e9b1043a06c8375d5b0b20adec93ad0daf30aa495f11e01e3eab8fce6798dd24e6ef73a8f031cdd8d93af8
6
+ metadata.gz: 8612fd2b1665529985652ac1a9218da0fef2d56d67b178c02fa983a8d24fc7177367ec9ecf57fe4cf45fa55565a7c84fd67b0fbe84404b65a1e4735027698cfe
7
+ data.tar.gz: 2c245215f3354617cc2503ad95073b5c7dbaacf6c7d7823a5d9920217de6713e416348da3708477a15119a5bab060678fe23d469b36dc367354094c787c7f4f1
@@ -9,8 +9,8 @@ module Kinescope
9
9
  root_key plural: 'data', singular: 'data', scopes: [:read]
10
10
 
11
11
  property :id, scopes: [:read]
12
- property :name, scopes: [:read]
13
- property :privacy_type, scopes: [:read]
12
+ property :name, scopes: [:read, :update]
13
+ property :privacy_type, scopes: [:read, :update]
14
14
  property :privacy_domains, scopes: [:read]
15
15
  property :player_id, scopes: [:read]
16
16
  property :favorite, scopes: [:read]
@@ -18,7 +18,7 @@ module Kinescope
18
18
  property :items_count, scopes: [:read]
19
19
  property :created_at, scopes: [:read]
20
20
  property :updated_at, scopes: [:read]
21
- property :encrypted, scopes: [:read]
21
+ property :encrypted, scopes: [:read, :update]
22
22
  end
23
23
  end
24
24
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kinescope
4
- VERSION = '0.5.0'.freeze
4
+ VERSION = '0.5.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kinescope-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - droff