product_spy 0.0.5 → 0.0.6

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c01d499611d83ee91b922afe42cf70b986b084b8
4
+ data.tar.gz: e7ae5f0514d45f5222ee2f16b2bb200ddcc2b458
5
+ SHA512:
6
+ metadata.gz: d40e1575c0c68e858174037abd020570a79c87c212cc97ed157977c270f13595807b0e3aff69785bc785a45b251b890de4075842680a2d2069c6ca3cc10ab21a
7
+ data.tar.gz: d7d13eeb2f01e227732b0250f5ac6c37514483d6dd12099ee7f949b170ef561af151af845a9e9e7b35100f0693de72708eacf4c2c5564ea8e0b2a2a56541d7c2
@@ -32,7 +32,7 @@ module ProductSpy
32
32
  # http://www.ebay.de/itm/(390542152250)
33
33
  # http://www.ebay.de/itm/Inspirierende-Ferienhauser-/(390542152250)?pt=Sach_Fachb%C3%BCcher&hash=item5aee20523a#ht_500wt_948
34
34
  host.parse /^http[s]{0,1}:\/\/(www.|)ebay\.de\/itm(\/.+?|)\/(\d+)/, [3]
35
- host.build :default, 'https://www.ebay.de/itm/:1'
35
+ host.build :default, 'http://www.ebay.de/itm/:1'
36
36
  end
37
37
 
38
38
  config.host 'www.arzberg-shop.de', :aliases => ['arzberg-shop.de'] do |host|
@@ -1,3 +1,3 @@
1
1
  module ProductSpy
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: product_spy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
5
- prerelease:
4
+ version: 0.0.6
6
5
  platform: ruby
7
6
  authors:
8
7
  - Paul Spieker
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-04-22 00:00:00.000000000 Z
11
+ date: 2014-01-10 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: addressable
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  description: ProductSpy is made for parsing product URLs, i.e. Amazon-URLs, to get
@@ -61,27 +58,26 @@ files:
61
58
  - spec/spec_helper.rb
62
59
  homepage: https://github.com/spieker/product_spy
63
60
  licenses: []
61
+ metadata: {}
64
62
  post_install_message:
65
63
  rdoc_options: []
66
64
  require_paths:
67
65
  - lib
68
66
  required_ruby_version: !ruby/object:Gem::Requirement
69
- none: false
70
67
  requirements:
71
- - - ! '>='
68
+ - - '>='
72
69
  - !ruby/object:Gem::Version
73
70
  version: '0'
74
71
  required_rubygems_version: !ruby/object:Gem::Requirement
75
- none: false
76
72
  requirements:
77
- - - ! '>='
73
+ - - '>='
78
74
  - !ruby/object:Gem::Version
79
75
  version: '0'
80
76
  requirements: []
81
77
  rubyforge_project:
82
- rubygems_version: 1.8.24
78
+ rubygems_version: 2.0.5
83
79
  signing_key:
84
- specification_version: 3
80
+ specification_version: 4
85
81
  summary: ProductSpy is made for parsing product URLs, i.e. Amazon-URLs, to get the
86
82
  product keys and creating product URLs based on these keys
87
83
  test_files:
@@ -96,4 +92,3 @@ test_files:
96
92
  - spec/porzellanhandel24.de_spec.rb
97
93
  - spec/product_spy_spec.rb
98
94
  - spec/spec_helper.rb
99
- has_rdoc: