amazon2irc 7.10.2017.1843 → 7.10.2017.1853

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: 7692ad5f9073241d7f5744e0b3e027647eddb8e7
4
- data.tar.gz: 4ee70058ea464aeb0ded821e3f84053b7c4ea804
3
+ metadata.gz: 41b2335197035a29b88bf96d7ca0e4399cc79348
4
+ data.tar.gz: 03c08ce3054f3c48b914ee32149d72e7245727fe
5
5
  SHA512:
6
- metadata.gz: af86cf89a905277511f10a78f19d4266c604a1c6f35492bd605159ddebb132a2d4f6a832c2fab499aeec64c503ee41b5f4d5fb31b92d9290d929a2ba07ead461
7
- data.tar.gz: 58d085685ca48fcc832f498200705ede06d0808dfa0cb5f832412ad6465dc379b77dd59fbaab477439c5770b28feda8f621d216ee79f6de503e1a8f63332c8e0
6
+ metadata.gz: 1ccbf253f7e88447ebb3a3cc94818ce2ea0b5a3dc1905bbb6f0b082cc8115f4d5147fea7968ba805910c07acbfbee6ab5d91d5d9ee74eb9e0e32cdc53d72003c
7
+ data.tar.gz: 0b6915cc2ca64793c63190c13c499458839615cf441528682dd5459978130b5e3ed4552ca432900d166af1d3dd9a11f3d114d39cadb7e98adcca929d26bb985a
data/README.md CHANGED
@@ -1,4 +1,8 @@
1
- Install gem: gem install amazon2irc
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 serialized yaml to disk, outputs new deals every 30s (not including chat delay). A quickly hacked Amazon Prime Day helper.}
14
- spec.homepage = "https://www.reddit.com/r/buildapcsales/comments/6mi0qm/meta_hacked_together_this_little_ruby_toy_for_the/"
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'
@@ -1,3 +1,3 @@
1
1
  module Amazon2irc
2
- VERSION = "7.10.2017.1843"
2
+ VERSION = "7.10.2017.1853"
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.10.2017.1843
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 serialized yaml to
57
- disk, outputs new deals every 30s (not including chat delay). A quickly hacked Amazon
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://www.reddit.com/r/buildapcsales/comments/6mi0qm/meta_hacked_together_this_little_ruby_toy_for_the/
76
+ homepage: https://github.com/jaycorpinc/amazon2irc
78
77
  licenses:
79
78
  - PIRATE
80
79
  metadata: {}