string 0.0.2
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.
- checksums.yaml +7 -0
- data/LINK +4 -0
- data/README +1 -0
- data/VERSION_NUMBER +1 -0
- data/string.gemspec +13 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1f5190a17bbbff0070c919536e133e8afb4b8aec89f65b77ccdaa94113e089f4
|
|
4
|
+
data.tar.gz: 18649cbe6658388b2cda67bf079293e7bd6fef812fde974840a281999bbc4c65
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: d56b8666539b47b4a76fda6691a6d412555ee0202bc6d9af7c51b7186eba23aa6e9069c31427189867e5dda2745660ac29981f2c4e531a408b82d2c2e998c631
|
|
7
|
+
data.tar.gz: fe1a9c39c73288318ca90dc8be9b92dd73b8fb81382f50b3e370aff89a7769bcae1abc00faad220ab3100592d5eee636863e9b9a5e5a38300adea0ee00fcc0f5
|
data/README
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This is a work in progress
|
data/VERSION_NUMBER
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2
|
data/string.gemspec
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Gem::Specification.new do |s|
|
|
2
|
+
s.name = "string"
|
|
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/string'
|
|
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: string
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.2
|
|
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
|
+
- "./string.gemspec"
|
|
23
|
+
homepage: https://rubygems.org/gems/string
|
|
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: []
|