lita-randpaul 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 994b04f50c3dc1dc01ce56594c0187c905d4de3b
4
- data.tar.gz: 1a2b01c4c0e60a43719715f31870fd7df8808093
3
+ metadata.gz: e3ad560323aa1ca47f2fab811d793870b2a9207f
4
+ data.tar.gz: d81075f6d1b129a937864290e07a7da33da4b379
5
5
  SHA512:
6
- metadata.gz: e9425830a551effdfc0432a009ff97d5669bf764385294e47b40a3e2b6815c375642dd713c90f959659519007ad1dd0bc9b5acc47843ab9466f00b7bff006fb1
7
- data.tar.gz: 790f9077c28bb7160e1d9bc3f5cb54137371561449cd71087a132b67f98400b010b5e17ea17881f6128eb27feb3e058b8bf942d26032e9cf6260956e63be36b2
6
+ metadata.gz: e1f9ae1f1a1d9776367e706c63f3df755db6a1537e321d31297c22d3eaf91d6b30e085535a240821b2da9ad080a12b102fc5e128f50af100da99bfb3e7f57298
7
+ data.tar.gz: 3dd2715d2efadd4445a76c6fe714bbd6d0510fbf8c6fa0e49511b8519036fa320b7072a1fd4d15c1e715dd9ce197ed1d8ad478686d015ff49b3a57efbfff015a
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # lita-randpaul
2
2
 
3
- TODO: Add a description of the plugin.
3
+ This plugin will rand() Paul
4
4
 
5
5
  ## Installation
6
6
 
@@ -12,8 +12,8 @@ gem "lita-randpaul"
12
12
 
13
13
  ## Configuration
14
14
 
15
- TODO: Describe any configuration attributes the plugin exposes.
15
+ none needed
16
16
 
17
17
  ## Usage
18
18
 
19
- TODO: Describe the plugin's features and how to use them.
19
+ just type a sentance containing "rand paul"
@@ -2,7 +2,7 @@ module Lita
2
2
  module Handlers
3
3
  class Randpaul < Handler
4
4
  route(/rand paul/i, :randpaul, command: false, help: {
5
- "rand paul" => "nard upal"
5
+ "... rand paul ..." => "... nad rupal ..."
6
6
  })
7
7
  def randpaul(response)
8
8
  response.reply "rand paul".split("").shuffle.join
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-randpaul"
3
- spec.version = "0.1.0"
3
+ spec.version = "0.1.1"
4
4
  spec.authors = ["TigerJ"]
5
5
  spec.email = ["jimmy.briggs.code@gmail.com"]
6
6
  spec.description = "a lita script that fixes rand paul"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-randpaul
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TigerJ
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-07 00:00:00.000000000 Z
11
+ date: 2015-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lita