amazon2irc 0.1.8 → 7.10.2017.1830

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: f1182693d89b052ca1c927e20c29cd8b922bfe26
4
- data.tar.gz: a53c75af012033b925513585aaca70943b9354ab
3
+ metadata.gz: ff5eeb3d71e0b3b3a00d516922a8d9de9a18442c
4
+ data.tar.gz: fabf8e4c484bbc969a0e1131a5f08d65d428eb3c
5
5
  SHA512:
6
- metadata.gz: 9a9e49938fdf013835e7d658431043b33278a9072891ca34f5b219ba7b642bca91395ab3e9c8472b0e49627117936bb1b3127dc4471a448b47497b8c46613082
7
- data.tar.gz: d5d1d047c9d17c7b5d6f74f90266d5593805797ef9f2887b49ab1b270c15ecb6199e58fe427a874763577c8d8e92f1b5ab4a90ada380c36d21792d459bb751ca
6
+ metadata.gz: c240a06e20042581c5c8a63e7b8a6b9c53d67c4058a09ce43caef3523a1a66c9363e36cd4445a97e216bebbe66aca12dc478d6f6804760ca02cb91b2e71b2aee
7
+ data.tar.gz: 536d5b73350a2f71075fecbe1d6ee905c2bb9cbc80717c939286337197608ab0d9a2ee24dab857405a2f94ef3db60e6451aea872d985b11e023226f4cd4fa0de
data/amazon2irc.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jlee@ruby.im"]
11
11
 
12
12
  spec.summary = %q{ Filter Amazon Prime Day, Lightning, and Daily Deals to IRC.}
13
- spec.description = %q{Pulls down Amazon RSS feed, checks it for keywords, then sends it along to the irc chat specified. A quickly hacked Amazon Prime Day helper.}
13
+ spec.description = %q{Pulls down Amazon RSS feed, checks it for keywords, then sends it along to the irc chat specified. Stores previously seen deals with serialized yaml to disk, outputs new deals every 30s (not including chat delay). A quickly hacked Amazon Prime Day helper.}
14
14
  spec.homepage = "http://ruby.im"
15
15
  spec.license = "PIRATE"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Amazon2irc
2
- VERSION = "0.1.8"
2
+ VERSION = "7.10.2017.1830"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon2irc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 7.10.2017.1830
5
5
  platform: ruby
6
6
  authors:
7
7
  - jlee
@@ -53,7 +53,9 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
55
  description: Pulls down Amazon RSS feed, checks it for keywords, then sends it along
56
- to the irc chat specified. A quickly hacked Amazon Prime Day helper.
56
+ to the irc chat specified. Stores previously seen deals with serialized yaml to
57
+ disk, outputs new deals every 30s (not including chat delay). A quickly hacked Amazon
58
+ Prime Day helper.
57
59
  email:
58
60
  - jlee@ruby.im
59
61
  executables: []