ml_s4m 0.2.5 → 0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d96762ba70ccdc171821d9eb3fd0ee47ae2a2c08
4
- data.tar.gz: 113df29b3e8e4ee7962883843497028f7e9d2d78
3
+ metadata.gz: 6828c7e3ab54991970793425268ca1fd56371296
4
+ data.tar.gz: ed232d82b1da160f9070773eb8a6025cf8d5bd13
5
5
  SHA512:
6
- metadata.gz: 396ec41a4ff61c7d140ecde4258222ed212e596855629f62a27c7809003cfc6963bfd41d0103b183ed40c1dd27eaad580a05609e47c4787bd918ac2c4392f835
7
- data.tar.gz: a447d4599586f450d9e014aaaa10c2cc6c24a69264e1b506d9532ca3a4a048911b88091910114c2432b4feac0c7a086d1c49acc0b0090a2e9835ddc46beba984
6
+ metadata.gz: 2fb7e004ab569c2ab6b65a2020137168943090bed03f382d0ec2116df786a812e5327f0626ed63fb334934c47683ff1f2f7e612f5a51d955132e15d499b608cf
7
+ data.tar.gz: dbf3b43729ebc920f34fa5b42b0993bbb60cc5d1c136743488537ce0a833f903bf0673d7f08b5d8404adf27f7666b00964cfba703e53e30e0718f05cfdd01124
@@ -1,3 +1,3 @@
1
1
  module MlS4m
2
- VERSION = "0.2.5"
2
+ VERSION = "0.3"
3
3
  end
data/lib/ml_s4m.rb CHANGED
@@ -7,7 +7,7 @@ module MlS4m
7
7
  class MercadoLivre
8
8
  def initialize
9
9
  @pn = nil
10
- @url_default = 'http://informatica.mercadolivre.com.br/macbooks/PARTNUMBER_DisplayType_LF_OrderId_PRICE*DESC'
10
+ @url_default = 'http://informatica.mercadolivre.com.br/macbooks/PARTNUMBER_DisplayType_LF_OrderId_PRICE*DESC_ItemTypeID_N'
11
11
  @offers = []
12
12
  end
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ml_s4m
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eduardo Alencar