kukushka 0.1.5 → 0.1.6

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: d030697e9f1111877140f181beeeea09d6167a2a4bd4aeab2d17cf6d4c355c2c
4
- data.tar.gz: a12340d1ec1a48292e0b3e22b2ffac82fa7e5273f7b286f1fc3da940a378e79d
3
+ metadata.gz: f8fc7f68739f9bdab5376289a7b2e96d71c1ff8eec6434713eda6449c8288d54
4
+ data.tar.gz: 5412fb1373f59c6a6adb31e5b07d0cdb41e08cba8eaf719cf8182861634a5efe
5
5
  SHA512:
6
- metadata.gz: f25df4940db25abd1a34b886adf32dd34d412cdffb8082b48da325d75b8dd1265f4358f3cc7b23c012347040e0c975146d4be8ba5cc4557106ccf221248c27b9
7
- data.tar.gz: c98bd1748f07f2fb26e7336a31b5f939ea48f3d3efc5d7aa55a75141f5b697f4fd01261fa026e9eebe55988173744351f9684f3ed8ce7d6e6a1384a1b8bd5fa6
6
+ metadata.gz: 1d8067be85d430addabde2902b45a0092ae0c00faad9247d9c2291eb6032543dcbca65587419a887999a32a98bec8a0fc98bba2062ae65ba98d760130489e1ae
7
+ data.tar.gz: 3ccd5e3fbe5ebe9e67aadb219854918175398a3fb0403841c3e9cb0d7e1b7d2b740a0c8b849060740dd19ec6ace50012b41be042a82630a38e92b76ffe22fbb1
data/Gemfile.lock CHANGED
@@ -1,26 +1,66 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kukushka (0.1.2)
4
+ kukushka (0.1.6)
5
5
  rainbow (~> 3.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
+ ast (2.4.2)
11
+ bigdecimal (3.1.8)
10
12
  coderay (1.1.3)
11
- diff-lcs (1.2.5)
13
+ concurrent-ruby (1.3.4)
14
+ diff-lcs (1.5.1)
15
+ dry-configurable (1.2.0)
16
+ dry-core (~> 1.0, < 2)
17
+ zeitwerk (~> 2.6)
18
+ dry-core (1.0.2)
19
+ concurrent-ruby (~> 1.0)
20
+ logger
21
+ zeitwerk (~> 2.6)
22
+ dry-inflector (1.1.0)
23
+ dry-initializer (3.1.1)
24
+ dry-logic (1.5.0)
25
+ concurrent-ruby (~> 1.0)
26
+ dry-core (~> 1.0, < 2)
27
+ zeitwerk (~> 2.6)
28
+ dry-schema (1.13.4)
29
+ concurrent-ruby (~> 1.0)
30
+ dry-configurable (~> 1.0, >= 1.0.1)
31
+ dry-core (~> 1.0, < 2)
32
+ dry-initializer (~> 3.0)
33
+ dry-logic (>= 1.4, < 2)
34
+ dry-types (>= 1.7, < 2)
35
+ zeitwerk (~> 2.6)
36
+ dry-types (1.7.2)
37
+ bigdecimal (~> 3.0)
38
+ concurrent-ruby (~> 1.0)
39
+ dry-core (~> 1.0)
40
+ dry-inflector (~> 1.0)
41
+ dry-logic (~> 1.4)
42
+ zeitwerk (~> 2.6)
43
+ json (2.9.0)
44
+ language_server-protocol (3.17.0.3)
45
+ logger (1.6.3)
12
46
  method_source (1.1.0)
47
+ parallel (1.26.3)
48
+ parser (3.3.6.0)
49
+ ast (~> 2.4.1)
50
+ racc
13
51
  pry (0.15.0)
14
52
  coderay (~> 1.1)
15
53
  method_source (~> 1.0)
16
54
  racc (1.8.1)
17
55
  rainbow (3.1.1)
18
56
  rake (13.2.1)
19
- reek (1.3.7)
20
- rainbow
21
- ruby2ruby (~> 2.0.8)
22
- ruby_parser (~> 3.3)
23
- sexp_processor
57
+ reek (6.3.0)
58
+ dry-schema (~> 1.13.0)
59
+ parser (~> 3.3.0)
60
+ rainbow (>= 2.0, < 4.0)
61
+ rexml (~> 3.1)
62
+ regexp_parser (2.9.3)
63
+ rexml (3.3.9)
24
64
  rspec (3.13.0)
25
65
  rspec-core (~> 3.13.0)
26
66
  rspec-expectations (~> 3.13.0)
@@ -34,15 +74,23 @@ GEM
34
74
  diff-lcs (>= 1.2.0, < 2.0)
35
75
  rspec-support (~> 3.13.0)
36
76
  rspec-support (3.13.2)
37
- rubocop (0.7.2)
38
- rainbow (>= 1.1.4)
39
- ruby2ruby (2.0.8)
40
- ruby_parser (~> 3.1)
41
- sexp_processor (~> 4.0)
42
- ruby_parser (3.21.1)
43
- racc (~> 1.5)
44
- sexp_processor (~> 4.16)
45
- sexp_processor (4.17.3)
77
+ rubocop (1.69.2)
78
+ json (~> 2.3)
79
+ language_server-protocol (>= 3.17.0)
80
+ parallel (~> 1.10)
81
+ parser (>= 3.3.0.2)
82
+ rainbow (>= 2.2.2, < 4.0)
83
+ regexp_parser (>= 2.9.3, < 3.0)
84
+ rubocop-ast (>= 1.36.2, < 2.0)
85
+ ruby-progressbar (~> 1.7)
86
+ unicode-display_width (>= 2.4.0, < 4.0)
87
+ rubocop-ast (1.37.0)
88
+ parser (>= 3.3.1.0)
89
+ ruby-progressbar (1.13.0)
90
+ unicode-display_width (3.1.2)
91
+ unicode-emoji (~> 4.0, >= 4.0.4)
92
+ unicode-emoji (4.0.4)
93
+ zeitwerk (2.6.18)
46
94
 
47
95
  PLATFORMS
48
96
  arm64-darwin-22
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Kukushka
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
data/lib/kukushka.rb CHANGED
@@ -175,7 +175,7 @@ module Kukushka
175
175
  config.set_counter(config.from)
176
176
  end
177
177
 
178
- return "#{config.counter}. #{lines[config.counter]}"
178
+ return "#{lines[config.counter]} #{config.counter}/#{lines.size}"
179
179
  end
180
180
 
181
181
  lines.sample
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kukushka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serge Kislak
@@ -41,6 +41,7 @@ files:
41
41
  - Rakefile
42
42
  - exe/kuku
43
43
  - kukushka-0.1.4.gem
44
+ - kukushka-0.1.5.gem
44
45
  - lib/kukushka.rb
45
46
  - lib/kukushka/version.rb
46
47
  - sig/kukushka.rbs