lita-doc 0.1.1 → 0.1.2

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: 0d88a6dd79efc9873765ced0d9617beb14ce9929
4
- data.tar.gz: 8b37f206c81bf4eea02b531c9685c8a953575042
3
+ metadata.gz: cc1039a41c4f7ddd3202329752ed8a2ab361f02c
4
+ data.tar.gz: 7bb2471205bb91c46ac008d71ed0db073da31889
5
5
  SHA512:
6
- metadata.gz: 63e7c71bb29aabf2b68959a485cfb60c1b2c46f6d86acffe0be01afc3abd7faa8c2695231f6369972beda21c4f881a1e4ae34796f2c35dff965f9909fdd4b1a0
7
- data.tar.gz: d8b49a5124246c9df23f2fbea2d7692189bbf8377d74e67c8e0404e130d307695c4c0572eff889c1b053b3bce234137181a78a1501623a98cca4a8586e24e5b1
6
+ metadata.gz: b82ee3c37a3353f1b3ec0fbfa6500a47addf5fd69ead71abb9f2c38d0ce920ea1d7121938c42c20fb91501c08a143dca90ea95c5a8e411738c05e7fd62440fb1
7
+ data.tar.gz: 69b940a249d6732d1557ecdf7d4ba6e008b6acc648275c26ece6f351c2fd3750d83f564a5fdb5b9a0c6628892043dddeec4f9429d00c5f6ef3936a90051cd9dc
@@ -18,8 +18,8 @@ module Lita
18
18
  description: "Remove doc."
19
19
  },
20
20
  list: {
21
- regex: /^docs(:all)?$/,
22
- command: "docs:all",
21
+ regex: /^docs(:list)?$/,
22
+ command: "docs:list",
23
23
  description: "Lists all known docs."
24
24
  },
25
25
  help: {
@@ -28,8 +28,8 @@ module Lita
28
28
  description: "Shows all doc commands."
29
29
  },
30
30
  add: {
31
- regex: /^doc:new (.+) (http:\/\/.+)$/,
32
- command: "doc:new [name] [url]",
31
+ regex: /^doc:add (.+) (https?:\/\/.+)$/,
32
+ command: "doc:add [name] [url]",
33
33
  description: "Adds doc."
34
34
  },
35
35
  wtf: {
data/lita-doc.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-doc"
3
- spec.version = "0.1.1"
3
+ spec.version = "0.1.2"
4
4
  spec.authors = ["Brad Herman"]
5
5
  spec.email = ["brad@hired.com"]
6
6
  spec.description = "Stores documentation locations."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brad Herman