boot_wheel 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/LICENSE.md +6 -0
  3. data/lib/boot_wheel.rb +3 -0
  4. metadata +59 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8aff3dc0acba1e69de1bf9f88f9bc1680d397e1a0a0570e888b907a0d093cb2c
4
+ data.tar.gz: b1dd66888ba3435e5d26e02b40714c4f70eeb9d19c728fddcfb7f57543e7b31b
5
+ SHA512:
6
+ metadata.gz: 249b1169032025baefa130f1f8e66a85394611b4a820f57b7326d1257266badbbd1177468b56ce9854c22996beeaa52ebda8bf59b8f8812674c843816fce9bc7
7
+ data.tar.gz: 4a0af7c51e9f95bb0451fb724da83d8232bb24b5624084f6085bd5a8b20d5a7b1b05199c4307c999315997b41fea2ce740a910c3311b339c1074c3da597aa34c
data/LICENSE.md ADDED
@@ -0,0 +1,6 @@
1
+ Copyright (c) Gregory Brown (skillstopractice.com)
2
+
3
+ This project is licensed under the AGPLv3.
4
+
5
+ Send inquiries about commercial licensing to:
6
+ gregory@skillstopractice.com
data/lib/boot_wheel.rb ADDED
@@ -0,0 +1,3 @@
1
+ module BootWheel
2
+ VERSION = "0.0.1"
3
+ end
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: boot_wheel
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Gregory Brown
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-12-06 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: little_wheels
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '='
18
+ - !ruby/object:Gem::Version
19
+ version: 0.0.8
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '='
25
+ - !ruby/object:Gem::Version
26
+ version: 0.0.8
27
+ description: Experimental component library built on top of Little Wheels, inspired
28
+ by BootstrapVue
29
+ email: gregory@practicingdeveloper.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - LICENSE.md
35
+ - lib/boot_wheel.rb
36
+ homepage:
37
+ licenses:
38
+ - MIT
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubygems_version: 3.0.3.1
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: BootWheel
59
+ test_files: []