lita-tweeta 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lita/handlers/tweeta.rb +1 -1
- data/lita-tweeta.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11229f51f90286f9a31e9410bb8b869e36e65a19
|
4
|
+
data.tar.gz: 609c9f4364344259657df05ef06a79fb09c61c75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 867c15b625a5ff5ce576dc8da391f03b0bdd9f37cc9488a9837780c55581526751176bfcbb4dd27d413a6505b5223563df022d69b39fe95cdcd86cf5a44a7f42
|
7
|
+
data.tar.gz: 347ee54d8e31b61bb04791e407ed2482faebefdc256109d7216a60e30a35a5843b4f3c1663ad77cdce5359fd8f1b5eadc9676df6216447661a236e782d0b316d
|
data/lib/lita/handlers/tweeta.rb
CHANGED
@@ -12,7 +12,7 @@ module Lita
|
|
12
12
|
route(/https:\/\/twitter.com\/\w+\/status\/(\d+)/i, :tweeta,
|
13
13
|
command: false)
|
14
14
|
route(/^tw(?:eet|itter)?\s+(\w+)/i, :user_tweet, command: true,
|
15
|
-
help: {t("help.tweeta_key") => t("tweeta_value")})
|
15
|
+
help: {t("help.tweeta_key") => t("help.tweeta_value")})
|
16
16
|
|
17
17
|
def initialize(robot)
|
18
18
|
super
|
data/lita-tweeta.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |spec|
|
2
2
|
spec.name = "lita-tweeta"
|
3
|
-
spec.version = "0.0.
|
3
|
+
spec.version = "0.0.2"
|
4
4
|
spec.authors = ["Tristan Chong"]
|
5
5
|
spec.email = ["ong@tristaneuan.ch"]
|
6
6
|
spec.description = %q{A Lita handler that displays a tweet for a given Twitter URL or username.}
|