steem-slap 0.0.5 → 0.0.6
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 +4 -4
- data/steem-slap.rb +7 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42beb0ff5066fab3e01f01e0b31a2dabe1cfb17d3fded78cfb4f22b57fe6dc37
|
|
4
|
+
data.tar.gz: 94c52b7aba4ffda667e883008d85cc8c2ef8db362d2276098a7923392089dfdb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 955cbb6c3887e279f70291db7a415d7b5a7d676a28895fb94c1c26ae8a5d5cf903cee5d69a6e9b02bcc506f9922bfce6321fb0da051a9e40b153217fc72334b5
|
|
7
|
+
data.tar.gz: da96c43db9857f820321185824b4a179be35230920d8bcbd877affd320c83062e2368885df7a3c8a5ddb03e9d0511d1631711a77e409c5d2a7f9325e7b74709e
|
data/steem-slap.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
class SteemSlap
|
|
2
|
-
VERSION = '0.0.
|
|
2
|
+
VERSION = '0.0.6'
|
|
3
3
|
|
|
4
4
|
@verbs = %w(
|
|
5
5
|
slaps hits pricks slays pummeles kills tortures embiggens shoves spams
|
|
@@ -8,7 +8,8 @@ class SteemSlap
|
|
|
8
8
|
pumps dumps moons fat-fingers leeeeeeeroy-jaaaankins triggers hardforks
|
|
9
9
|
unvotes pulls cracks scams unverifies reverses picklizes peppers waters
|
|
10
10
|
cronenbergs schwifties wubba-lubba-dub-dubs aggrandizes poisons retaliates
|
|
11
|
-
snipes stuns dodges enrages heals reflects resurrects shields voids
|
|
11
|
+
snipes stuns dodges enrages heals reflects resurrects shields voids colludes
|
|
12
|
+
sporks markets
|
|
12
13
|
)
|
|
13
14
|
@adjectives = [
|
|
14
15
|
'a large', 'an enormous', 'a small', 'a medium sized', 'an extra large',
|
|
@@ -21,7 +22,8 @@ class SteemSlap
|
|
|
21
22
|
'a consensus of', 'an experimental', 'a mooning', 'an intermittent',
|
|
22
23
|
'an entire', 'a non-canonical', 'a curly', 'a cryptographically verifiable',
|
|
23
24
|
'a totally legit', 'a covfefe', 'an aggrandized', 'a blasted',
|
|
24
|
-
'an inspired', 'a slow', 'a trampled', 'a weakened', 'a protected'
|
|
25
|
+
'an inspired', 'a slow', 'a trampled', 'a weakened', 'a protected',
|
|
26
|
+
'a collusive', 'musty', 'new steemy', 'sporky'
|
|
25
27
|
]
|
|
26
28
|
@nouns = [
|
|
27
29
|
'brick', 'cooked fish', 'debonair potion', 'picture of Ned Scott',
|
|
@@ -43,7 +45,8 @@ class SteemSlap
|
|
|
43
45
|
'discussion that is above nate\'s paygrade', 'pigtail', 'nut',
|
|
44
46
|
'proof of nuts', '71 year old', 'investment opportunity promoted by stan',
|
|
45
47
|
'aggrandizement', 'angel of light', 'frost giant', 'rexxie', 'grumpy dwarf',
|
|
46
|
-
'peaceful giant', 'pirate captain'
|
|
48
|
+
'peaceful giant', 'pirate captain', 'collusion', 'avocado', 'musty cabin',
|
|
49
|
+
'new steem', 'old steem', 'spork', 'tribe', 'splinter' 'proposal'
|
|
47
50
|
]
|
|
48
51
|
|
|
49
52
|
def self.slap ( user )
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: steem-slap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- inertia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: STEEM Slap themed slap script.
|
|
14
14
|
email: steem-slap@martin-studio.com
|