ruboty-haiku_wo_yome 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/ruboty/haiku_wo_yome/actions/haiku.rb +1 -1
- data/lib/ruboty/haiku_wo_yome/version.rb +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: 290cc0098888c2d95b458d1ee86a77183f2fc0df
|
4
|
+
data.tar.gz: 54710400a219d4452706fd32c16e982c4dd6a879
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04af8e5e625fdd377f1965063af38ed4cebe9ea6a97307e9f03747bfde1d4d763f67a69432a8c0ebacc0e71298c9672be7080df4ceaf609caac2b7f1ec6893d1
|
7
|
+
data.tar.gz: 13a10223a4c7258c8011cc970d95adf5e17d3cdd59c54eda97c3188f532b064493e4359a92c7d28779b934cd422cd193cf359bafbc851880b4135a4fe7a25c49
|
data/CHANGELOG.md
CHANGED
@@ -52,7 +52,7 @@ module Ruboty
|
|
52
52
|
end
|
53
53
|
|
54
54
|
def user_public_messages_text
|
55
|
-
user_public_messages.select { |m| m['type'] != 'group' }.map { |t| t['text'] }
|
55
|
+
@public_messages ||= user_public_messages.select { |m| m['type'] != 'group' }.map { |t| t['text'] }
|
56
56
|
end
|
57
57
|
|
58
58
|
def user_public_messages
|