google-cloud-pubsub 0.28.1 → 0.29.0
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 +4 -4
- data/LICENSE +2 -2
- data/lib/google-cloud-pubsub.rb +2 -2
- data/lib/google/cloud/pubsub.rb +2 -2
- data/lib/google/cloud/pubsub/async_publisher.rb +2 -2
- data/lib/google/cloud/pubsub/batch_publisher.rb +2 -2
- data/lib/google/cloud/pubsub/convert.rb +2 -2
- data/lib/google/cloud/pubsub/credentials.rb +2 -2
- data/lib/google/cloud/pubsub/message.rb +2 -2
- data/lib/google/cloud/pubsub/policy.rb +2 -2
- data/lib/google/cloud/pubsub/project.rb +2 -2
- data/lib/google/cloud/pubsub/publish_result.rb +2 -2
- data/lib/google/cloud/pubsub/received_message.rb +2 -2
- data/lib/google/cloud/pubsub/service.rb +2 -2
- data/lib/google/cloud/pubsub/snapshot.rb +2 -2
- data/lib/google/cloud/pubsub/snapshot/list.rb +2 -2
- data/lib/google/cloud/pubsub/subscriber.rb +5 -5
- data/lib/google/cloud/pubsub/subscriber/async_pusher.rb +7 -23
- data/lib/google/cloud/pubsub/subscriber/enumerator_queue.rb +2 -2
- data/lib/google/cloud/pubsub/subscriber/stream.rb +34 -9
- data/lib/google/cloud/pubsub/subscription.rb +2 -2
- data/lib/google/cloud/pubsub/subscription/list.rb +2 -2
- data/lib/google/cloud/pubsub/topic.rb +2 -2
- data/lib/google/cloud/pubsub/topic/list.rb +2 -2
- data/lib/google/cloud/pubsub/v1.rb +2 -2
- data/lib/google/cloud/pubsub/v1/doc/google/protobuf/duration.rb +2 -2
- data/lib/google/cloud/pubsub/v1/doc/google/protobuf/field_mask.rb +2 -2
- data/lib/google/cloud/pubsub/v1/doc/google/protobuf/timestamp.rb +2 -2
- data/lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb +2 -2
- data/lib/google/cloud/pubsub/v1/doc/overview.rb +2 -2
- data/lib/google/cloud/pubsub/v1/publisher_client.rb +2 -2
- data/lib/google/cloud/pubsub/v1/subscriber_client.rb +2 -2
- data/lib/google/cloud/pubsub/version.rb +3 -3
- data/lib/google/pubsub/v1/pubsub_services_pb.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e7f83c2402c87e054a0d08e734c8a7bbfd103d11a86a1d1feb0df5634ac09d7d
|
|
4
|
+
data.tar.gz: 7ea51a0d33514c2feebb6eb15423ccbb5f4a65e446f4b070380eb5298dbbeaca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 379e48558ef31382d9b648cfeaf09de5ff388d3759cab4133c92cc68ceb0494cc2d742ba91495b78726581b4558b7e96842c5fa98426059a2d94865d39e84726
|
|
7
|
+
data.tar.gz: 9b9eb864b182ff0e4435e824f3e7f75495e56e54af64880394d2b07307d898f80cfc8adc36588d132e2c55d5bd823775f895ef1c10b70e13efbf9db30a1acd72
|
data/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Apache License
|
|
2
2
|
Version 2.0, January 2004
|
|
3
|
-
|
|
3
|
+
https://www.apache.org/licenses/
|
|
4
4
|
|
|
5
5
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
6
|
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
you may not use this file except in compliance with the License.
|
|
193
193
|
You may obtain a copy of the License at
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
196
196
|
|
|
197
197
|
Unless required by applicable law or agreed to in writing, software
|
|
198
198
|
distributed under the License is distributed on an "AS IS" BASIS,
|
data/lib/google-cloud-pubsub.rb
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2016 Google
|
|
1
|
+
# Copyright 2016 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
data/lib/google/cloud/pubsub.rb
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017 Google
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017 Google
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2016 Google
|
|
1
|
+
# Copyright 2016 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017 Google
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2016 Google
|
|
1
|
+
# Copyright 2016 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017 Google
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017 Google
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017 Google
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -109,7 +109,7 @@ module Google
|
|
|
109
109
|
Thread.new { stream.start }
|
|
110
110
|
end
|
|
111
111
|
end
|
|
112
|
-
start_pool.join
|
|
112
|
+
start_pool.map(&:join)
|
|
113
113
|
|
|
114
114
|
self
|
|
115
115
|
end
|
|
@@ -130,7 +130,7 @@ module Google
|
|
|
130
130
|
Thread.new { stream.stop }
|
|
131
131
|
end
|
|
132
132
|
end
|
|
133
|
-
stop_pool.join
|
|
133
|
+
stop_pool.map(&:join)
|
|
134
134
|
|
|
135
135
|
self
|
|
136
136
|
end
|
|
@@ -148,7 +148,7 @@ module Google
|
|
|
148
148
|
Thread.new { stream.wait! }
|
|
149
149
|
end
|
|
150
150
|
end
|
|
151
|
-
wait_pool.join
|
|
151
|
+
wait_pool.map(&:join)
|
|
152
152
|
|
|
153
153
|
self
|
|
154
154
|
end
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017 Google
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -30,7 +30,7 @@ module Google
|
|
|
30
30
|
attr_reader :batch
|
|
31
31
|
attr_reader :max_bytes, :interval
|
|
32
32
|
|
|
33
|
-
def initialize stream, max_bytes: 10000000, interval: 0
|
|
33
|
+
def initialize stream, max_bytes: 10000000, interval: 1.0
|
|
34
34
|
@stream = stream
|
|
35
35
|
|
|
36
36
|
@max_bytes = max_bytes
|
|
@@ -102,31 +102,15 @@ module Google
|
|
|
102
102
|
|
|
103
103
|
def stop
|
|
104
104
|
synchronize do
|
|
105
|
-
break if @stopped
|
|
106
|
-
|
|
107
105
|
@stopped = true
|
|
108
|
-
push_batch_request!
|
|
109
|
-
@cond.signal
|
|
110
|
-
end
|
|
111
106
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
def wait!
|
|
116
|
-
synchronize do
|
|
117
|
-
@background_thread.join if @background_thread
|
|
107
|
+
# Stop any background activity, clean up happens in wait!
|
|
108
|
+
@background_thread.kill if @background_thread
|
|
118
109
|
end
|
|
119
110
|
|
|
120
|
-
|
|
121
|
-
end
|
|
122
|
-
|
|
123
|
-
def flush
|
|
124
|
-
synchronize do
|
|
125
|
-
push_batch_request!
|
|
126
|
-
@cond.signal
|
|
127
|
-
end
|
|
111
|
+
return nil if @batch.nil?
|
|
128
112
|
|
|
129
|
-
|
|
113
|
+
@batch.request
|
|
130
114
|
end
|
|
131
115
|
|
|
132
116
|
def started?
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017 Google
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017 Google
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -69,11 +69,11 @@ module Google
|
|
|
69
69
|
def stop
|
|
70
70
|
synchronize do
|
|
71
71
|
break if @stopped
|
|
72
|
-
break if @request_queue.nil?
|
|
73
72
|
|
|
74
|
-
@request_queue.push self
|
|
75
73
|
@inventory.stop
|
|
76
74
|
@stopped = true
|
|
75
|
+
# Kill the thread since it may be sleeping
|
|
76
|
+
@background_thread.kill if @background_thread
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
self
|
|
@@ -89,15 +89,28 @@ module Google
|
|
|
89
89
|
|
|
90
90
|
def wait!
|
|
91
91
|
synchronize do
|
|
92
|
-
|
|
93
|
-
|
|
92
|
+
# Now that the reception thread is dead, make sure all recieved
|
|
93
|
+
# messages have had the callback called.
|
|
94
94
|
@callback_thread_pool.shutdown
|
|
95
95
|
@callback_thread_pool.wait_for_termination
|
|
96
96
|
|
|
97
|
-
|
|
97
|
+
# Once all the callbacks are complete, we can stop the publisher
|
|
98
|
+
# and send the final request to the steeam.
|
|
99
|
+
if @async_pusher
|
|
100
|
+
request = @async_pusher.stop
|
|
101
|
+
if request
|
|
102
|
+
Concurrent::Future.new(executor: @push_thread_pool) do
|
|
103
|
+
@request_queue.push request
|
|
104
|
+
end.execute
|
|
105
|
+
end
|
|
106
|
+
end
|
|
98
107
|
|
|
108
|
+
# Close the push thread pool now that the pusher is closed.
|
|
99
109
|
@push_thread_pool.shutdown
|
|
100
110
|
@push_thread_pool.wait_for_termination
|
|
111
|
+
|
|
112
|
+
# Close the stream now that all requests have been made.
|
|
113
|
+
@request_queue.push self unless @request_queue.nil?
|
|
101
114
|
end
|
|
102
115
|
|
|
103
116
|
self
|
|
@@ -186,11 +199,23 @@ module Google
|
|
|
186
199
|
begin
|
|
187
200
|
# Cannot syncronize the enumerator, causes deadlock
|
|
188
201
|
response = enum.next
|
|
202
|
+
|
|
203
|
+
# Create a list of all the received ack_id values
|
|
204
|
+
received_ack_ids = response.received_messages.map(&:ack_id)
|
|
205
|
+
|
|
206
|
+
synchronize do
|
|
207
|
+
# Create receipt of received messages reception
|
|
208
|
+
@async_pusher ||= AsyncPusher.new self
|
|
209
|
+
@async_pusher.delay subscriber.deadline, received_ack_ids
|
|
210
|
+
|
|
211
|
+
# Add received messages to inventory
|
|
212
|
+
@inventory.add received_ack_ids
|
|
213
|
+
end
|
|
214
|
+
|
|
189
215
|
response.received_messages.each do |rec_msg_grpc|
|
|
190
216
|
rec_msg = ReceivedMessage.from_grpc(rec_msg_grpc, self)
|
|
191
217
|
synchronize do
|
|
192
|
-
|
|
193
|
-
|
|
218
|
+
# Call user provided code for received message
|
|
194
219
|
perform_callback_async rec_msg
|
|
195
220
|
end
|
|
196
221
|
end
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2015 Google
|
|
1
|
+
# Copyright 2015 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2017
|
|
1
|
+
# Copyright 2017 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Copyright 2016 Google
|
|
1
|
+
# Copyright 2016 Google LLC
|
|
2
2
|
#
|
|
3
3
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
# you may not use this file except in compliance with the License.
|
|
5
5
|
# You may obtain a copy of the License at
|
|
6
6
|
#
|
|
7
|
-
#
|
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
8
8
|
#
|
|
9
9
|
# Unless required by applicable law or agreed to in writing, software
|
|
10
10
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
module Google
|
|
17
17
|
module Cloud
|
|
18
18
|
module Pubsub
|
|
19
|
-
VERSION = "0.
|
|
19
|
+
VERSION = "0.29.0"
|
|
20
20
|
end
|
|
21
21
|
end
|
|
22
22
|
end
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
# you may not use this file except in compliance with the License.
|
|
8
8
|
# You may obtain a copy of the License at
|
|
9
9
|
#
|
|
10
|
-
#
|
|
10
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
|
11
11
|
#
|
|
12
12
|
# Unless required by applicable law or agreed to in writing, software
|
|
13
13
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-pubsub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.29.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-12-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|
|
@@ -31,14 +31,14 @@ dependencies:
|
|
|
31
31
|
requirements:
|
|
32
32
|
- - "~>"
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: 0
|
|
34
|
+
version: '1.0'
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - "~>"
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
|
-
version: 0
|
|
41
|
+
version: '1.0'
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: grpc-google-iam-v1
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -259,7 +259,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
259
259
|
version: '0'
|
|
260
260
|
requirements: []
|
|
261
261
|
rubyforge_project:
|
|
262
|
-
rubygems_version: 2.7.
|
|
262
|
+
rubygems_version: 2.7.3
|
|
263
263
|
signing_key:
|
|
264
264
|
specification_version: 4
|
|
265
265
|
summary: API Client library for Google Cloud Pub/Sub
|