amazon2irc 7.11.2017.020000 → 7.11.2017.020001

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: 02b28049b63c6cfec8c10ac0761303fcdb077224
4
- data.tar.gz: 38a473d9d30c6eada24ce258c9d922d4340b0049
3
+ metadata.gz: c69417b42ae2344b4c95bf61db38ef0075cd712b
4
+ data.tar.gz: 01be2a9d7ad2d181de9cb777b045d0fbbceb37d8
5
5
  SHA512:
6
- metadata.gz: a48906b60916a14c9e8c703f08b2117c1f2e1827ddee138a8494d45effbfe7f32316f2354f3e56105823d55fe1e3a6adcfc52ab2c33b7a79dcae03e50b918b77
7
- data.tar.gz: 0202d01c31ce95a019fc3dccfee991c6ef9ef057d634904bf8d1e7405226b740c669fbce291036b4e6c15e341abbbd1e12f35bc3603393f37d14d1d7039989d7
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
 
@@ -1,3 +1,3 @@
1
1
  module Amazon2irc
2
- VERSION = "7.11.2017.020000"
2
+ VERSION = "7.11.2017.020001"
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: 7.11.2017.020000
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, then sends it along
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.
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: []