ruboty-url 1.0.0 → 1.0.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 +4 -4
- data/README.md +2 -0
- data/lib/ruboty/url/actions/title.rb +1 -1
- data/lib/ruboty/url/version.rb +1 -1
- data/test/ruboty/url/actions/title_test.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5875c125aeb79672d6464881fd321e191d4f08fe
|
|
4
|
+
data.tar.gz: ecc1fc19fa58d06a0a23ae911616dbfb10ff9e32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1933500281d670c89f4565d96ad7a6cde5289de11778e45fbbe98604c5b41e539b12b89152842698da018a09881b7a04b78ad55c125a01d307c7908e5351725d
|
|
7
|
+
data.tar.gz: 9530701599e817acad7bd4a988e763ca367b85f3b3360e606e15cfe227ef970480907656a94a140ae53aebde5c7561eb6061854918e10adce6cec18c88c99d28
|
data/README.md
CHANGED
|
@@ -20,6 +20,8 @@ And then execute:
|
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
23
|
+
<img width="671" alt="screenshot_ruboty-url" src="https://user-images.githubusercontent.com/105469/37558137-b9e5f8b0-2a52-11e8-93df-530e6547d259.png">
|
|
24
|
+
|
|
23
25
|
This plugin responds with messages including specified URL (such as private URL), and shows HTML title.
|
|
24
26
|
|
|
25
27
|
Reply style is Slack attachment. Please use with 'ruboty-slack_rtm' plugin.
|
data/lib/ruboty/url/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruboty-url
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- zeero
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|