intermediator 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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/intermediator.rb +7 -0
  3. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 892d4da9929bd66160815d37e2dd3a25937a92d3
4
+ data.tar.gz: 01ab24ef23d88c85a1497fada9def5e011a571b7
5
+ SHA512:
6
+ metadata.gz: 15544a21b29bb555adf0d44224ec891ed2616002e4eb38c8274ad9b9963120348dc7b9ccb7a08ba320096d8ff8743c18227b2bc3249492cb3b241af021934afa
7
+ data.tar.gz: 93297bf3de3547be4465dbdf3227ed076d9d6607f1bae91eb801e2071624e2e6127b8c3fc114962dbecde7b51e591f21baf986bc775d1fd62609b91e9d8f62d8
@@ -0,0 +1,7 @@
1
+ class Intermediator
2
+
3
+ def self.output
4
+ puts "test"
5
+ end
6
+
7
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: intermediator
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-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Intermediator is a voting system that applies unique rules to a forum
14
+ environment in order to promote meaningful content that might otherwise be lost
15
+ to downvotes.
16
+ email: intermediatorgem@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/intermediator.rb
22
+ homepage: https://github.com/hal2814/intermediator-gem
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.6.13
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Intermediator is a voting system that applies unique rules.
46
+ test_files: []