async-tools 0.1.0 → 0.1.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: 41eb0e26bf599fdc141110a0507482e69f7fc94156671b748e8dd4ee894e166a
4
- data.tar.gz: ff6b4f893d7c056d2382819d01c7391e6342ecec0bfb5df25fa62401d3954bbe
3
+ metadata.gz: 88a7393e801b462ce25f8c86635f792c4347c50eeeca748ab4a0c2f46477a072
4
+ data.tar.gz: 23379b98393ecd40ef52b73ca47f480aec3e93019faf77968d2629adc998ca71
5
5
  SHA512:
6
- metadata.gz: 872c278f14fbe00c820432835333157130758422880476c1b549bb1ceab7c2256cd5c9bed064aee40a69e7250cf0df92738cb6781cb73d3e66d0f62383271f27
7
- data.tar.gz: 921da88950692ff0f64d3da9d0ce709726815982d869c707b07781ef99f4e4aefb590f502864bf9b1916f8428d137737da024b663dd81332648af4d23558e665
6
+ metadata.gz: 9759b4d7ed05448f28d3c5dc112406e2c89e817371b62e73f1b7a463d2a28c82f1c8145348fa3c3126a40787e79cf3c00fea06f24c4a516b8226a95c81c85caa
7
+ data.tar.gz: 36f9949beb63373ab8996a629407da19a73eea1ee460ed9cf87bcfcf0c82e34cb34fb34bc6aa9f22ea07201cce41c3fd8b81fa17f1baac92f36d579fd5c96ad4
@@ -22,7 +22,7 @@ jobs:
22
22
  runs-on: ubuntu-latest
23
23
  strategy:
24
24
  matrix:
25
- ruby: ["3.1", "3.2"]
25
+ ruby: ["3.2"]
26
26
  steps:
27
27
  - uses: actions/checkout@v2
28
28
 
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ *.gem
data/.rubocop.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
  - rubocop-performance
5
5
 
6
6
  AllCops:
7
- TargetRubyVersion: 3.1
7
+ TargetRubyVersion: 3.2
8
8
  NewCops: enable
9
9
 
10
10
  Style/StringLiterals:
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- async-tools (0.1.0)
4
+ async-tools (0.1.1)
5
5
  async (~> 2.3)
6
6
  zeitwerk (~> 2.6)
7
7
 
@@ -13,15 +13,15 @@ GEM
13
13
  console (~> 1.10)
14
14
  io-event (~> 1.1)
15
15
  timers (~> 4.1)
16
- async-http (0.59.4)
16
+ async-http (0.59.5)
17
17
  async (>= 1.25)
18
18
  async-io (>= 1.28)
19
19
  async-pool (>= 0.2)
20
- protocol-http (~> 0.23.1)
20
+ protocol-http (~> 0.23)
21
21
  protocol-http1 (~> 0.14.0)
22
22
  protocol-http2 (~> 0.14.0)
23
23
  traces (>= 0.8.0)
24
- async-io (1.34.1)
24
+ async-io (1.34.3)
25
25
  async
26
26
  async-pool (0.3.12)
27
27
  async (>= 1.25)
@@ -39,18 +39,16 @@ GEM
39
39
  e2mmap (0.1.0)
40
40
  fiber-local (1.0.0)
41
41
  iniparse (1.5.0)
42
- io-event (1.1.5)
42
+ io-event (1.1.6)
43
43
  jaro_winkler (1.5.4)
44
44
  json (2.6.3)
45
45
  kramdown (2.4.0)
46
46
  rexml
47
47
  kramdown-parser-gfm (1.1.0)
48
48
  kramdown (~> 2.0)
49
- mini_portile2 (2.8.1)
50
- nokogiri (1.13.10)
51
- mini_portile2 (~> 2.8.0)
49
+ nokogiri (1.14.1-x86_64-linux)
52
50
  racc (~> 1.4)
53
- overcommit (0.59.1)
51
+ overcommit (0.60.0)
54
52
  childprocess (>= 0.6.3, < 5)
55
53
  iniparse (~> 1.4)
56
54
  rexml (~> 3.2)
@@ -58,7 +56,7 @@ GEM
58
56
  parser (3.2.0.0)
