cloudenvoy 0.1.0 → 0.4.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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cloudenvoy
4
- VERSION = '0.1.0'
4
+ VERSION = '0.4.1'
5
5
  end
@@ -23,8 +23,8 @@ namespace :cloudenvoy do
23
23
 
24
24
  # Notify user when no suscribers
25
25
  if list.empty?
26
- puts 'There are no subscribers defined in your application'
27
- return
26
+ puts 'Skipping subscribers (none defined)'
27
+ next
28
28
  end
29
29
 
30
30
  puts 'The following subscribers are configured:'
@@ -47,8 +47,8 @@ namespace :cloudenvoy do
47
47
 
48
48
  # Notify user when no topics
49
49
  if list.empty?
50
- puts 'There are no publishers defined in your application'
51
- return
50
+ puts 'Skipping publishers (none defined)'
51
+ next
52
52
  end
53
53
 
54
54
  puts 'The following topics are configured:'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudenvoy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arnaud Lachaume
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-16 00:00:00.000000000 Z
11
+ date: 2020-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -136,6 +136,20 @@ dependencies:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
138
  version: 1.37.0
139
+ - !ruby/object:Gem::Dependency
140
+ name: semantic_logger
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - ">="
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
139
153
  - !ruby/object:Gem::Dependency
140
154
  name: timecop
141
155
  requirement: !ruby/object:Gem::Requirement
@@ -301,6 +315,14 @@ files:
301
315
  - gemfiles/rails_5.2.gemfile.lock
302
316
  - gemfiles/rails_6.0.gemfile
303
317
  - gemfiles/rails_6.0.gemfile.lock
318
+ - gemfiles/semantic_logger_3.4.gemfile
319
+ - gemfiles/semantic_logger_3.4.gemfile.lock
320
+ - gemfiles/semantic_logger_4.6.gemfile
321
+ - gemfiles/semantic_logger_4.6.gemfile.lock
322
+ - gemfiles/semantic_logger_4.7.0.gemfile
323
+ - gemfiles/semantic_logger_4.7.0.gemfile.lock
324
+ - gemfiles/semantic_logger_4.7.2.gemfile
325
+ - gemfiles/semantic_logger_4.7.2.gemfile.lock
304
326
  - lib/cloudenvoy.rb
305
327
  - lib/cloudenvoy/authentication_error.rb
306
328
  - lib/cloudenvoy/authenticator.rb