slkecho 2.0.0 → 2.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/slkecho/version.rb +1 -1
- metadata +3 -8
- data/.rspec +0 -3
- data/.rubocop.yml +0 -22
- data/.vscode/extensions.json +0 -6
- data/.vscode/launch.json +0 -21
- data/Rakefile +0 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e644caea3b2e9401cfc58f37814cbf04d94d74292f4b150eb12f108d63022e7
|
4
|
+
data.tar.gz: '081186fc14c84b7311f710a7d14f7f8c962ca69e9165857cd03aa38ebb9f65fc'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79303c561c911bf9c9e46f2f7ccc7f23baa76738fde53219e071eccb17ca9764ef5a9fb1c5091136e75291ee2336a9a2ee340c93945dcba2c5e66ac25b016629
|
7
|
+
data.tar.gz: e372eeb64e03fe3a1275365ee64f815dd55454a10414a0c896644d33e7a5731bbcdfe5aae21f833480cfaf582f9f4ee6f5196231a9cd9987cb79aa52535ae7cc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
+
## [v2.0.1] - 2024-01-17
|
4
|
+
|
5
|
+
- feat: Add Dockerfile
|
6
|
+
- ci: Add release gem workflow
|
7
|
+
- ci: Add release container image workflow
|
8
|
+
- fix: Exclude unnecessary files from the .gem
|
9
|
+
|
3
10
|
## [v2.0.0] - 2024-01-12
|
4
11
|
|
5
12
|
- feat: Remove --subject option
|
data/lib/slkecho/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slkecho
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- okonomi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Post message to Slack like echo command.
|
14
14
|
email:
|
@@ -18,14 +18,9 @@ executables:
|
|
18
18
|
extensions: []
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
21
|
-
- ".rspec"
|
22
|
-
- ".rubocop.yml"
|
23
|
-
- ".vscode/extensions.json"
|
24
|
-
- ".vscode/launch.json"
|
25
21
|
- CHANGELOG.md
|
26
22
|
- LICENSE.txt
|
27
23
|
- README.md
|
28
|
-
- Rakefile
|
29
24
|
- exe/slkecho
|
30
25
|
- lib/slkecho.rb
|
31
26
|
- lib/slkecho/cli.rb
|
@@ -60,7 +55,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
60
55
|
- !ruby/object:Gem::Version
|
61
56
|
version: '0'
|
62
57
|
requirements: []
|
63
|
-
rubygems_version: 3.
|
58
|
+
rubygems_version: 3.5.3
|
64
59
|
signing_key:
|
65
60
|
specification_version: 4
|
66
61
|
summary: Post message to Slack like echo command.
|
data/.rspec
DELETED
data/.rubocop.yml
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
require:
|
2
|
-
- rubocop-rspec
|
3
|
-
|
4
|
-
AllCops:
|
5
|
-
TargetRubyVersion: 3.0
|
6
|
-
|
7
|
-
Style/Documentation:
|
8
|
-
Enabled: false
|
9
|
-
|
10
|
-
Style/StringLiterals:
|
11
|
-
Enabled: true
|
12
|
-
EnforcedStyle: double_quotes
|
13
|
-
|
14
|
-
Style/StringLiteralsInInterpolation:
|
15
|
-
Enabled: true
|
16
|
-
EnforcedStyle: double_quotes
|
17
|
-
|
18
|
-
Layout/LineLength:
|
19
|
-
Max: 120
|
20
|
-
|
21
|
-
RSpec/NamedSubject:
|
22
|
-
Enabled: false
|
data/.vscode/extensions.json
DELETED
data/.vscode/launch.json
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
{
|
2
|
-
// IntelliSense を使用して利用可能な属性を学べます。
|
3
|
-
// 既存の属性の説明をホバーして表示します。
|
4
|
-
// 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387
|
5
|
-
"version": "0.2.0",
|
6
|
-
"configurations": [
|
7
|
-
{
|
8
|
-
"type": "rdbg",
|
9
|
-
"name": "Debug current file with rdbg",
|
10
|
-
"request": "launch",
|
11
|
-
"script": "${file}",
|
12
|
-
"args": [],
|
13
|
-
"askParameters": true
|
14
|
-
},
|
15
|
-
{
|
16
|
-
"type": "rdbg",
|
17
|
-
"name": "Attach with rdbg",
|
18
|
-
"request": "attach"
|
19
|
-
}
|
20
|
-
]
|
21
|
-
}
|