amazon2irc 7.11.2017.020000 → 7.11.2017.020001
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/amazon2irc.gemspec +1 -1
- data/lib/amazon2irc/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c69417b42ae2344b4c95bf61db38ef0075cd712b
|
|
4
|
+
data.tar.gz: 01be2a9d7ad2d181de9cb777b045d0fbbceb37d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a0676d8244fb35c7fb257f8591eb46781e37f067b1b3ac2887a107eb14b5af020bbb8db8a032b6cf23d6316861f64c6c42c459ccc5b2006ecd3c27a3a603e6c
|
|
7
|
+
data.tar.gz: e4bd435c898b87715d7d270fb6816106cc4db97ed49fb2deba4a535bf2ab3392ce5939b8e0d08d0b58a4ed3d187606ef7e0398278313887783b1a5dcf60d128d
|
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
Pulls down Amazon deals via spidering or RSS feed, checks it for keywords, then sends it along to the irc chat specified. Stores previously seen deals with YAML, outputs new deals every 30s (not including chat delay). A quickly hacked Amazon Prime Day helper.
|
|
2
|
+
|
|
1
3
|
Homepage: https://github.com/jaycorpinc/amazon2irc
|
|
2
4
|
|
|
3
5
|
Install gem:
|
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. Stores previously seen deals with YAML, outputs new deals every 30s (not including chat delay). A quickly hacked Amazon Prime Day helper.}
|
|
13
|
+
spec.description = %q{Pulls down Amazon deals via spidering or RSS feed, checks it for keywords, then sends it along to the irc chat specified. Stores previously seen deals with YAML, outputs new deals every 30s (not including chat delay). A quickly hacked Amazon Prime Day helper.}
|
|
14
14
|
spec.homepage = "https://github.com/jaycorpinc/amazon2irc"
|
|
15
15
|
spec.license = "PIRATE"
|
|
16
16
|
|
data/lib/amazon2irc/version.rb
CHANGED
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: 7.11.2017.
|
|
4
|
+
version: 7.11.2017.020001
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jlee
|
|
@@ -52,9 +52,10 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
|
-
description: Pulls down Amazon RSS feed, checks it for keywords,
|
|
56
|
-
to the irc chat specified. Stores previously seen deals with
|
|
57
|
-
every 30s (not including chat delay). A quickly hacked Amazon
|
|
55
|
+
description: Pulls down Amazon deals via spidering or RSS feed, checks it for keywords,
|
|
56
|
+
then sends it along to the irc chat specified. Stores previously seen deals with
|
|
57
|
+
YAML, outputs new deals every 30s (not including chat delay). A quickly hacked Amazon
|
|
58
|
+
Prime Day helper.
|
|
58
59
|
email:
|
|
59
60
|
- jlee@ruby.im
|
|
60
61
|
executables: []
|