workshoper 0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 13eeaf6ba30fa2ff15b146d2fcd57ce352a777cd90211086dc873069812969d2
4
+ data.tar.gz: f2644c36e6e014e099f5b95896edf834db54e3323cc6a8ca8efec9c3e60c7599
5
+ SHA512:
6
+ metadata.gz: 3853d74afbe5e7b33d8cb9edcfd47aa4ac4dd7e450e5ecdd08089ef33f322afdac654ca10530a1bb519a61b78fd15bc1a92aed066b194f4c383bad3b22461201
7
+ data.tar.gz: 57c732579689ca7463445df881b859351bedd9775f959c131a820df7830bff88ca643c67988e9a14d35a12b7c58cf0f8418612384b8d17a22d25b6caaf6f2292
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,18 @@
1
+ inherit_gem:
2
+ armitage-rubocop:
3
+ - lib/rubocop.general.yml
4
+ - lib/rubocop.rake.yml
5
+ - lib/rubocop.rspec.yml
6
+ - lib/rubocop.rbs.yml
7
+
8
+ AllCops:
9
+ TargetRubyVersion: 3.4
10
+ NewCops: enable
11
+ Include:
12
+ - lib/**/*.rb
13
+ - spec/**/*.rb
14
+ - sig/**/*.rbs
15
+ - Gemfile
16
+ - Rakefile
17
+ - workshoper.gemspec.gemspec
18
+ - bin/console
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 4.0.0
@@ -0,0 +1,132 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our
6
+ community a harassment-free experience for everyone, regardless of age, body
7
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
8
+ identity and expression, level of experience, education, socio-economic status,
9
+ nationality, personal appearance, race, caste, color, religion, or sexual
10
+ identity and orientation.
11
+
12
+ We pledge to act and interact in ways that contribute to an open, welcoming,
13
+ diverse, inclusive, and healthy community.
14
+
15
+ ## Our Standards
16
+
17
+ Examples of behavior that contributes to a positive environment for our
18
+ community include:
19
+
20
+ * Demonstrating empathy and kindness toward other people
21
+ * Being respectful of differing opinions, viewpoints, and experiences
22
+ * Giving and gracefully accepting constructive feedback
23
+ * Accepting responsibility and apologizing to those affected by our mistakes,
24
+ and learning from the experience
25
+ * Focusing on what is best not just for us as individuals, but for the overall
26
+ community
27
+
28
+ Examples of unacceptable behavior include:
29
+
30
+ * The use of sexualized language or imagery, and sexual attention or advances of
31
+ any kind
32
+ * Trolling, insulting or derogatory comments, and personal or political attacks
33
+ * Public or private harassment
34
+ * Publishing others' private information, such as a physical or email address,
35
+ without their explicit permission
36
+ * Other conduct which could reasonably be considered inappropriate in a
37
+ professional setting
38
+
39
+ ## Enforcement Responsibilities
40
+
41
+ Community leaders are responsible for clarifying and enforcing our standards of
42
+ acceptable behavior and will take appropriate and fair corrective action in
43
+ response to any behavior that they deem inappropriate, threatening, offensive,
44
+ or harmful.
45
+
46
+ Community leaders have the right and responsibility to remove, edit, or reject
47
+ comments, commits, code, wiki edits, issues, and other contributions that are
48
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
49
+ decisions when appropriate.
50
+
51
+ ## Scope
52
+
53
+ This Code of Conduct applies within all community spaces, and also applies when
54
+ an individual is officially representing the community in public spaces.
55
+ Examples of representing our community include using an official email address,
56
+ posting via an official social media account, or acting as an appointed
57
+ representative at an online or offline event.
58
+
59
+ ## Enforcement
60
+
61
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
+ reported to the community leaders responsible for enforcement at
63
+ [INSERT CONTACT METHOD].
64
+ All complaints will be reviewed and investigated promptly and fairly.
65
+
66
+ All community leaders are obligated to respect the privacy and security of the
67
+ reporter of any incident.
68
+
69
+ ## Enforcement Guidelines
70
+
71
+ Community leaders will follow these Community Impact Guidelines in determining
72
+ the consequences for any action they deem in violation of this Code of Conduct:
73
+
74
+ ### 1. Correction
75
+
76
+ **Community Impact**: Use of inappropriate language or other behavior deemed
77
+ unprofessional or unwelcome in the community.
78
+
79
+ **Consequence**: A private, written warning from community leaders, providing
80
+ clarity around the nature of the violation and an explanation of why the
81
+ behavior was inappropriate. A public apology may be requested.
82
+
83
+ ### 2. Warning
84
+
85
+ **Community Impact**: A violation through a single incident or series of
86
+ actions.
87
+
88
+ **Consequence**: A warning with consequences for continued behavior. No
89
+ interaction with the people involved, including unsolicited interaction with
90
+ those enforcing the Code of Conduct, for a specified period of time. This
91
+ includes avoiding interactions in community spaces as well as external channels
92
+ like social media. Violating these terms may lead to a temporary or permanent
93
+ ban.
94
+
95
+ ### 3. Temporary Ban
96
+
97
+ **Community Impact**: A serious violation of community standards, including
98
+ sustained inappropriate behavior.
99
+
100
+ **Consequence**: A temporary ban from any sort of interaction or public
101
+ communication with the community for a specified period of time. No public or
102
+ private interaction with the people involved, including unsolicited interaction
103
+ with those enforcing the Code of Conduct, is allowed during this period.
104
+ Violating these terms may lead to a permanent ban.
105
+
106
+ ### 4. Permanent Ban
107
+
108
+ **Community Impact**: Demonstrating a pattern of violation of community
109
+ standards, including sustained inappropriate behavior, harassment of an
110
+ individual, or aggression toward or disparagement of classes of individuals.
111
+
112
+ **Consequence**: A permanent ban from any sort of public interaction within the
113
+ community.
114
+
115
+ ## Attribution
116
+
117
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
+ version 2.1, available at
119
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120
+
121
+ Community Impact Guidelines were inspired by
122
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
+
124
+ For answers to common questions about this code of conduct, see the FAQ at
125
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
+ [https://www.contributor-covenant.org/translations][translations].
127
+
128
+ [homepage]: https://www.contributor-covenant.org
129
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
+ [Mozilla CoC]: https://github.com/mozilla/diversity
131
+ [FAQ]: https://www.contributor-covenant.org/faq
132
+ [translations]: https://www.contributor-covenant.org/translations
data/README.md ADDED
@@ -0,0 +1,78 @@
1
+ # Workshoper - Базовый гем
2
+
3
+ My Some New Gem.
4
+
5
+ - [x] Базовый гемфайл
6
+ - `bundle gem`
7
+ - rake-tasks
8
+ - (можем начинать работу)
9
+ - [x] Гемспек
10
+ - BUNDLE_GEMFILE
11
+ - (можем ставить гем, можем версионировать ruby)
12
+ - [x] Code Style
13
+ - rubocop (https://github.com/rubocop/rubocop)
14
+ - armitage-rubocop (https://github.com/0exp/armitage/tree/master/armitage-rubocop)
15
+ - reek (https://github.com/troessner/reek)
16
+ - danger (https://danger.systems/ruby/)
17
+ - brakeman (https://github.com/presidentbeef/brakeman)
18
+ - (можем доверять нашему коду)
19
+ - [x] Документация (проекта и кода)
20
+ - yardoc (https://yardoc.org/) (`yard`)
21
+ - RubyDoc.info (https://rubydoc.info/github)
22
+ - https://www.rubydoc.info/gems/qonfig/
23
+ - https://www.rubydoc.info/gems/redis_queued_locks/
24
+ - README.md
25
+ - [x] Типизация (статический и динамический анализ)
26
+ - rbs (https://github.com/ruby/rbs)
27
+ - steep (https://github.com/soutaro/steep)
28
+ - sorbet (https://github.com/sorbet/sorbet) (https://sorbet.org/)
29
+ - [] Интеграция тестов
30
+ - rspec (https://github.com/rspec)
31
+ - minitest (https://github.com/minitest/minitest)
32
+ - [] Покрытие кода тестами
33
+ - simplecov (https://github.com/simplecov-ruby/simplecov)
34
+ - simplecov-lcov (https://github.com/fortissimo1997/simplecov-lcov)
35
+ - [] Версионирование
36
+ - keepchangelog (https://keepachangelog.com/en/1.1.0/)
37
+ - CHANGELOG.md
38
+ - [] Работа с уязвимостями
39
+ - brakeman (https://github.com/presidentbeef/brakeman)
40
+ - bundler-audit (https://github.com/rubysec/bundler-audit)
41
+
42
+ ## Table of Contents
43
+
44
+ - [Installation](#installation)
45
+ - [Usage](#usage)
46
+ - [Roadmap](#roadmap)
47
+ - [Contributing](#contributing)
48
+ - [License](#license)
49
+ - [Authors](#authors)
50
+
51
+ ## Installation
52
+
53
+ ## Usage
54
+ <sup>\[[back to top](#table-of-contents)\]</sup>
55
+
56
+ ## Roadmap
57
+ <sup>\[[back to top](#table-of-contents)\]</sup>
58
+
59
+ ## Contributing
60
+ <sup>\[[back to top](#table-of-contents)\]</sup>
61
+
62
+ - Fork it ( https://github.com/0exp/workshoper )
63
+ - Create your feature branch (`git checkout -b feature/my-new-feature`)
64
+ - Commit your changes (`git commit -am '[feature_context] Add some feature'`)
65
+ - Push to the branch (`git push origin feature/my-new-feature`)
66
+ - Create new Pull Request
67
+
68
+ ## License
69
+ <sup>\[[back to top](#table-of-contents)\]</sup>
70
+
71
+ Released under MIT License.
72
+
73
+ ## Authors
74
+ <sup>\[[back to top](#table-of-contents)\]</sup>
75
+
76
+ [Rustam Ibragimov](https://github.com/0exp)
77
+
78
+ ----
data/Rakefile ADDED
@@ -0,0 +1,29 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rspec/core/rake_task'
5
+ require 'steep/rake_task'
6
+ require 'rubocop'
7
+ require 'rubocop/rake_task'
8
+ require 'rubocop-performance'
9
+ require 'rubocop-rspec'
10
+ require 'rubocop-rake'
11
+ require 'rubocop-on-rbs'
12
+ require 'rubocop-thread_safety'
13
+
14
+ RuboCop::RakeTask.new(:rubocop) do |t|
15
+ config_path = File.expand_path(File.join('.rubocop.yml'), __dir__)
16
+ t.options = [
17
+ '--config', config_path,
18
+ '--plugin', 'rubocop-rspec',
19
+ '--plugin', 'rubocop-performance',
20
+ '--plugin', 'rubocop-rake',
21
+ '--plugin', 'rubocop-on-rbs',
22
+ '--plugin', 'rubocop-thread_safety'
23
+ ]
24
+ end
25
+
26
+ RSpec::Core::RakeTask.new(:spec)
27
+ Steep::RakeTask.new(:steep)
28
+
29
+ # task default: :spec
data/Steepfile ADDED
@@ -0,0 +1,11 @@
1
+ target :lib do
2
+ signature 'sig'
3
+
4
+ check 'lib'
5
+ ignore 'spec'
6
+
7
+ library 'timeout'
8
+ library 'securerandom'
9
+
10
+ configure_code_diagnostics(Steep::Diagnostic::Ruby.strict)
11
+ end
@@ -0,0 +1,14 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gemspec path: ".."
6
+
7
+ gem "irb"
8
+ gem "rake", "~> 13.0"
9
+ gem "rspec", "~> 3.0"
10
+ gem "armitage-rubocop"
11
+ gem "yard"
12
+ gem "rbs"
13
+ gem "steep"
14
+ gem "activesupport"
@@ -0,0 +1,278 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ workshoper (0.0.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ activesupport (8.1.3)
10
+ base64
11
+ bigdecimal
12
+ concurrent-ruby (~> 1.0, >= 1.3.1)
13
+ connection_pool (>= 2.2.5)
14
+ drb
15
+ i18n (>= 1.6, < 2)
16
+ json
17
+ logger (>= 1.4.2)
18
+ minitest (>= 5.1)
19
+ securerandom (>= 0.3)
20
+ tzinfo (~> 2.0, >= 2.0.5)
21
+ uri (>= 0.13.1)
22
+ armitage-rubocop (1.81.7.0)
23
+ rubocop (= 1.81.7)
24
+ rubocop-capybara (= 2.22.1)
25
+ rubocop-factory_bot (= 2.28.0)
26
+ rubocop-on-rbs (= 1.8.0)
27
+ rubocop-performance (= 1.26.1)
28
+ rubocop-rails (= 2.33.4)
29
+ rubocop-rake (= 0.7.1)
30
+ rubocop-rspec (= 3.8.0)
31
+ rubocop-rspec_rails (= 2.32.0)
32
+ rubocop-thread_safety (= 0.7.3)
33
+ ast (2.4.3)
34
+ base64 (0.3.0)
35
+ bigdecimal (4.1.2)
36
+ concurrent-ruby (1.3.6)
37
+ connection_pool (3.0.2)
38
+ csv (3.3.5)
39
+ date (3.5.1)
40
+ diff-lcs (1.6.2)
41
+ drb (2.2.3)
42
+ erb (6.0.4)
43
+ ffi (1.17.4)
44
+ ffi (1.17.4-arm64-darwin)
45
+ fileutils (1.8.0)
46
+ i18n (1.14.8)
47
+ concurrent-ruby (~> 1.0)
48
+ io-console (0.8.2)
49
+ irb (1.18.0)
50
+ pp (>= 0.6.0)
51
+ prism (>= 1.3.0)
52
+ rdoc (>= 4.0.0)
53
+ reline (>= 0.4.2)
54
+ json (2.19.5)
55
+ language_server-protocol (3.17.0.5)
56
+ lint_roller (1.1.0)
57
+ listen (3.10.0)
58
+ logger
59
+ rb-fsevent (~> 0.10, >= 0.10.3)
60
+ rb-inotify (~> 0.9, >= 0.9.10)
61
+ logger (1.7.0)
62
+ minitest (6.0.6)
63
+ drb (~> 2.0)
64
+ prism (~> 1.5)
65
+ mutex_m (0.3.0)
66
+ parallel (1.28.0)
67
+ parser (3.3.11.1)
68
+ ast (~> 2.4.1)
69
+ racc
70
+ pp (0.6.3)
71
+ prettyprint
72
+ prettyprint (0.2.0)
73
+ prism (1.9.0)
74
+ psych (5.3.1)
75
+ date
76
+ stringio
77
+ racc (1.8.1)
78
+ rack (3.2.6)
79
+ rainbow (3.1.1)
80
+ rake (13.4.2)
81
+ rb-fsevent (0.11.2)
82
+ rb-inotify (0.11.1)
83
+ ffi (~> 1.0)
84
+ rbs (3.10.4)
85
+ logger
86
+ tsort
87
+ rdoc (7.2.0)
88
+ erb
89
+ psych (>= 4.0.0)
90
+ tsort
91
+ regexp_parser (2.12.0)
92
+ reline (0.6.3)
93
+ io-console (~> 0.5)
94
+ rspec (3.13.2)
95
+ rspec-core (~> 3.13.0)
96
+ rspec-expectations (~> 3.13.0)
97
+ rspec-mocks (~> 3.13.0)
98
+ rspec-core (3.13.6)
99
+ rspec-support (~> 3.13.0)
100
+ rspec-expectations (3.13.5)
101
+ diff-lcs (>= 1.2.0, < 2.0)
102
+ rspec-support (~> 3.13.0)
103
+ rspec-mocks (3.13.8)
104
+ diff-lcs (>= 1.2.0, < 2.0)
105
+ rspec-support (~> 3.13.0)
106
+ rspec-support (3.13.7)
107
+ rubocop (1.81.7)
108
+ json (~> 2.3)
109
+ language_server-protocol (~> 3.17.0.2)
110
+ lint_roller (~> 1.1.0)
111
+ parallel (~> 1.10)
112
+ parser (>= 3.3.0.2)
113
+ rainbow (>= 2.2.2, < 4.0)
114
+ regexp_parser (>= 2.9.3, < 3.0)
115
+ rubocop-ast (>= 1.47.1, < 2.0)
116
+ ruby-progressbar (~> 1.7)
117
+ unicode-display_width (>= 2.4.0, < 4.0)
118
+ rubocop-ast (1.49.1)
119
+ parser (>= 3.3.7.2)
120
+ prism (~> 1.7)
121
+ rubocop-capybara (2.22.1)
122
+ lint_roller (~> 1.1)
123
+ rubocop (~> 1.72, >= 1.72.1)
124
+ rubocop-factory_bot (2.28.0)
125
+ lint_roller (~> 1.1)
126
+ rubocop (~> 1.72, >= 1.72.1)
127
+ rubocop-on-rbs (1.8.0)
128
+ lint_roller (~> 1.1)
129
+ rbs (~> 3.5)
130
+ rubocop (>= 1.72.1, < 2.0)
131
+ zlib
132
+ rubocop-performance (1.26.1)
133
+ lint_roller (~> 1.1)
134
+ rubocop (>= 1.75.0, < 2.0)
135
+ rubocop-ast (>= 1.47.1, < 2.0)
136
+ rubocop-rails (2.33.4)
137
+ activesupport (>= 4.2.0)
138
+ lint_roller (~> 1.1)
139
+ rack (>= 1.1)
140
+ rubocop (>= 1.75.0, < 2.0)
141
+ rubocop-ast (>= 1.44.0, < 2.0)
142
+ rubocop-rake (0.7.1)
143
+ lint_roller (~> 1.1)
144
+ rubocop (>= 1.72.1)
145
+ rubocop-rspec (3.8.0)
146
+ lint_roller (~> 1.1)
147
+ rubocop (~> 1.81)
148
+ rubocop-rspec_rails (2.32.0)
149
+ lint_roller (~> 1.1)
150
+ rubocop (~> 1.72, >= 1.72.1)
151
+ rubocop-rspec (~> 3.5)
152
+ rubocop-thread_safety (0.7.3)
153
+ lint_roller (~> 1.1)
154
+ rubocop (~> 1.72, >= 1.72.1)
155
+ rubocop-ast (>= 1.44.0, < 2.0)
156
+ ruby-progressbar (1.13.0)
157
+ securerandom (0.4.1)
158
+ steep (1.10.0)
159
+ activesupport (>= 5.1)
160
+ concurrent-ruby (>= 1.1.10)
161
+ csv (>= 3.0.9)
162
+ fileutils (>= 1.1.0)
163
+ json (>= 2.1.0)
164
+ language_server-protocol (>= 3.17.0.4, < 4.0)
165
+ listen (~> 3.0)
166
+ logger (>= 1.3.0)
167
+ mutex_m (>= 0.3.0)
168
+ parser (>= 3.1)
169
+ rainbow (>= 2.2.2, < 4.0)
170
+ rbs (~> 3.9)
171
+ securerandom (>= 0.1)
172
+ strscan (>= 1.0.0)
173
+ terminal-table (>= 2, < 5)
174
+ uri (>= 0.12.0)
175
+ stringio (3.2.0)
176
+ strscan (3.1.8)
177
+ terminal-table (4.0.0)
178
+ unicode-display_width (>= 1.1.1, < 4)
179
+ tsort (0.2.0)
180
+ tzinfo (2.0.6)
181
+ concurrent-ruby (~> 1.0)
182
+ unicode-display_width (3.2.0)
183
+ unicode-emoji (~> 4.1)
184
+ unicode-emoji (4.2.0)
185
+ uri (1.1.1)
186
+ yard (0.9.43)
187
+ zlib (3.2.3)
188
+
189
+ PLATFORMS
190
+ arm64-darwin-25
191
+ ruby
192
+
193
+ DEPENDENCIES
194
+ activesupport
195
+ armitage-rubocop
196
+ irb
197
+ rake (~> 13.0)
198
+ rbs
199
+ rspec (~> 3.0)
200
+ steep
201
+ workshoper!
202
+ yard
203
+
204
+ CHECKSUMS
205
+ activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
206
+ armitage-rubocop (1.81.7.0) sha256=7ee404a2fea0f6dac5e12bda0d152851e90f0f6c9eb661064ea1c0f22e3511a9
207
+ ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
208
+ base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
209
+ bigdecimal (4.1.2) sha256=53d217666027eab4280346fba98e7d5b66baaae1b9c3c1c0ffe89d48188a3fbd
210
+ concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
211
+ connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
212
+ csv (3.3.5) sha256=6e5134ac3383ef728b7f02725d9872934f523cb40b961479f69cf3afa6c8e73f
213
+ date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
214
+ diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962
215
+ drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
216
+ erb (6.0.4) sha256=38e3803694be357fe2bfe312487c74beaf9fb4e5beb3e22498952fe1645b95d9
217
+ ffi (1.17.4) sha256=bcd1642e06f0d16fc9e09ac6d49c3a7298b9789bcb58127302f934e437d60acf
218
+ ffi (1.17.4-arm64-darwin) sha256=19071aaf1419251b0a46852abf960e77330a3b334d13a4ab51d58b31a937001b
219
+ fileutils (1.8.0) sha256=8c6b1df54e2540bdb2f39258f08af78853aa70bad52b4d394bbc6424593c6e02
220
+ i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
221
+ io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
222
+ irb (1.18.0) sha256=de9454a0703a54704b9811a5ef31a60c86949fbf4013fcf244fabc7c775248e3
223
+ json (2.19.5) sha256=218a18553e4801d579ca7e0f5bc72bafd776d7397238a1fb4e74db5b0a812c59
224
+ language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
225
+ lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
226
+ listen (3.10.0) sha256=c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2
227
+ logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
228
+ minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
229
+ mutex_m (0.3.0) sha256=cfcb04ac16b69c4813777022fdceda24e9f798e48092a2b817eb4c0a782b0751
230
+ parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970
231
+ parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
232
+ pp (0.6.3) sha256=2951d514450b93ccfeb1df7d021cae0da16e0a7f95ee1e2273719669d0ab9df6
233
+ prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
234
+ prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
235
+ psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
236
+ racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
237
+ rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
238
+ rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
239
+ rake (13.4.2) sha256=cb825b2bd5f1f8e91ca37bddb4b9aaf345551b4731da62949be002fa89283701
240
+ rb-fsevent (0.11.2) sha256=43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe
241
+ rb-inotify (0.11.1) sha256=a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e
242
+ rbs (3.10.4) sha256=b17d7c4be4bb31a11a3b529830f0aa206a807ca42f2e7921a3027dfc6b7e5ce8
243
+ rdoc (7.2.0) sha256=8650f76cd4009c3b54955eb5d7e3a075c60a57276766ebf36f9085e8c9f23192
244
+ regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
245
+ reline (0.6.3) sha256=1198b04973565b36ec0f11542ab3f5cfeeec34823f4e54cebde90968092b1835
246
+ rspec (3.13.2) sha256=206284a08ad798e61f86d7ca3e376718d52c0bc944626b2349266f239f820587
247
+ rspec-core (3.13.6) sha256=a8823c6411667b60a8bca135364351dda34cd55e44ff94c4be4633b37d828b2d
248
+ rspec-expectations (3.13.5) sha256=33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836
249
+ rspec-mocks (3.13.8) sha256=086ad3d3d17533f4237643de0b5c42f04b66348c28bf6b9c2d3f4a3b01af1d47
250
+ rspec-support (3.13.7) sha256=0640e5570872aafefd79867901deeeeb40b0c9875a36b983d85f54fb7381c47c
251
+ rubocop (1.81.7) sha256=6fb5cc298c731691e2a414fe0041a13eb1beed7bab23aec131da1bcc527af094
252
+ rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
253
+ rubocop-capybara (2.22.1) sha256=ced88caef23efea53f46e098ff352f8fc1068c649606ca75cb74650970f51c0c
254
+ rubocop-factory_bot (2.28.0) sha256=4b17fc02124444173317e131759d195b0d762844a71a29fe8139c1105d92f0cb
255
+ rubocop-on-rbs (1.8.0) sha256=ee8b734cd5bc0371fae32c8ff95082440cde562f52e1b74b5dfbe488de004643
256
+ rubocop-performance (1.26.1) sha256=cd19b936ff196df85829d264b522fd4f98b6c89ad271fa52744a8c11b8f71834
257
+ rubocop-rails (2.33.4) sha256=34ec8f6637706dc224483d949ccc88b3e41596a81a11a1ec0c7d74ecbea356b5
258
+ rubocop-rake (0.7.1) sha256=3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d
259
+ rubocop-rspec (3.8.0) sha256=28440dccb3f223a9938ca1f946bd3438275b8c6c156dab909e2cb8bc424cab33
260
+ rubocop-rspec_rails (2.32.0) sha256=4a0d641c72f6ebb957534f539d9d0a62c47abd8ce0d0aeee1ef4701e892a9100
261
+ rubocop-thread_safety (0.7.3) sha256=067cdd52fbf5deffc18995437e45b5194236eaff4f71de3375a1f6052e48f431
262
+ ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
263
+ securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
264
+ steep (1.10.0) sha256=1b295b55f9aaff1b8d3ee42453ee55bc2a1078fda0268f288edb2dc014f4d7d1
265
+ stringio (3.2.0) sha256=c37cb2e58b4ffbd33fe5cd948c05934af997b36e0b6ca6fdf43afa234cf222e1
266
+ strscan (3.1.8) sha256=aae2db611a225559f21ffbb71765c9a4e60fd262534a9ea84f4f11c7f32f679e
267
+ terminal-table (4.0.0) sha256=f504793203f8251b2ea7c7068333053f0beeea26093ec9962e62ea79f94301d2
268
+ tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
269
+ tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
270
+ unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42
271
+ unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
272
+ uri (1.1.1) sha256=379fa58d27ffb1387eaada68c749d1426738bd0f654d812fcc07e7568f5c57c6
273
+ workshoper (0.0.1)
274
+ yard (0.9.43) sha256=cf8733a8f0485df2a162927e9b5f182215a61f6d22de096b8f402c726a1c5821
275
+ zlib (3.2.3) sha256=5bd316698b32f31a64ab910a8b6c282442ca1626a81bbd6a1674e8522e319c20
276
+
277
+ BUNDLED WITH
278
+ 4.0.3
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Workshoper
4
+ # Library version
5
+ #
6
+ # @return [String]
7
+ #
8
+ # @api public
9
+ # @since [0.1.0]
10
+ VERSION = "0.0.1"
11
+ end
data/lib/workshoper.rb ADDED
@@ -0,0 +1,32 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'securerandom'
4
+
5
+ # The root libaray namespace
6
+ #
7
+ # @api public
8
+ # @since [0.1.0]
9
+ module Workshoper
10
+ require_relative "workshoper/version"
11
+
12
+ # Error incapsulation.
13
+ #
14
+ # @return [Class]
15
+ #
16
+ # @api public
17
+ # @since [0.1.0]
18
+ # class Error < StandardError; end
19
+
20
+ class << self
21
+ # Some action. Works well!
22
+ #
23
+ # @param _test [String]
24
+ # @return [String]
25
+ # @example "12345678"
26
+ # @api private
27
+ # @since [0.1.0]
28
+ def some_action(_test)
29
+ SecureRandom.uuid
30
+ end
31
+ end
32
+ end
@@ -0,0 +1,8 @@
1
+ ---
2
+ path: ".gem_rbs_collection"
3
+ gems:
4
+ - name: securerandom
5
+ version: '0'
6
+ source:
7
+ type: stdlib
8
+ gemfile_lock_path: Gemfile.lock
@@ -0,0 +1,23 @@
1
+ # Download sources
2
+ sources:
3
+ - type: git
4
+ name: ruby/gem_rbs_collection
5
+ remote: https://github.com/ruby/gem_rbs_collection.git
6
+ revision: main
7
+ repo_dir: gems
8
+
9
+ # You can specify local directories as sources also.
10
+ # - type: local
11
+ # path: path/to/your/local/repository
12
+
13
+ # A directory to install the downloaded RBSs
14
+ path: .gem_rbs_collection
15
+
16
+ # gems:
17
+ # # If you want to avoid installing rbs files for gems, you can specify them here.
18
+ # - name: GEM_NAME
19
+ # ignore: true
20
+
21
+
22
+ gems:
23
+ - name: securerandom
data/sig/manifest.yml ADDED
@@ -0,0 +1,2 @@
1
+ dependencies:
2
+ - name: timeout
@@ -0,0 +1,4 @@
1
+ module Workshoper
2
+ VERSION: String
3
+ def self.some_action: (String test) -> String
4
+ end
@@ -0,0 +1,32 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/workshoper/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.required_ruby_version = ">= 3.4.0"
7
+
8
+ spec.name = "workshoper"
9
+ spec.version = Workshoper::VERSION
10
+ spec.authors = ["Rustam Ibragimov"]
11
+ spec.email = ["iamdaiver@gmail.com"]
12
+
13
+ spec.summary = "Some gem"
14
+ spec.description = "Some gem <detailed>"
15
+ spec.homepage = "https://github.com/0exp/workshoper"
16
+ spec.license = "MIT"
17
+
18
+ spec.metadata["homepage_uri"] = spec.homepage
19
+ spec.metadata["source_code_uri"] = "#{spec.homepage}/blob/master"
20
+ spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/master/CHANGELOG.md"
21
+
22
+ spec.files = Dir.chdir(__dir__) do
23
+ `git ls-files -z`.split("\x0").reject do |f|
24
+ (File.expand_path(f) == __FILE__) ||
25
+ f.start_with?(*%w[bin/ test/ spec/ features/ .git appveyor Gemfile])
26
+ end
27
+ end
28
+
29
+ spec.bindir = "exe"
30
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+ end
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: workshoper
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Rustam Ibragimov
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: Some gem <detailed>
13
+ email:
14
+ - iamdaiver@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - ".rspec"
20
+ - ".rubocop.yml"
21
+ - ".ruby-version"
22
+ - CODE_OF_CONDUCT.md
23
+ - README.md
24
+ - Rakefile
25
+ - Steepfile
26
+ - gemfiles/ruby345.gemfile
27
+ - gemfiles/ruby345.gemfile.lock
28
+ - lib/workshoper.rb
29
+ - lib/workshoper/version.rb
30
+ - rbs_collection.lock.yaml
31
+ - rbs_collection.yaml
32
+ - sig/manifest.yml
33
+ - sig/workshoper/workshoper.rbs
34
+ - workshoper.gemspec
35
+ homepage: https://github.com/0exp/workshoper
36
+ licenses:
37
+ - MIT
38
+ metadata:
39
+ homepage_uri: https://github.com/0exp/workshoper
40
+ source_code_uri: https://github.com/0exp/workshoper/blob/master
41
+ changelog_uri: https://github.com/0exp/workshoper/blob/master/CHANGELOG.md
42
+ rdoc_options: []
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: 3.4.0
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ requirements: []
56
+ rubygems_version: 4.0.3
57
+ specification_version: 4
58
+ summary: Some gem
59
+ test_files: []