sloprb 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: 6ff98879a675d5126bf4e37c9401d8d87fa35e0cdb42e033abc7ab4136aa53fd
4
+ data.tar.gz: 745f8d3681d84fe32cc2ea7a09d24e9ed96aa06bbfbc67674b9f20538a82c6f5
5
+ SHA512:
6
+ metadata.gz: 2f7be175ddca3b762712a0316f9901c0c7142cefa3588824a799eb5a0d7eaf132f13930a8afb0d68f944f8bb9e775d5c559a2db53e1aeb3a02e6f2f1cdd93bda
7
+ data.tar.gz: 013c7d4091e2254d5dc7fddd5862e993dbee44e5a7159c55f408ca4127c4265d68e901c818bd37adf7288d979dc265148c541d9492b4ff75c9ee9e4e10d6aeb7
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ # Change log
2
+
3
+ ## master
data/LICENSE.txt ADDED
@@ -0,0 +1,23 @@
1
+ Copyright (c) 2026 Vova Dem
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
data/README.md ADDED
@@ -0,0 +1,47 @@
1
+ [![Gem Version](https://badge.fury.io/rb/sloprb.svg)](https://rubygems.org/gems/sloprb)
2
+ [![Build](https://github.com/palkan/sloprb/workflows/Build/badge.svg)](https://github.com/palkan/sloprb/actions)
3
+
4
+ # Sloprb
5
+
6
+ TBD
7
+
8
+ ## Installation
9
+
10
+ Adding to a gem:
11
+
12
+ ```ruby
13
+ # my-cool-gem.gemspec
14
+ Gem::Specification.new do |spec|
15
+ # ...
16
+ spec.add_dependency "sloprb"
17
+ # ...
18
+ end
19
+ ```
20
+
21
+ Or adding to your project:
22
+
23
+ ```ruby
24
+ # Gemfile
25
+ gem "sloprb"
26
+ ```
27
+
28
+ ### Supported Ruby versions
29
+
30
+ - Ruby (MRI) >= 3.0
31
+
32
+ ## Usage
33
+
34
+ TBD
35
+
36
+ ## Contributing
37
+
38
+ Bug reports and pull requests are welcome on GitHub at [https://github.com/palkan/sloprb](https://github.com/palkan/sloprb).
39
+
40
+ ## Credits
41
+
42
+ This gem is generated via [`newgem` template](https://github.com/palkan/newgem) by [@palkan](https://github.com/palkan).
43
+
44
+ ## License
45
+
46
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
47
+
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Sloprb # :nodoc:
4
+ VERSION = "0.0.1"
5
+ end
data/lib/sloprb.rb ADDED
@@ -0,0 +1,3 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "sloprb/version"
metadata ADDED
@@ -0,0 +1,92 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sloprb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Vova Dem
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: bundler
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '4.0'
19
+ type: :development
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '4.0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: rake
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '13.0'
33
+ type: :development
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '13.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: minitest
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: '6.0'
47
+ type: :development
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: '6.0'
54
+ description: Stop writing code, let LLMs slop it for your at boot time
55
+ email:
56
+ - Vova Dem
57
+ executables: []
58
+ extensions: []
59
+ extra_rdoc_files: []
60
+ files:
61
+ - CHANGELOG.md
62
+ - LICENSE.txt
63
+ - README.md
64
+ - lib/sloprb.rb
65
+ - lib/sloprb/version.rb
66
+ homepage: https://github.com/palkan/sloprb
67
+ licenses:
68
+ - MIT
69
+ metadata:
70
+ bug_tracker_uri: https://github.com/palkan/sloprb/issues
71
+ changelog_uri: https://github.com/palkan/sloprb/blob/master/CHANGELOG.md
72
+ documentation_uri: https://github.com/palkan/sloprb
73
+ homepage_uri: https://github.com/palkan/sloprb
74
+ source_code_uri: https://github.com/palkan/sloprb
75
+ rdoc_options: []
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '3.4'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubygems_version: 3.6.9
90
+ specification_version: 4
91
+ summary: Stop writing code, let LLMs slop it for your at boot time
92
+ test_files: []