egalitarian 0.0.0
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/bin/egalitarian +0 -0
- data/lib/egalitarian.rb +0 -0
- metadata +49 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 04f4acf27a9a312d3387441db100fccf4c40959f
|
4
|
+
data.tar.gz: 960a18edec99cb7f4d3ca2b64a1a7b6433434b92
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: afd90239f5029f09b68d87c594cc1eaea70e58155fe6f727bec17203e0df0d4eeb9e31ccab6e14319e41fc86621f14b436eb391651c187c8e9d3fead1fbcdf89
|
7
|
+
data.tar.gz: a49d875f2e0fd18ebd7bb1d4a4ba94d796b819575b4624338729b93078dd680c98c8a2ee814298bb4bae0b2ba004ae79a2d24d34d761e02a672b4ce1d001b5f6
|
data/bin/egalitarian
ADDED
File without changes
|
data/lib/egalitarian.rb
ADDED
File without changes
|
metadata
ADDED
@@ -0,0 +1,49 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: egalitarian
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Nate McGregor
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2017-12-18 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: "[Egalitarian is a work in progress.] Egalitarian is a voting system
|
14
|
+
that applies unique rules to a forum environment in order to promote meaningful
|
15
|
+
content that might otherwise be lost to downvotes."
|
16
|
+
email: egalitariangem@gmail.com
|
17
|
+
executables:
|
18
|
+
- egalitarian
|
19
|
+
extensions: []
|
20
|
+
extra_rdoc_files: []
|
21
|
+
files:
|
22
|
+
- bin/egalitarian
|
23
|
+
- lib/egalitarian.rb
|
24
|
+
homepage: https://github.com/hal2814/egalitarian-gem
|
25
|
+
licenses:
|
26
|
+
- MIT
|
27
|
+
metadata: {}
|
28
|
+
post_install_message:
|
29
|
+
rdoc_options: []
|
30
|
+
require_paths:
|
31
|
+
- lib
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
requirements: []
|
43
|
+
rubyforge_project:
|
44
|
+
rubygems_version: 2.6.13
|
45
|
+
signing_key:
|
46
|
+
specification_version: 4
|
47
|
+
summary: "[in development] Egalitarian is a voting system that promotes equality among
|
48
|
+
posts."
|
49
|
+
test_files: []
|