cirro-ruby-client 1.6.0 → 1.6.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e6e3f17c3acdc3e539664def130e878b587730478ae7cafb3201028616057f8a
4
- data.tar.gz: '0069fc55eb4d448e63301574530a4107643d991bb13576850e3fdfaa9dbf7994'
3
+ metadata.gz: e6890f4b343eb4c3efc64fe9f75c644c7d706e9c19bae033d367e4aa0fd99987
4
+ data.tar.gz: a84440266927041fc001db93c57c44bcf65ef0a2d16b87b2ccc443e1af041564
5
5
  SHA512:
6
- metadata.gz: 14a90dc502be3d444a4534d3b7e88b823e4fac4a740c1293363985bb2d1dd68fc92bffb8c4f9c06afaddfe214f2922a6cbd9f2e00edb0e6bfea79c108434a2ca
7
- data.tar.gz: 03cb09ec7e03c958acc035d02c8be6d4dabe4b68aeb4885f7b1c832ffc5f0b4122c22748bbd869c55a3fe882eccc34014f52e47b28578d6945b3004db1155157
6
+ metadata.gz: 6ed00bfa6f1d74f95338c6537b8da72754c6c48ecf8d93078891120f8f7be94fba74b0f929646594da35d79583aea4ff6f15ff31ac096dee6663037ebd953640
7
+ data.tar.gz: 1348492e075def7497a2734e170a3f8453fd1ef150b5473dc515e6dbcc0ede4c4612e0cf58edce08cdc65e293f31f7bf4f5e1a46f65155285a9f8514f77c0339
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cirro-ruby-client (1.5.0)
4
+ cirro-ruby-client (1.6.1)
5
5
  faraday (< 1.2.0)
6
6
  faraday_middleware
7
7
  json_api_client (>= 1.10.0)
@@ -4,6 +4,7 @@ module CirroIO
4
4
  include CirroIO::Client::BulkActionHelper
5
5
 
6
6
  has_one :gig
7
+ has_one :app_worker
7
8
 
8
9
  def bulk_create_with(worker_filter, auto_accept: false)
9
10
  payload = { data: { attributes: attributes.merge(worker_filter: worker_filter.attributes, auto_accept: auto_accept) } }
@@ -1,6 +1,7 @@
1
1
  module CirroIO
2
2
  module Client
3
3
  class GigTask < Base
4
+ has_one :gig
4
5
  end
5
6
  end
6
7
  end
@@ -1,6 +1,7 @@
1
1
  module CirroIO
2
2
  module Client
3
3
  class GigTimeActivity < Base
4
+ has_one :gig
4
5
  has_one :app_worker
5
6
  end
6
7
  end
@@ -1,7 +1,7 @@
1
1
  # rubocop:disable Style/MutableConstant
2
2
  module CirroIO
3
3
  module Client
4
- VERSION = '1.6.0'
4
+ VERSION = '1.6.1'
5
5
  end
6
6
  end
7
7
  # rubocop:enable Style/MutableConstant
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: 1.6.0
4
+ version: 1.6.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: 2021-06-24 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt