wirefracture 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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +3 -0
  3. data/lib/wirefracture.rb +8 -0
  4. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 48e8cf0164c948a4e7295b31fda5a5e509bdfbe43c607ab502b07cd48c513896
4
+ data.tar.gz: ac43be77ba56e1c581d85db43b680b272926ba83c611702dc48fabebff175dd9
5
+ SHA512:
6
+ metadata.gz: 43068de80927ace09eb53f4a7e594edaadc1896af7ee91f636df2b9e9b154de28f729da54a2663b4cfa1549bc9a24821f4b45285d7794a355546b12498b56e40
7
+ data.tar.gz: fbbd3dce5313708062683d7bc2bd101c5b5cbef297fe957897baca69fecebe07ece0894bff279c7e83d5475566e249161fbba8ac14fb37c20449099ec1263114
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # wirefracture
2
+
3
+ Stub gem to reserve the name on RubyGems.
@@ -0,0 +1,8 @@
1
+ # Stub gem to reserve the name on RubyGems.
2
+ module Wirefracture
3
+ VERSION = "0.0.1"
4
+
5
+ def self.placeholder
6
+ "wirefracture placeholder"
7
+ end
8
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wirefracture
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Wirefracture
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2025-12-31 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Stub gem to reserve the wirefracture name on RubyGems.
14
+ email:
15
+ - dev@wirefracture.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - lib/wirefracture.rb
22
+ homepage: https://wirefracture.com
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '2.7'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.0.3.1
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Stub gem to reserve the wirefracture name
45
+ test_files: []