cirro-ruby-client 2.7.0 → 2.7.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: 6b9b27e2a60eee495d0f0006e499b2a6555148d0acf4cb1e012db0ef4599e41e
4
- data.tar.gz: 35e8c21d854e385551c20edc302b27c7610daf3304e93af32708ee001ffea085
3
+ metadata.gz: 4df676a10d42219e5d81847cc842521cb21c42da22816fec3cca8ad79759691a
4
+ data.tar.gz: 8b8197f8755d8f7211d2f3ae686c32619500a7a56511448c0f9a2e79a1c89b2f
5
5
  SHA512:
6
- metadata.gz: 7b892513d3e39dcd75bd5827237feb9a6d45c587d504b0c0ced0f878c813d2e242860010b250ae84b38c5d7f8c6045ed09a1995d6a8d375bed3cd4e7f1072e0a
7
- data.tar.gz: c812c8a2a9aa9d1830150778341341c5ca76b940c7023e017ac9be32b2810f68f874b744136d271992ddbb9edbf02c40d524fe291fe53065bf514888c67847ac
6
+ metadata.gz: 05fd1c6d9037854059ed42a5f29d8da008602462eaade583164fdfd2350185e0862e51230d52a30ab6aac2e900469023d75adc773fdafd0630265fd1e1ed88b2
7
+ data.tar.gz: b83835c328574a4c59225383cc485e57cc7a7f3bb71eae206e75460c140e49dba7388aadd96f18d7193781a0ee0e5e04e0c4926cb05b6af6dd4cfc91946f0165
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirro-ruby-client (2.7.0)
4
+ cirro-ruby-client (2.7.1)
5
5
  activesupport
6
6
  faraday (< 1.11.0)
7
7
  faraday_middleware
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Style/MutableConstant
2
2
  module CirroIO
3
3
  module Client
4
- VERSION = '2.7.0'
4
+ VERSION = '2.7.1'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
@@ -33,6 +33,7 @@ module CirroIOV2
33
33
  :epam,
34
34
  :worker,
35
35
  :anonymous_email,
36
+ :banned_with_reason,
36
37
  keyword_init: true) do
37
38
  include Base
38
39
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cirro-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cirro Dev Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-07 00:00:00.000000000 Z
11
+ date: 2024-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport