openra-irc_bot 0.2.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05326b73bb85e602b41eef71bdd825b549fdb4d9b3fe90a9be8329bd87064063
4
- data.tar.gz: 64415db9a9b7018267eef49e872011e109d2817892b7ef9495edccab579669ae
3
+ metadata.gz: f9aa622b5079c2b8b67fa7237f9a985621060d3794eee0020940580c215350f3
4
+ data.tar.gz: 81cb0722b0e9b85ead93cfb8d4c084a9547aee156e1a134f9c74f1f4917134e5
5
5
  SHA512:
6
- metadata.gz: 3aa7eb8ca6cd2229634f0d5d2623281f13539da6aca9a5e5f90d1b2c1f5fdbcf017e3e0cc60faa45a1149eac9bc08946aa6da11783612039a1540c49bed682f9
7
- data.tar.gz: 373262dc3e60972d7749c4c6aeed4da60441152c817debb1fce47fcdcb4c576e36064b4f8cee79d7cdfd7581726bb0dcc8018d1a2d53f3e7d569a2a0b84ae8dd
6
+ metadata.gz: ee01980fb7a6722736da2b59a2cf7ff4748c7c8326da2ec1b26bc8ec157bd8f037a82924eef407935ac51deab46f9dbf7af16e3780afd8b83e03f9379fdd000c
7
+ data.tar.gz: 0e23e5047fa41c85be48e0869e3e698802070bc8444ba1a81ae6145316ec9086a696444d7e400156ffa04cb77535bf9a5ef058326444858e8c110f61d669ce96
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
@@ -8,14 +8,24 @@ en:
8
8
  - bearded grandma
9
9
  - Grindr date
10
10
  - imaginary girlfriend
11
- - penis
11
+ - pocket anaconda
12
12
  - bitch boss
13
+ - own voulptous beard
14
+ - personal moon buggy
15
+ - pubic hair stylist
16
+ - life-sized Hulk Hogan statue
17
+ - ballistic missile shield
13
18
  verbs:
14
- - dying
15
- - on fire
16
- - molesting me
17
- - trying to kill me
18
- - trying to eat me
19
- - annoying me
20
- - demanding sex
21
- - throwing up
19
+ - is dying
20
+ - is on fire
21
+ - is molesting me
22
+ - is trying to kill me
23
+ - is trying to eat me
24
+ - is annoying me
25
+ - is demanding sex
26
+ - is throwing up
27
+ - is on water
28
+ - is parked in the handicapped spot
29
+ - is trying to take me to Suplex City
30
+ - is being held at gunpoint by Kim Jong Un
31
+ - has spontaneously combusted
@@ -7,7 +7,7 @@ module Openra
7
7
  match '.1'
8
8
 
9
9
  def execute(m)
10
- m.reply "Gotta go, my #{nouns.sample} is #{verbs.sample}"
10
+ m.reply "Gotta go, my #{nouns.sample} #{verbs.sample}"
11
11
  end
12
12
 
13
13
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openra-irc_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenRA Community