slack_webhook_logger 0.2.2 → 0.3.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
  SHA256:
3
- metadata.gz: e26cef012512e6efb46e9becfb62e5893a963daac18730f22bf5e7f39ccda532
4
- data.tar.gz: effbd330db6c7b6f5769aa1d9eb343e60676952d33918051f112c505b3358e56
3
+ metadata.gz: 6ecc18a809cc554fe9a8f5f071a55967fa16fbda0ab506ea6e334c45f4219336
4
+ data.tar.gz: ea0a4ecfa30ef3049ceb8edfc2dac750f3d5521a263e82a79fc18e65c7e7b496
5
5
  SHA512:
6
- metadata.gz: 0dab3d130ea6a0f6ef94a812e9ce6de4c9ec0c4bfa4f48edd2c50b2a437f77a7cc96f6bdeee0e9172ee56905f91ee4cb98d11861bfa0c12f2958417a91a078fa
7
- data.tar.gz: 2c32d24f599155cf31e23091ccce7f9a82e7c1f4623c0579ea4483b3deb9378ae42364898781d8990c9a02b7745f992b53ef69670ee9c9c082718643f1e8c918
6
+ metadata.gz: a2904814cc6e2e50431ef9eae41e33032c507d27d0a7e3ccea4e348ba19baafc60b7592abe7fb8e4217d49609a14954874579c958e39c5453f975d7e09175b73
7
+ data.tar.gz: c0fa12a9dade9ba87ab019fed19fff3f1cbd016d7e75a672c5f2da765dc53680929617f7a34408b681d054de0b65205bf0437789e0b48a80640378bcf8f4ee3c
@@ -1,11 +1,7 @@
1
1
  name: Ruby CI
2
2
 
3
3
  on:
4
- pull_request:
5
- types: [opened, synchronize, reopened]
6
4
  push:
7
- branches:
8
- - main
9
5
 
10
6
  jobs:
11
7
  test:
@@ -14,7 +10,7 @@ jobs:
14
10
  strategy:
15
11
  fail-fast: false
16
12
  matrix:
17
- ruby-version: [2.7.2, 2.6.6, 2.5.8]
13
+ ruby-version: [3.0.2]
18
14
 
19
15
  steps:
20
16
  - uses: actions/checkout@v2
data/Gemfile.lock CHANGED
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- slack_webhook_logger (0.2.2)
4
+ slack_webhook_logger (0.3.0)
5
5
  activesupport (>= 5.0, < 7.0)
6
6
  railties (>= 5.0, < 7.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (6.1.4.1)
12
- actionview (= 6.1.4.1)
13
- activesupport (= 6.1.4.1)
11
+ actionpack (6.1.4.4)
12
+ actionview (= 6.1.4.4)
13
+ activesupport (= 6.1.4.4)
14
14
  rack (~> 2.0, >= 2.0.9)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (6.1.4.1)
19
- activesupport (= 6.1.4.1)
18
+ actionview (6.1.4.4)
19
+ activesupport (= 6.1.4.4)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activesupport (6.1.4.1)
24
+ activesupport (6.1.4.4)
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
26
26
  i18n (>= 1.6, < 2)
27
27
  minitest (>= 5.1)
@@ -40,17 +40,15 @@ GEM
40
40
  hashdiff (1.0.1)
41
41
  i18n (1.8.11)
42
42
  concurrent-ruby (~> 1.0)
43
- loofah (2.12.0)
43
+ loofah (2.13.0)
44
44
  crass (~> 1.0.2)
45
45
  nokogiri (>= 1.5.9)
46
46
  method_source (1.0.0)
47
- mini_portile2 (2.6.1)
48
- minitest (5.14.4)
49
- nokogiri (1.12.5)
50
- mini_portile2 (~> 2.6.1)
47
+ minitest (5.15.0)
48
+ nokogiri (1.12.5-arm64-darwin)
51
49
  racc (~> 1.4)
52
50
  parallel (1.21.0)
53
- parser (3.0.3.0)
51
+ parser (3.0.3.2)
54
52
  ast (~> 2.4.1)
55
53
  public_suffix (4.0.6)
56
54
  racc (1.6.0)
@@ -62,15 +60,15 @@ GEM
62
60
  nokogiri (>= 1.6)
63
61
  rails-html-sanitizer (1.4.2)
64
62
  loofah (~> 2.3)
65
- railties (6.1.4.1)
66
- actionpack (= 6.1.4.1)
67
- activesupport (= 6.1.4.1)
63
+ railties (6.1.4.4)
64
+ actionpack (= 6.1.4.4)
65
+ activesupport (= 6.1.4.4)
68
66
  method_source
69
67
  rake (>= 0.13)
70
68
  thor (~> 1.0)
71
69
  rainbow (3.0.0)
72
70
  rake (12.3.3)
73
- regexp_parser (2.1.1)
71
+ regexp_parser (2.2.0)
74
72
  rexml (3.2.5)
75
73
  rubocop (1.23.0)
76
74
  parallel (~> 1.10)
@@ -81,7 +79,7 @@ GEM
81
79
  rubocop-ast (>= 1.12.0, < 2.0)
82
80
  ruby-progressbar (~> 1.7)
83
81
  unicode-display_width (>= 1.4.0, < 3.0)
84
- rubocop-ast (1.13.0)
82
+ rubocop-ast (1.15.0)
85
83
  parser (>= 3.0.1.1)
86
84
  rubocop-minitest (0.17.0)
87
85
  rubocop (>= 0.90, < 2.0)
@@ -125,4 +123,4 @@ DEPENDENCIES
125
123
  webmock (~> 3.11)
126
124
 
127
125
  BUNDLED WITH
128
- 2.1.4
126
+ 2.2.33
@@ -52,8 +52,8 @@ module SlackWebhookLogger
52
52
  {
53
53
  type: 'section',
54
54
  text: {
55
- "type": 'plain_text',
56
- "text": text
55
+ type: 'plain_text',
56
+ text: text
57
57
  }
58
58
  }
59
59
  ]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SlackWebhookLogger
4
- VERSION = '0.2.2'
4
+ VERSION = '0.3.0'
5
5
  end
@@ -26,4 +26,7 @@ Gem::Specification.new do |spec|
26
26
 
27
27
  spec.add_dependency 'activesupport', '>= 5.0', '< 7.0'
28
28
  spec.add_dependency 'railties', '>= 5.0', '< 7.0' # for the generators
29
+ spec.metadata = {
30
+ 'rubygems_mfa_required' => 'true'
31
+ }
29
32
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack_webhook_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-26 00:00:00.000000000 Z
11
+ date: 2021-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -82,8 +82,7 @@ homepage: https://github.com/gjtorikian/slack_webhook_logger
82
82
  licenses:
83
83
  - MIT
84
84
  metadata:
85
- homepage_uri: https://github.com/gjtorikian/slack_webhook_logger
86
- source_code_uri: https://github.com/gjtorikian/slack_webhook_logger
85
+ rubygems_mfa_required: 'true'
87
86
  post_install_message:
88
87
  rdoc_options: []
89
88
  require_paths:
@@ -99,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
98
  - !ruby/object:Gem::Version
100
99
  version: '0'
101
100
  requirements: []
102
- rubygems_version: 3.2.22
101
+ rubygems_version: 3.2.33
103
102
  signing_key:
104
103
  specification_version: 4
105
104
  summary: A slim wrapper for posting to Rails logs to Slack