activejob-google_cloud_tasks 0.1.4 → 0.1.5

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
  SHA1:
3
- metadata.gz: dc5d670956774240c069bd0316258e7d5b8f798b
4
- data.tar.gz: 5deca70e5cd229b9dd66890109440620912c94b3
3
+ metadata.gz: ebb9a2d6983b53f758cd29dfa9af03010aed6d7d
4
+ data.tar.gz: 33d06bd67bdf632e8aecc24c7f7654bb14c6a08b
5
5
  SHA512:
6
- metadata.gz: 18e5b5068dcee2088764ad0f412b48e307338433cbcb51e1f80c792430f9d0510636f6c96c00d98071a8e29a5e2a1443250b606f64d03bcbcaa67d2d963351ed
7
- data.tar.gz: 3941d8269c69d8d3ae006aa9c05f8b9fdd0317ba5e03bbc10d67869d9ed4db6e0b3b885e1d431267476830f22d10a80a2a78b2f85a18c0b206b52cc5bd04b809
6
+ metadata.gz: 3ea21bedcead43dd3dc73568e6f314b8ca17573bbb2d2ff60c7c635c58db4fce816426b8d1087a0088dea40a675c49d946d5f41895ffb458a00bf934b29354c6
7
+ data.tar.gz: 9c87a5c6bfa58bc91ddc04448a2b6349b6be82f55c06675ebaaf122846535b6cddf9e26c6d19570d8d5b3b1124e0c3bec8c08901ce69edd52840f438754412bd
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activejob-google_cloud_tasks (0.1.4)
4
+ activejob-google_cloud_tasks (0.1.5)
5
5
  activejob
6
6
  activesupport
7
7
  google-cloud-tasks (~> 0.2.6)
@@ -10,17 +10,17 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activejob (5.2.1.1)
14
- activesupport (= 5.2.1.1)
13
+ activejob (5.2.2)
14
+ activesupport (= 5.2.2)
15
15
  globalid (>= 0.3.6)
16
- activesupport (5.2.1.1)
16
+ activesupport (5.2.2)
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
18
  i18n (>= 0.7, < 2)
19
19
  minitest (~> 5.1)
20
20
  tzinfo (~> 1.1)
21
21
  addressable (2.5.2)
22
22
  public_suffix (>= 2.0.2, < 4.0)
23
- concurrent-ruby (1.1.3)
23
+ concurrent-ruby (1.1.4)
24
24
  diff-lcs (1.3)
25
25
  faraday (0.15.4)
26
26
  multipart-post (>= 1.2, < 3)
@@ -29,10 +29,10 @@ GEM
29
29
  google-cloud-tasks (0.2.6)
30
30
  google-gax (~> 1.3)
31
31
  grpc-google-iam-v1 (~> 0.6.9)
32
- google-gax (1.4.0)
32
+ google-gax (1.5.0)
33
33
  google-protobuf (~> 3.2)
34
34
  googleapis-common-protos (>= 1.3.5, < 2.0)
35
- googleauth (~> 0.6.2)
35
+ googleauth (>= 0.6.2, < 0.10.0)
36
36
  grpc (>= 1.7.2, < 2.0)
37
37
  rly (~> 0.2.3)
38
38
  google-protobuf (3.6.1-universal-darwin)
@@ -42,20 +42,20 @@ GEM
42
42
  grpc (~> 1.0)
43
43
  googleapis-common-protos-types (1.0.2)
44
44
  google-protobuf (~> 3.0)
45
- googleauth (0.6.7)
45
+ googleauth (0.8.0)
46
46
  faraday (~> 0.12)
47
47
  jwt (>= 1.4, < 3.0)
48
48
  memoist (~> 0.16)
49
49
  multi_json (~> 1.11)
50
50
  os (>= 0.9, < 2.0)
51
51
  signet (~> 0.7)
52
- grpc (1.16.0-universal-darwin)
52
+ grpc (1.17.1-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)
56
56
  googleapis-common-protos (>= 1.3.1, < 2.0)
57
57
  grpc (~> 1.0)
58
- i18n (1.1.1)
58
+ i18n (1.5.1)
59
59
  concurrent-ruby (~> 1.0)
60
60
  jwt (2.1.0)
61
61
  memoist (0.16.0)
@@ -1,5 +1,5 @@
1
1
  module Activejob
2
2
  module GoogleCloudTasks
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
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-12-03 00:00:00.000000000 Z
11
+ date: 2019-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack