rake_slack 0.3.0 → 0.4.0.pre.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 034a3bef0af2d7877033d7ac0e7fdf1649b4236008a6555b3229f86685e0ee5f
4
- data.tar.gz: 4c74a389885047c1780141bb6c10bf771b13c558b0231c877fe1c3791903a312
3
+ metadata.gz: c655c6a0e5f0340f347a993bebe1b09c5057da64aed72b380e745e7d7aa48ceb
4
+ data.tar.gz: 9a1f0e3e86a8759b55ea0fb150c61268a3f8560b48a1eb340aa7d7702fd668bd
5
5
  SHA512:
6
- metadata.gz: c04b30f7b3d4c15ceec203b89c32a7a475c4fd85c04c5cd42dc24abfb31bba1a536927ad348435849da4d369d3bf191f173fe7c76438891a0bc944dfa884b7b2
7
- data.tar.gz: c51a1e1de257a43eaf3a4ea28c2d3a1b99fc947da509ad57968721d850f64d537670e2afcf691abb39a19bc4b88b8169c8600e1911164bb42700cf94401811ab
6
+ metadata.gz: d2aec7ee61946e5ab2bec7803524966174f6e3d8c3b3d7484221bc960ac08d66e8b16e89d9d3dff94a21ecb4a8df51121bd6147b2e68b1cec32363538ee12098
7
+ data.tar.gz: b980e607c2ddb715e596ef4fb99151967c820969000ded84c74e65ce860bc20f26ed0f1d14977f0cb6a97d80089e6c44648fbb7afda8391bed6c0c053dc50f50
data/Gemfile.lock CHANGED
@@ -1,35 +1,35 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_slack (0.3.0)
4
+ rake_slack (0.4.0.pre.1)
5
5
  excon (>= 0.72, < 2.0)
6
6
  rake_factory (~> 0.33)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (8.1.3)
11
+ activesupport (7.2.3.1)
12
12
  base64
13
+ benchmark (>= 0.3)
13
14
  bigdecimal
14
15
  concurrent-ruby (~> 1.0, >= 1.3.1)
15
16
  connection_pool (>= 2.2.5)
16
17
  drb
17
18
  i18n (>= 1.6, < 2)
18
- json
19
19
  logger (>= 1.4.2)
20
- minitest (>= 5.1)
20
+ minitest (>= 5.1, < 6)
21
21
  securerandom (>= 0.3)
22
22
  tzinfo (~> 2.0, >= 2.0.5)
23
- uri (>= 0.13.1)
24
23
  addressable (2.9.0)
25
24
  public_suffix (>= 2.0.2, < 8.0)
26
25
  ast (2.4.3)
27
26
  base64 (0.3.0)
27
+ benchmark (0.5.0)
28
28
  bigdecimal (4.1.2)
29
29
  childprocess (5.0.0)
30
30
  colored2 (3.1.2)
31
31
  concurrent-ruby (1.3.7)
32
- connection_pool (3.0.2)
32
+ connection_pool (2.5.5)
33
33
  diff-lcs (1.6.2)
34
34
  docile (1.4.1)
35
35
  drb (2.2.3)
@@ -69,9 +69,7 @@ GEM
69
69
  open4 (~> 1.3)
70
70
  lint_roller (1.1.0)
71
71
  logger (1.7.0)
72
- minitest (6.0.6)
73
- drb (~> 2.0)
74
- prism (~> 1.5)
72
+ minitest (5.27.0)
75
73
  net-http (0.9.1)
76
74
  uri (>= 0.11.1)
77
75
  octokit (10.0.0)
@@ -94,8 +92,9 @@ GEM
94
92
  colored2 (~> 3.1)
95
93
  git (~> 1.13, >= 1.13.2)
96
94
  rake_factory (~> 0.33)
97
- rake_git_crypt (0.2.0)
95
+ rake_git_crypt (0.4.0)
98
96
  colored2 (~> 3.1)
97
+ lino (~> 4.1)
99
98
  rake_factory (~> 0.33)
100
99
  ruby_git_crypt (~> 0.1)
101
100
  ruby_gpg2 (~> 0.12)
data/Rakefile CHANGED
@@ -172,7 +172,7 @@ namespace :repository do
172
172
  desc 'Set the git author for CI'
173
173
  task :set_ci_author do
174
174
  sh 'git config --global user.name "InfraBlocks CI"'
175
- sh 'git config --global user.email "ci@infrablocks.com"'
175
+ sh 'git config --global user.email "ci@infrablocks.io"'
176
176
  end
177
177
  end
178
178
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeSlack
4
- VERSION = '0.3.0'
4
+ VERSION = '0.4.0.pre.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_slack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-09 00:00:00.000000000 Z
11
+ date: 2026-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -281,9 +281,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
281
281
  version: '3.1'
282
282
  required_rubygems_version: !ruby/object:Gem::Requirement
283
283
  requirements:
284
- - - ">="
284
+ - - ">"
285
285
  - !ruby/object:Gem::Version
286
- version: '0'
286
+ version: 1.3.1
287
287
  requirements: []
288
288
  rubygems_version: 3.4.19
289
289
  signing_key: