dazzle 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dazzle.rb +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f04c20739ddbe47d430dfc93266dbd96fc3a5e559a5d0446d594a192c5965676
4
- data.tar.gz: 3590fbb0aafc380a79379ad86ea3c96b969fbe4fba0d17eb471750f9b56ba6d6
3
+ metadata.gz: 8b8fd6bf51a50ad754efb7f3290ead3b69d8048afb083c29282781b0719ee941
4
+ data.tar.gz: a040211474baee0a539260506a15b3c4a7ad7c6c253cd477500f0d5839d0f8e2
5
5
  SHA512:
6
- metadata.gz: f30fc80e00c51c2af25336ce506d87ab25fe8327883d5c391df3739744089461479376647cb2c449a2b8c43eee27c437bc92d35e4588631f948a792f8a118bc8
7
- data.tar.gz: 2081c83819e040d145b3d5dd4ed0e2dc19a330275b4a6abfa12ff0e494bf1717b2818a72997fbe96d748863240ec8dc3f4c7d7bb285a20219ffcc4a9c852e6df
6
+ metadata.gz: 3933200ceb9a5042d02d67f9ab19349a2a5caf0453f61710e6ce619f90e0c1bbe70a60f77cb6ddd09a6d3e18171309a414749e55e4d33bfcc9620ead14056761
7
+ data.tar.gz: 67c795c7e470c789e8c32b16fcd87682d154363743ff4ce82522b7e4ce862f996001cf63eb15cfdee41ae9a53bbf3e2bf3537b4185fd93096744b29dbf28db02
@@ -36,10 +36,10 @@ class Dazzling
36
36
  for val in arr
37
37
  counter = counter + 1
38
38
 
39
- #only takes the first 10 prices as format is {samsung,,440,,iphone,,600,,} ...etc.
39
+ #only takes the first 12 prices as format is {samsung,,440,,iphone,,600,,} ...etc.
40
40
  #(every 4th value is new device)
41
- #(only taking 10 because only need a sample, taking a whole db would be too large)
42
- if counter == 41
41
+ #(only taking 12 because only need a sample, taking a whole db would be too large)
42
+ if counter == 49
43
43
  break
44
44
  end
45
45
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dazzle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh