unix 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
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/unix.gemspec +13 -0
  6. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0333645f92a820ad747028351040106a730b445211a8b71af22c450c0182f3d0
4
+ data.tar.gz: 2465b936fe6bd66abde11fa0596fdb2736cb95d6d3ad0fbe7c674195a9d23c2b
5
+ SHA512:
6
+ metadata.gz: 34a6b74ec4d8b39525d69ecd322796465ebc9e08089875f2a98816a50660f019d383eaba0b245423f6beafa4cb85b58088a1759bacfd0877734d666b600ad185
7
+ data.tar.gz: 51c81452cd3cb485e80b6c5e662997f0e9490af126a5a0475624af8fd96dcb69938cf8db31001f305fcc7a3395bc3a75fbfd67df0a69adbd80d6b4327f67349b
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/unix.gemspec ADDED
@@ -0,0 +1,13 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = "unix"
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/unix'
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: unix
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
+ - "./unix.gemspec"
23
+ homepage: https://rubygems.org/gems/unix
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: []