lazy_data 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/lazy_data.rb +8 -0
  4. metadata +41 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a5e20fa1b668d1f8e85d3a12faee85f1516e992ff4f630a365788f9087e323d7
4
+ data.tar.gz: 5f51aeb56da1b19b51e5196eef0587875185c7c591c01d00077ad7a0919ceec8
5
+ SHA512:
6
+ metadata.gz: 33399a11557e99a0caf729e44ef433fa8aa6278c3b08f96d08c3c933c51d944a933afb5e3290e44e45312b8bc2392c0b160d97b22ebaa35323ca33710e3f13eb
7
+ data.tar.gz: 9e101926c39f9d071ee629abbaf5a0415341d722df0f13e63758ab7fccf135c9066908bfd68b99017b58c496637e4e65b5019c40c3746ce52cd67a89faa066c4
data/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # Placeholder for lazy_data
2
+
3
+ This is a placeholder gem, which was generated on 2026-03-16 to
4
+ reserve the gem "lazy_data".
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`.
data/lib/lazy_data.rb ADDED
@@ -0,0 +1,8 @@
1
+ #
2
+ # This is a placeholder Ruby file for gem "lazy_data".
3
+ # It was generated on 2026-03-16 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: lazy_data
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-03-16 to reserve
13
+ the gem lazy_data. The actual gem is planned for release in the near future. If
14
+ 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/lazy_data.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.3
39
+ specification_version: 4
40
+ summary: Placeholder gem
41
+ test_files: []