computers 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LINK +4 -0
- data/README +1 -0
- data/VERSION_NUMBER +1 -0
- data/computer.gemspec +13 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 3ffff07dc8ac29a5ebede1dcd40a9e8b0ed58dcedf43da4af2b973433d9f8659
|
4
|
+
data.tar.gz: 591bb547571a6281fcb891cd6f1c56af389e3c8a083ddf938079be1a0b9ec4c4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fa034d5897230d859c4e8fe566463bf7cd6c6c3c65cab07b83ec3b6142bb6946acc8faa28e1d7c116d9a3c46f86b1efc942b7220d6839a5ec005d1a433dad30c
|
7
|
+
data.tar.gz: 581c8d9de082998a2ca84b47a4a75545b4d97858a3daaab3ee129fe48cec524634d044726bfcd2e866f9d0561cbeac27577623afb3d6ff4fafbc4c14af663e96
|
data/README
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
This is a work in progress
|
data/VERSION_NUMBER
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
3
|
data/computer.gemspec
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = "computers"
|
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/computers'
|
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: computers
|
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
|
+
- "./computer.gemspec"
|
23
|
+
homepage: https://rubygems.org/gems/computers
|
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: []
|