steem-slap 0.0.1d

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/steem-slap.rb +51 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4eb70cd3dbfe1636c64153575fbb2541d38cb9ed
4
+ data.tar.gz: 86f4d33a196a4d6bdc54c7d672c5f66a9ed086b2
5
+ SHA512:
6
+ metadata.gz: 4b33db8f306bbedf0472174d9a66c2a6f151c4701766292102860dc19bdf486e8c19b8d14871ee9e2a3e7b9506a7c90f6a551416811ff031476447cfedd15f68
7
+ data.tar.gz: 1c7eebadfe1df319ea267bad95fb7e82359e064cb7d87fb46758b7cddf3a1a15910c9e48904831914acb779d7f89e357f8d7f06d6ef42cbc2bd36b49ab1b27ac
data/steem-slap.rb ADDED
@@ -0,0 +1,51 @@
1
+ class SteemSlap
2
+ VERSION = '0.0.1d'
3
+
4
+ @verbs = %w(
5
+ slaps hits pricks slays pummeles kills tortures embiggens shoves spams
6
+ spanks fracks decorates feeds licks inverts smurfs stylizes attacks infects
7
+ disappears krees flags mutes smooths kisses smacks signs encrypts proves
8
+ pumps dumps moons
9
+ )
10
+ @adjectives = [
11
+ 'a large', 'an enormous', 'a small', 'a medium sized', 'an extra large',
12
+ 'a questionable', 'a suspicious', 'a terrifying', 'a scary',
13
+ 'a breath taking', 'a horrifying', 'a glitchy', 'a pixelated',
14
+ 'a cromulent', 'a semi-weird', 'a laggy', 'an auspicious',
15
+ 'a fracking', 'a manly', 'an undercooked', 'an amazing', 'an upside-down',
16
+ 'a smurfy', 'a spiffy', 'an uncaring', 'a deadly', 'a magical', 'a mighty',
17
+ 'a steem backed', 'a golos backed', 'a rejected', 'a proof of',
18
+ 'a consensus of', 'an experimental', 'a mooning'
19
+ ]
20
+ @nouns = [
21
+ 'brick', 'cooked fish', 'debonair potion', 'picture of Ned Scott',
22
+ '2017 Roadmap', 'FIRE', 'rubber chicken with a pulley in the middle',
23
+ 'book entitled Beard Care by dantheman', 'Zistonian Battle Sign',
24
+ 'insomnia cookie stolen from Steemit, Inc.', 'wig of stellabelle',
25
+ 'carrot on a stick', 'unpowered redstone block', 'cube named Cave Johnson',
26
+ 'popcorn container', 'frack', 'set of antlers',
27
+ 'horse of a different color', 'smurf', 'marklar', 'badass honey badger',
28
+ 'neurotoxin', 'can of beanz', 'jaffa', 'head of Karen McKersie',
29
+ 'cask of Golos Backed Vodka', 'wallstreet burger', 'blocktrade\'s wife',
30
+ 'malleable transaction', 'proof of work', 'proof of stake',
31
+ 'proof of bandwidth', 'proof of RAM', 'proof of cheese',
32
+ 'proof of residency', '100% original content by papa-pepper', 'consensus',
33
+ 'Dunning–Kruger effect', 'post-resignition post by dantheman', 'satoshi',
34
+ 'DASH Masternode', 'DASH Superblock', 'reward pool',
35
+ 'pull request closed by sneak', 'SteemSpeak OG', 'moon'
36
+ ]
37
+
38
+ def self.slap ( user )
39
+ "#{@verbs.sample} #{user} with #{@adjectives.sample} #{@nouns.sample}"
40
+ end
41
+
42
+ def self.combinations
43
+ @verbs.length * @adjectives.length * @nouns.length
44
+ end
45
+ end
46
+
47
+ if ARGV.join.length > 0
48
+ STDERR.puts SteemSlap::slap ARGV.join ' '
49
+ else
50
+ STDERR.puts "has #{SteemSlap::combinations} slap combinations, see: https://gist.github.com/inertia186/c34e6e7b73f7ee9fb5f60f5ed8f30206"
51
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: steem-slap
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1d
5
+ platform: ruby
6
+ authors:
7
+ - inertia
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-03-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: STEEM Slap themed slap script.
14
+ email: steem-slap@martin-studio.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - steem-slap.rb
20
+ homepage: https://gist.github.com/inertia186/c34e6e7b73f7ee9fb5f60f5ed8f30206
21
+ licenses:
22
+ - CC0 1.0
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - "."
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">"
36
+ - !ruby/object:Gem::Version
37
+ version: 1.3.1
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.4.8
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: STEEM Slap
44
+ test_files: []
45
+ has_rdoc: