lonely_planet_tours 1.0.2 → 1.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: d2bcf2daba7f559d226adc5199e7b8140ef53c44
4
- data.tar.gz: 4589e5f7a5205a71128bf74fbda2ed3ca1cc5607
3
+ metadata.gz: 4a667b12d3e114ebe77a3b8dce8e808d79422c3a
4
+ data.tar.gz: 32d2731aba98e3ee9cf8810f26206242352dcefd
5
5
  SHA512:
6
- metadata.gz: c129fd8fc470a129ab177627302b842574b1745b9ba427c66349c8b148ba4b0ef1429cb5abd97ab90d8408d8273be424350087304c892316045f0138c308c8b3
7
- data.tar.gz: ab7acc9ee7ec22db420399adcf5437dbf9c41a45d51a8692c23ed6e4be9340433c0786045d2fa1cb6c4e8eccd0aaa7426fec1d012cf353dc82959fcc6e166bb4
6
+ metadata.gz: 40eb84cbe56959a32010c5361c516d421e1082445df8ecd82c82e19dbd9addd70bd272e91b6baf18c38e8956c5ce0f384d1c3f82f39280421c476b6a97ea5ef6
7
+ data.tar.gz: 3366d2faf7dc5c4e86e377512d0d87b34d2ba68a41d2be4a8a882797086831388a2b98cb9f2533bb2be413b86472aeb84e735e8ffd056a356a1db88e374d0b2f
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- # lonely_planet_tours [![Gem Version](https://badge.fury.io/rb/lonely_planet_tours.svg)](https://badge.fury.io/rb/taiwan_tours) [![Build Status](https://travis-ci.org/ZhongMeiZhou/scraper_project.svg)](https://travis-ci.org/ZhongMeiZhou/scraper_project)
3
+ # lonely_planet_tours [![Gem Version](https://badge.fury.io/rb/lonely_planet_tours.svg)](https://badge.fury.io/rb/lonely_planet_tours.svg) [![Build Status](https://travis-ci.org/ZhongMeiZhou/scraper_project.svg)](https://travis-ci.org/ZhongMeiZhou/scraper_project)
4
4
 
5
5
  The web scraper service we built provides listings of tour packages from Lonelyplanet based on a specified country. We have bundled this service into the lonely_planet_tours gem for you to use.
6
6
 
@@ -1,5 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'json'
3
+ # For Production
4
+ require 'lonely_planet_tours'
3
5
  # For Test
4
6
  #require '../lib/lonely_planet/lonelyplanet_scrap.rb'
5
7
 
@@ -1,5 +1,5 @@
1
1
  # Versioning
2
2
  module LonelyPlanetScrape
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  DATE = '2015-10-24'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lonely_planet_tours
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bayardo Salgado