stenotype 0.1.12 → 0.1.13

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
  SHA256:
3
- metadata.gz: f9ae1c17edfca43de9f43c8b72cc71e77505d17a76ef73bb602a8a9c0ad466f4
4
- data.tar.gz: 06ad3cd2cb013df2173c442dc75202db8f8f1e5f05359ad3c868c9582cb8598a
3
+ metadata.gz: d0d5893588a564349ac48d4b860e5864d31ee18e204f56bfcb67efa7ca8150cb
4
+ data.tar.gz: a11a18ddb4ea62a9c0dfa3a6bb4ab81eb7a7005f7c4f7e3ac9b8206863b25f72
5
5
  SHA512:
6
- metadata.gz: fad6a49d737ea4a28b2f33cbcac7e443ee71efeb59c72d628a967d1a5af9b3f1805a282d836be1114f11199ac57e62480f45a107b0460a92df966b106fa0baf4
7
- data.tar.gz: 19a10b5a6e6def113f796787faf886dfbf1a50761009905cf00e1ed7dc23cdf0edb239e1b7e62f645b2d018291e5a283d2c5679286ee09afaaa5f7a248e0087d
6
+ metadata.gz: bbf72969fe6b256240563688230bc904bc5f24ae27339f970c74922736f1166d2513e2d4b8cfa6fd0411f5f262c62f7e9864f92644cdf449f9c9b37b94540ef8
7
+ data.tar.gz: d210cf4081e569e3e2ebeb6fc2a302394ffdd9e7145088f67166ea4060a51441a76ad92b5209d08fbf0463efc680f7c4fae5c2c0cadaeaa7a4263c43b0347ed4
@@ -1,6 +1,7 @@
1
1
  # Changelog
2
2
 
3
- *Release Date*: 2020/01/13
3
+ ### 0.1.13
4
+ * Removes obsolete rails pre-configuration for the sake of default configuration settings
4
5
 
5
6
  ### 0.1.12
6
7
  * Delegates STDOUT adapter to configured logger first. If logger is not set, delegates the output to STDOUT
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stenotype (0.1.10)
4
+ stenotype (0.1.12)
5
5
  activesupport (>= 5.0.0)
6
6
  google-cloud-pubsub (~> 1.0.0)
7
7
  spicery (>= 0.22.0, < 1.0)
@@ -53,30 +53,30 @@ GEM
53
53
  addressable (2.7.0)
54
54
  public_suffix (>= 2.0.2, < 5.0)
55
55
  arel (9.0.0)
56
- around_the_world (0.22.2)
56
+ around_the_world (0.22.4)
57
57
  activesupport (>= 5.2.1)
58
58
  ast (2.4.0)
59
59
  builder (3.2.3)
60
60
  coderay (1.1.2)
61
- collectible (0.22.2)
61
+ collectible (0.22.4)
62
62
  activesupport (>= 5.2.1)
63
- short_circu_it (= 0.22.2)
64
- tablesalt (= 0.22.2)
63
+ short_circu_it (= 0.22.4)
64
+ tablesalt (= 0.22.4)
65
65
  concurrent-ruby (1.1.5)
66
- conjunction (0.22.2)
66
+ conjunction (0.22.4)
67
67
  activemodel (>= 5.2.1)
68
68
  activesupport (>= 5.2.1)
69
- spicerack (= 0.22.2)
69
+ spicerack (= 0.22.4)
70
70
  crass (1.0.5)
71
71
  diff-lcs (1.3)
72
- directive (0.22.2)
72
+ directive (0.22.4)
73
73
  activesupport (>= 5.2.1)
74
74
  docile (1.3.2)
75
75
  erubi (1.9.0)
76
- facet (0.22.2)
76
+ facet (0.22.4)
77
77
  activesupport (>= 5.2.1)
78
- short_circu_it (= 0.22.2)
79
- tablesalt (= 0.22.2)
78
+ short_circu_it (= 0.22.4)
79
+ tablesalt (= 0.22.4)
80
80
  faker (1.9.6)
81
81
  i18n (>= 0.7)
82
82
  faraday (0.17.3)
@@ -102,22 +102,22 @@ GEM
102
102
  googleauth (~> 0.9)
103
103
  grpc (~> 1.24)
104
104
  rly (~> 0.2.3)
105
- google-protobuf (3.11.2)
105
+ google-protobuf (3.11.4)
106
106
  googleapis-common-protos (1.3.9)
107
107
  google-protobuf (~> 3.0)
108
108
  googleapis-common-protos-types (~> 1.0)
109
109
  grpc (~> 1.0)
110
110
  googleapis-common-protos-types (1.0.4)
111
111
  google-protobuf (~> 3.0)
112
- googleauth (0.10.0)
113
- faraday (~> 0.12)
112
+ googleauth (0.11.0)
113
+ faraday (>= 0.17.3, < 2.0)
114
114
  jwt (>= 1.4, < 3.0)
115
115
  memoist (~> 0.16)
116
116
  multi_json (~> 1.11)
117
117
  os (>= 0.9, < 2.0)
