activejob-google_cloud_tasks 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: f616c2d1d60a6c8426d1b7411f559afe0c490b40
4
- data.tar.gz: 2d765900fa68837094bec1d9e8189838a5d95783
3
+ metadata.gz: 24b87f633a0a1136d387856e90c6e7869210058f
4
+ data.tar.gz: f03242b34db220550e8805843a1210fc9935bf24
5
5
  SHA512:
6
- metadata.gz: 74cb21526b5f91232f2a1253f19f7d8ab710a50cb5a2cdea9715c06c667b7ddd5db0d612fd2e6cf7c9cd0690f7acf674ad22e2f447cd3955eee863fccfb9418a
7
- data.tar.gz: 6cf5dbce0448b5dfd1204b45f292a81da8586e94fb4ff5c90a13bb942bcbefab5394e082303a44316f6ffcf7bb75b81e424ed5ccbab50d052cc12b76d51d8d23
6
+ metadata.gz: 854e667c2c581a28820a2e0df8658b9fc093163d49ac6a76343442178a1f5b177399cb07d37aa86b2cf69809cdbe127024523fa8f75c13aa75a0d07edf34dc09
7
+ data.tar.gz: 447b61ebce8ceb3d62c22fdab23a939947740a44340181e57094dfe151e3a71ce7a37d1da0b5b839cb3e1105652272d5401d6d155e07008ffd276ddc298c710c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activejob-google_cloud_tasks (0.1.0)
4
+ activejob-google_cloud_tasks (0.1.1)
5
5
  activejob
6
6
  activesupport
7
7
  google-cloud-tasks (~> 0.2.6)
@@ -35,7 +35,7 @@ GEM
35
35
  googleauth (~> 0.6.2)
36
36
  grpc (>= 1.7.2, < 2.0)
37
37
  rly (~> 0.2.3)
38
- google-protobuf (3.6.1)
38
+ google-protobuf (3.6.1-universal-darwin)
39
39
  googleapis-common-protos (1.3.7)
40
40
  google-protobuf (~> 3.0)
41
41
  googleapis-common-protos-types (~> 1.0)
@@ -49,7 +49,7 @@ GEM
49
49
  multi_json (~> 1.11)
50
50
  os (>= 0.9, < 2.0)
51
51
  signet (~> 0.7)
52
- grpc (1.16.0)
52
+ grpc (1.16.0-universal-darwin)
53
53
  google-protobuf (~> 3.1)
54
54
  googleapis-common-protos-types (~> 1.0.0)
55
55
  grpc-google-iam-v1 (0.6.9)
@@ -1,5 +1,6 @@
1
1
  require 'activejob/google_cloud_tasks/config'
2
- require 'google/cloud/tasks/v2beta3'
2
+ require 'google/cloud/tasks'
3
+ require 'google/cloud/tasks/v2beta3/cloud_tasks_client'
3
4
 
4
5
  module Activejob
5
6
  module GoogleCloudTasks
@@ -1,5 +1,5 @@
1
1
  module Activejob
2
2
  module GoogleCloudTasks
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activejob-google_cloud_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kawabata Shintaro
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-22 00:00:00.000000000 Z
11
+ date: 2018-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack