hanami-events-cloud_pubsub 1.0.1 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97f77c6262cd320d8cfdbe03c2ebddcc69008d45
4
- data.tar.gz: 5dd8219a8cf755fb32bfb75c8f4e3306bff6715b
3
+ metadata.gz: 555ee7becf0b861dfcc30f3a2fd2fbb9963fe0c4
4
+ data.tar.gz: 2284ba67eb842cc749ff1b1c5ad942ba965c90fb
5
5
  SHA512:
6
- metadata.gz: 4c971196c9903b9466bed196532fda7d9bd4658d05c5a5ecac841ef6caec31aa0b1d356befccfc0ee5f4fa7a55436463f4b1e8faef7c9f9590f321869f28edba
7
- data.tar.gz: 501ad612c1ab074e7d9ce4809770b4aa1423250e4e7b88e1f45db3f3fa7b942877c50e00a69c07b6e056ca4d0a11cd02a36622c82947b1ba513dbe04143be5b7
6
+ metadata.gz: 4b3c6bd30b194c18dd8999acaf95e9a815c3f215179ed284ea3300e1cc19e2818a525d1505135a060c162bd6478739ec953c302a4e3368c19e775c4ce3e1b293
7
+ data.tar.gz: f36eaf6b1c959900c924fc007f696ee85190e19325040ade4df5da1b98a55e72a0a728c170a72fa2bcdd0166757bb80ed0e62d8f4ebdaf28d03101c1195126b4
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- hanami-events-cloud_pubsub (1.0.1)
12
+ hanami-events-cloud_pubsub (1.1.0)
13
13
  dry-configurable (~> 0.7.0)
14
14
  google-cloud-pubsub (~> 0.30.2)
15
15
  hanami-cli (~> 0.2.0)
@@ -32,9 +32,9 @@ GEM
32
32
  dry-configurable (~> 0.1, >= 0.1.3)
33
33
  faraday (0.15.2)
34
34
  multipart-post (>= 1.2, < 3)
35
- google-cloud-core (1.2.0)
35
+ google-cloud-core (1.2.2)
36
36
  google-cloud-env (~> 1.0)
37
- google-cloud-env (1.0.1)
37
+ google-cloud-env (1.0.2)
38
38
  faraday (~> 0.11)
39
39
  google-cloud-pubsub (0.30.2)
40
40
  concurrent-ruby (~> 1.0)
@@ -47,7 +47,7 @@ GEM
47
47
  googleauth (~> 0.6.2)
48
48
  grpc (>= 1.7.2, < 2.0)
49
49
  rly (~> 0.2.3)
50
- google-protobuf (3.5.1.2)
50
+ google-protobuf (3.6.0)
51
51
  googleapis-common-protos (1.3.7)
52
52
  google-protobuf (~> 3.0)
53
53
  googleapis-common-protos-types (~> 1.0)
@@ -62,10 +62,9 @@ GEM
62
62
  multi_json (~> 1.11)
63
63
  os (~> 0.9)
64
64
  signet (~> 0.7)
65
- grpc (1.12.0)
65
+ grpc (1.13.0)
66
66
  google-protobuf (~> 3.1)
67
67
  googleapis-common-protos-types (~> 1.0.0)
68
- googleauth (>= 0.5.1, < 0.7)
69
68
  grpc-google-iam-v1 (0.6.9)
70
69
  googleapis-common-protos (>= 1.3.1, < 2.0)
71
70
  grpc (~> 1.0)
@@ -13,7 +13,7 @@ module Hanami
13
13
  end
14
14
 
15
15
  def start
16
- logger.info 'Starting healthcheck server on port 0.0.0.0:8080'
16
+ logger.info 'Starting healthcheck server on port 0.0.0.0:8081'
17
17
  server.start
18
18
  end
19
19
 
@@ -38,7 +38,7 @@ module Hanami
38
38
  def server
39
39
  @server ||=
40
40
  WEBrick::HTTPServer.new(
41
- Port: 8080,
41
+ Port: 8081,
42
42
  BindAddress: '0.0.0.0',
43
43
  Logger: WEBrick::Log.new('/dev/null'),
44
44
  AccessLog: []
@@ -3,7 +3,7 @@
3
3
  module Hanami
4
4
  module Events
5
5
  module CloudPubsub
6
- VERSION = '1.0.1'
6
+ VERSION = '1.1.0'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanami-events-cloud_pubsub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Ker-Seymer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-14 00:00:00.000000000 Z
11
+ date: 2018-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dry-configurable