linux 0.0.3

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 (6) hide show
  1. checksums.yaml +7 -0
  2. data/LINK +4 -0
  3. data/README +1 -0
  4. data/VERSION_NUMBER +1 -0
  5. data/linux.gemspec +13 -0
  6. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5b088850c0a04f069fe1c857845fbb5e135b3cc66a2506cc4e4cd0560626e65a
4
+ data.tar.gz: af96006773eba0039e6b140ef3621e409d5e41de509f13019a3e6c499b8a36fc
5
+ SHA512:
6
+ metadata.gz: b3cc07552a9fa21e9124a37c416b6760a0fc7e0c20ba7d9d8302bc1f207e4f480badeec29ab6ce47cd2cc26c7f2f71ac01321588ed97bb2ebe1cd09510720131
7
+ data.tar.gz: f2831a3b849de8381e9b526d47e0e328a24dfe9a6eca586d4d04d3c393bcb35e062dff149a56b28be367394449649a817adb14bcf633dbe9478d1566c1b0623b
data/LINK ADDED
@@ -0,0 +1,4 @@
1
+ github.com/gregoryc/democracy
2
+
3
+ gem unpack democracy
4
+
data/README ADDED
@@ -0,0 +1 @@
1
+ This is a work in progress
data/VERSION_NUMBER ADDED
@@ -0,0 +1 @@
1
+ 3
data/linux.gemspec ADDED
@@ -0,0 +1,13 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = "linux"
3
+ s.version = "0.0.#{File.read("VERSION_NUMBER").strip.to_i}"
4
+ s.summary = "Trying to help with democracy"
5
+ s.description = "A work in progress"
6
+ s.authors = ["Gregory Cohen"]
7
+ s.email = 'gregorycohen2@gmail.com'
8
+ s.files = `find -type f`.split("\n")
9
+ s.homepage =
10
+ 'https://rubygems.org/gems/linux'
11
+ s.license = '0BSD'
12
+ # s.executables += Dir.glob("*/bin/*")
13
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: linux
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Gregory Cohen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-04-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A work in progress
14
+ email: gregorycohen2@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - "./LINK"
20
+ - "./README"
21
+ - "./VERSION_NUMBER"
22
+ - "./linux.gemspec"
23
+ homepage: https://rubygems.org/gems/linux
24
+ licenses:
25
+ - 0BSD
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.1.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Trying to help with democracy
46
+ test_files: []