badass 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/badass/client.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1356a9a9d4e39183d334067c2aeae2e9c50c1b4e02efacd3c9e092a8a8776a88
|
4
|
+
data.tar.gz: bd38d12c3dac9c1f8fe7cb1d550cd04dff9077d89d69e3bdc9b406f1dbced8b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a473f98d669fe9e21fecca088cc6cfcd846bb3e64893b42d35b644af63e56ba96768013d53d60bcc814810f601dd668e6eb7e962c03c66182d2851e5b5f7111
|
7
|
+
data.tar.gz: fff427c2fac68c3b0567d81b965200e8fdc4cce08858cfa8dcc9e3c1e919beded0e708190031a1cc4625a3e31e22cde7e05089d091cf2e21489d84733a02aca4
|
data/lib/badass/client.rb
CHANGED
@@ -4,8 +4,8 @@ class BadASS::Client
|
|
4
4
|
# @param refresh_rate [Integer] the rate at which the Client should refresh its list of toys.
|
5
5
|
def initialize(refresh_rate: 600)
|
6
6
|
Thread.new do
|
7
|
-
@
|
8
|
-
@
|
7
|
+
@drops = BadASS.drops
|
8
|
+
@sales = BadASS.sales
|
9
9
|
sleep(refresh_rate)
|
10
10
|
end
|
11
11
|
end
|