basic_settings 0.0.0

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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +9 -0
  3. data/lib/basic_settings.rb +8 -0
  4. metadata +41 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8998448872e60b7a9e71aeedecbb193441c9f701d39091596612dfd03456b019
4
+ data.tar.gz: f000c6906032862a8adb1ee477403c7f4b10e6aa916a666774f5905af14bb2c9
5
+ SHA512:
6
+ metadata.gz: f298848415f744a288e2e27aa5824e275f49dedf8d70eb673afada0c2d28a0513c4f453c431f02de8c06430a2bdb4c48d652811b0373aa53f241544966873c7f
7
+ data.tar.gz: d6150027cfcd448546a1dcf8de85ef04181fed4c2e3e1bdf1511ed9d50d882b227491e111d99dd22e930ae7f982a03e6df206d3ddf233a734dd76fc440e930e6
data/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # Placeholder for basic_settings
2
+
3
+ This is a placeholder gem, which was generated on 2026-04-13 to
4
+ reserve the gem "basic_settings".
5
+ The actual gem is planned for release in the near future.
6
+
7
+ If this is a problem, or if the actual gem has not been released
8
+ in a timely manner, you can contact the owner at
9
+ `dazuma@gmail.com`.
@@ -0,0 +1,8 @@
1
+ #
2
+ # This is a placeholder Ruby file for gem "basic_settings".
3
+ # It was generated on 2026-04-13 to reserve the gem name.
4
+ # The actual gem is planned for release in the near future.
5
+ # If this is a problem, or if the actual gem has not been
6
+ # released in a timely manner, you can contact the owner at
7
+ # dazuma@gmail.com
8
+ #
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: basic_settings
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - dazuma@gmail.com
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: This is a placeholder gem, which was generated on 2026-04-13 to reserve
13
+ the gem basic_settings. The actual gem is planned for release in the near future.
14
+ If this is a problem, or if the actual gem has not been released in a timely manner,
15
+ you can contact the owner at dazuma@gmail.com.
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/basic_settings.rb
22
+ licenses: []
23
+ metadata: {}
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 4.0.6
39
+ specification_version: 4
40
+ summary: Placeholder gem
41
+ test_files: []