amazon-search 1.4.1 → 1.4.2

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: 220331dcbef4f75ea922defff3af969246ac0098
4
- data.tar.gz: 020b4986a43029cdb94f94108ec17b309b15681a
3
+ metadata.gz: 906821671967d660123351f7ab6b0fb00a33fdf6
4
+ data.tar.gz: 0c737cf462e32ea69d9bfbd4b5f914db3b7b6487
5
5
  SHA512:
6
- metadata.gz: 52607fc168ea32eddfcc76dc997e3790ca4099ba8141fdfc7f9deb15b08b4d52f619b661744dc1c12f26cc0b09cd1c1e9fce08596ffbc14fa06ec2ffac1894da
7
- data.tar.gz: 2127f664e6ba060264ee4f95302a7d380bfe08fb754a4adf2f7eff95dbf500130280b46a0cfa45a2378e42df4cf3896e42c8500dc131ec00109452e845d43fad
6
+ metadata.gz: 03955719426cdda4f0cbf0a406dd6933ccdd4caba6d724c6c42182f531841dbfbfc96a71a252f6b27cc1db6e8b0f792d6dfafa3e822d101c0e90e02807d6fc7b
7
+ data.tar.gz: acb67b2d654f4f4b8e4fbd67e2ce75ad9593d2afc07f309e045fbf83d2780efb62ddd1816fab842dafcfa25305e5274c0c3daa0979ad744b81798555e240ab0a
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = %q{amazon-search}
5
- gem.version = '1.4.1'
5
+ gem.version = '1.4.2'
6
6
  gem.date = '2015-09-19'
7
7
  gem.platform = Gem::Platform::RUBY
8
8
  gem.required_ruby_version = '>= 1.8'
@@ -7,6 +7,7 @@ require 'amazon-search/products'
7
7
 
8
8
  module Amazon
9
9
  class << self
10
+ # main method: process Amazon search
10
11
  def search(keywords)
11
12
  $keywords = keywords
12
13
 
@@ -12,7 +12,7 @@ module Amazon
12
12
  !!Float(s) rescue false
13
13
  end
14
14
 
15
- # currently not being used and needs adjusting
15
+ # puts product details to console
16
16
  def display_product
17
17
  STDOUT.puts "--"*50
18
18
  STDOUT.puts "title: \t\t#{$title}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon-search
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Mason