59
57
  ast (~> 2.4.1)
60
58
  protocol-hpack (1.4.2)
61
- protocol-http (0.23.12)
59
+ protocol-http (0.24.0)
62
60
  protocol-http1 (0.14.6)
63
61
  protocol-http (~> 0.22)
64
62
  protocol-http2 (0.14.2)
@@ -67,7 +65,7 @@ GEM
67
65
  racc (1.6.2)
68
66
  rainbow (3.1.1)
69
67
  rake (13.0.6)
70
- regexp_parser (2.6.1)
68
+ regexp_parser (2.6.2)
71
69
  reverse_markdown (2.1.1)
72
70
  nokogiri
73
71
  rexml (3.2.5)
@@ -77,36 +75,39 @@ GEM
77
75
  rspec-mocks (~> 3.12.0)
78
76
  rspec-core (3.12.0)
79
77
  rspec-support (~> 3.12.0)
80
- rspec-expectations (3.12.1)
78
+ rspec-expectations (3.12.2)
81
79
  diff-lcs (>= 1.2.0, < 2.0)
82
80
  rspec-support (~> 3.12.0)
83
81
  rspec-files (1.1.3)
84
82
  rspec (~> 3.0)
85
83
  rspec-memory (1.0.3)
86
84
  rspec (~> 3.0)
87
- rspec-mocks (3.12.1)
85
+ rspec-mocks (3.12.3)
88
86
  diff-lcs (>= 1.2.0, < 2.0)
89
87
  rspec-support (~> 3.12.0)
90
88
  rspec-support (3.12.0)
91
- rubocop (1.42.0)
89
+ rubocop (1.44.1)
92
90
  json (~> 2.3)
93
91
  parallel (~> 1.10)
94
- parser (>= 3.1.2.1)
92
+ parser (>= 3.2.0.0)
95
93
  rainbow (>= 2.2.2, < 4.0)
96
94
  regexp_parser (>= 1.8, < 3.0)
97
95
  rexml (>= 3.2.5, < 4.0)
98
96
  rubocop-ast (>= 1.24.1, < 2.0)
99
97
  ruby-progressbar (~> 1.7)
100
- unicode-display_width (>= 1.4.0, < 3.0)
98
+ unicode-display_width (>= 2.4.0, < 3.0)
101
99
  rubocop-ast (1.24.1)
102
100
  parser (>= 3.1.1.0)
101
+ rubocop-capybara (2.17.0)
102
+ rubocop (~> 1.41)
103
103
  rubocop-performance (1.15.2)
104
104
  rubocop (>= 1.7.0, < 2.0)
105
105
  rubocop-ast (>= 0.4.0)
106
106
  rubocop-rake (0.6.0)
107
107
  rubocop (~> 1.0)
108
- rubocop-rspec (2.16.0)
108
+ rubocop-rspec (2.18.1)
109
109
  rubocop (~> 1.33)
110
+ rubocop-capybara (~> 2.17)
110
111
  ruby-progressbar (1.11.0)
111
112
  simplecov (0.22.0)
112
113
  docile (~> 1.1)
data/async-tools.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = "A set of useful tools for async programming with Async."
13
13
  spec.homepage = "https://github.com/zhulik/async-tools"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
15
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.2.0")
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
18
  spec.metadata["source_code_uri"] = "https://github.com/zhulik/async-tools"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Async # rubocop:disable Style/ClassAndModuleChildren
4
4
  module Tools
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Sinyavskiy
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-01-31 00:00:00.000000000 Z
@@ -76,7 +76,7 @@ metadata:
76
76
  homepage_uri: https://github.com/zhulik/async-tools
77
77
  source_code_uri: https://github.com/zhulik/async-tools
78
78
  rubygems_mfa_required: 'true'
79
- post_install_message:
79
+ post_install_message:
80
80
  rdoc_options: []
81
81
  require_paths:
82
82
  - lib
@@ -84,15 +84,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: 3.1.0
87
+ version: 3.2.0
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubygems_version: 3.3.26
95
- signing_key:
94
+ rubygems_version: 3.4.1
95
+ signing_key:
96
96
  specification_version: 4
97
97
  summary: A set of useful tools for async programming with Async.
98
98
  test_files: []