118
118
  signet (~> 0.12)
119
- grpc (1.26.0)
120
- google-protobuf (~> 3.8)
119
+ grpc (1.27.0)
120
+ google-protobuf (~> 3.11)
121
121
  googleapis-common-protos-types (~> 1.0)
122
122
  grpc-google-iam-v1 (0.6.9)
123
123
  googleapis-common-protos (>= 1.3.1, < 2.0)
@@ -184,10 +184,10 @@ GEM
184
184
  rake (10.5.0)
185
185
  redcarpet (3.5.0)
186
186
  redis (4.1.3)
187
- redis_hash (0.22.2)
187
+ redis_hash (0.22.4)
188
188
  activesupport (>= 5.2.1)
189
189
  redis (>= 3.0)
190
- tablesalt (= 0.22.2)
190
+ tablesalt (= 0.22.4)
191
191
  rly (0.2.3)
192
192
  rspec (3.9.0)
193
193
  rspec-core (~> 3.9.0)
@@ -220,12 +220,12 @@ GEM
220
220
  rubocop-rspec (1.35.0)
221
221
  rubocop (>= 0.60.0)
222
222
  ruby-progressbar (1.10.1)
223
- short_circu_it (0.22.2)
223
+ short_circu_it (0.22.4)
224
224
  activesupport (>= 5.2.1)
225
- around_the_world (= 0.22.2)
226
- signet (0.12.0)
225
+ around_the_world (= 0.22.4)
226
+ signet (0.13.0)
227
227
  addressable (~> 2.3)
228
- faraday (~> 0.9)
228
+ faraday (>= 0.17.3, < 2.0)
229
229
  jwt (>= 1.5, < 3.0)
230
230
  multi_json (~> 1.10)
231
231
  simplecov (0.17.1)
@@ -233,23 +233,23 @@ GEM
233
233
  json (>= 1.8, < 3)
234
234
  simplecov-html (~> 0.10.0)
235
235
  simplecov-html (0.10.2)
236
- spicerack (0.22.2)
237
- around_the_world (= 0.22.2)
238
- directive (= 0.22.2)
239
- redis_hash (= 0.22.2)
240
- short_circu_it (= 0.22.2)
241
- tablesalt (= 0.22.2)
242
- technologic (= 0.22.2)
236
+ spicerack (0.22.4)
237
+ around_the_world (= 0.22.4)
238
+ directive (= 0.22.4)
239
+ redis_hash (= 0.22.4)
240
+ short_circu_it (= 0.22.4)
241
+ tablesalt (= 0.22.4)
242
+ technologic (= 0.22.4)
243
243
  spicerack-styleguide (0.19.2)
244
244
  rubocop (= 0.74)
245
245
  rubocop-performance (= 1.4.1)
246
246
  rubocop-rails (= 2.3.0)
247
247
  rubocop-rspec (= 1.35.0)
248
- spicery (0.22.2)
249
- collectible (= 0.22.2)
250
- conjunction (= 0.22.2)
251
- facet (= 0.22.2)
252
- spicerack (= 0.22.2)
248
+ spicery (0.22.4)
249
+ collectible (= 0.22.4)
250
+ conjunction (= 0.22.4)
251
+ facet (= 0.22.4)
252
+ spicerack (= 0.22.4)
253
253
  sprockets (4.0.0)
254
254
  concurrent-ruby (~> 1.0)
255
255
  rack (> 1, < 3)
@@ -257,13 +257,13 @@ GEM
257
257
  actionpack (>= 4.0)
258
258
  activesupport (>= 4.0)
259
259
  sprockets (>= 3.0.0)
260
- tablesalt (0.22.2)
260
+ tablesalt (0.22.4)
261
261
  activemodel (>= 5.2.1)
262
262
  activesupport (>= 5.2.1)
263
- technologic (0.22.2)
263
+ technologic (0.22.4)
264
264
  activesupport (>= 5.2.1)
265
265
  railties (>= 5.2.1)
266
- short_circu_it (= 0.22.2)
266
+ short_circu_it (= 0.22.4)
267
267
  thor (0.20.3)
268
268
  thread_safe (0.3.6)
269
269
  timecop (0.9.1)
@@ -9,13 +9,6 @@ module Stenotype
9
9
  # Stenotype extensions for emitting event in various Rails components.
10
10
  #
11
11
  class Railtie < ::Rails::Railtie
12
- Stenotype.configure do |config|
13
- config.rails do |rails_config|
14
- rails_config.enable_action_controller_ext = true
15
- rails_config.enable_active_job_ext = true
16
- end
17
- end
18
-
19
12
  config.stenotype = Stenotype.config
20
13
 
21
14
  config.after_initialize { config.stenotype.targets.each(&:auto_initialize!) } if config.stenotype.rails.auto_adapter_initialization
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Stenotype
4
4
  # :nodoc:
5
- VERSION = "0.1.12"
5
+ VERSION = "0.1.13"
6
6
  # :nodoc:
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stenotype
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Kapitonov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-28 00:00:00.000000000 Z
11
+ date: 2020-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport