amazon2irc 7.10.2017.1843 → 7.10.2017.1853
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 +8 -2
- data/amazon2irc.gemspec +2 -2
- data/lib/amazon2irc/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 41b2335197035a29b88bf96d7ca0e4399cc79348
|
|
4
|
+
data.tar.gz: 03c08ce3054f3c48b914ee32149d72e7245727fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ccbf253f7e88447ebb3a3cc94818ce2ea0b5a3dc1905bbb6f0b082cc8115f4d5147fea7968ba805910c07acbfbee6ab5d91d5d9ee74eb9e0e32cdc53d72003c
|
|
7
|
+
data.tar.gz: 0b6915cc2ca64793c63190c13c499458839615cf441528682dd5459978130b5e3ed4552ca432900d166af1d3dd9a11f3d114d39cadb7e98adcca929d26bb985a
|
data/README.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
Homepage: https://github.com/jaycorpinc/amazon2irc
|
|
2
|
+
|
|
3
|
+
Install gem:
|
|
4
|
+
|
|
5
|
+
`gem install amazon2irc`
|
|
2
6
|
|
|
3
7
|
|
|
4
8
|
Demo:
|
|
@@ -21,4 +25,6 @@ opts['chat-delay']=1.5
|
|
|
21
25
|
|
|
22
26
|
opts['scan-delay']=30
|
|
23
27
|
|
|
24
|
-
Amazon2irc::Process.new(opts)
|
|
28
|
+
Amazon2irc::Process.new(opts)
|
|
29
|
+
|
|
30
|
+
|
data/amazon2irc.gemspec
CHANGED
|
@@ -10,8 +10,8 @@ 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
|
|
14
|
-
spec.homepage = "https://
|
|
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.}
|
|
14
|
+
spec.homepage = "https://github.com/jaycorpinc/amazon2irc"
|
|
15
15
|
spec.license = "PIRATE"
|
|
16
16
|
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
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.10.2017.
|
|
4
|
+
version: 7.10.2017.1853
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jlee
|
|
@@ -53,9 +53,8 @@ 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. Stores previously seen deals with
|
|
57
|
-
|
|
58
|
-
Prime Day helper.
|
|
56
|
+
to the irc chat specified. Stores previously seen deals with YAML, outputs new deals
|
|
57
|
+
every 30s (not including chat delay). A quickly hacked Amazon Prime Day helper.
|
|
59
58
|
email:
|
|
60
59
|
- jlee@ruby.im
|
|
61
60
|
executables: []
|
|
@@ -74,7 +73,7 @@ files:
|
|
|
74
73
|
- bin/setup
|
|
75
74
|
- lib/amazon2irc.rb
|
|
76
75
|
- lib/amazon2irc/version.rb
|
|
77
|
-
homepage: https://
|
|
76
|
+
homepage: https://github.com/jaycorpinc/amazon2irc
|
|
78
77
|
licenses:
|
|
79
78
|
- PIRATE
|
|
80
79
|
metadata: {}
|