ruboty-feed 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3b9a662b6ba579923bf89ac5ebca9a0d70954031
4
- data.tar.gz: c43616c429a4a25ebfa1057e8dc52ff81689d263
3
+ metadata.gz: a9534dfc9749dee6dcdb5aa9f63fa644646d9daf
4
+ data.tar.gz: cba090edcd0b8b007445d8f42b7a957952abb48a
5
5
  SHA512:
6
- metadata.gz: 3b6403a5166695d01d977468e7213954385feb629f9985e8ec0d65c88bfbef4ab98269713122219e86cae654251e03a85c45ee172ed6ab42a019f884313246fb
7
- data.tar.gz: a80fa8f6429a1455540e91472507a51710a27e3731df070fec657b8b6ba572fced83696c5e830640a34a32f7dbc670671813dc0758b11f10d4713ac2964fa62b
6
+ metadata.gz: 50f9b3529c0862ca95f4556ab618a193e842092a89b52e3261858f5537a490be2027982b39b62218b586e3145b8f7946b0a92bd1df380ec1d661507eb3b750dd
7
+ data.tar.gz: 68e3312e4b2b0e43ed3be2b3c4658a0b48d44d8905a634db1d373cc95925423b6aba626d705b9243eebdbb2d922fc7cfb33a4c66876dcdc515e8b518ae9f516f
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Feed
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
  end
@@ -17,7 +17,7 @@ module Ruboty
17
17
 
18
18
  feed.entries.each do |e|
19
19
  entry = Ruboty::Feed::Entry.new(e, robot)
20
- next if entry.stored?.tap
20
+ next if entry.stored?
21
21
  message.reply(entry.format)
22
22
  entry.store!
23
23
  sleep 0.5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-feed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hirofumi Wakasugi