lonely_planet_tours 1.0.0 → 1.0.1

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: 677cc5a7fdc5727128a5ff48e646da82ca1093ac
4
- data.tar.gz: dc1b8c204fd73ebe75535688acfe4c6e67676e14
3
+ metadata.gz: 58a3a042c43d4ab48d7079680fe16af289dd1f2d
4
+ data.tar.gz: b23fdc50b0643318c571628fda693fccac814a31
5
5
  SHA512:
6
- metadata.gz: b20b00e93b82abf3b256adc8db5c56a51fd0210693b57b7e1f74a3a8f5269a697beb62d0cefed6b02654c18c65fff3d20d4bf8d0a71671705798c20d78584802
7
- data.tar.gz: f9da365db0e0be8e142eb8cfcf8661b2f88881a40d43fc92eeedaa3e07140c3e0f11ffb578d5031f348f02d3c2d5efa860645a5b2d913571e6e81814e5b7c45b
6
+ metadata.gz: 3cc176889f6b74430653852b295d222fca4bb6211158507ef5ebd2044439975cf7e191e8b7998c9d7f1887cb32d702f72e5787565c2b383f7cafa81cbcac7f83
7
+ data.tar.gz: c4b697c14487a38ad778208dbfe515ad3b0c345dbfedc9427255fbd6e4c46af0e292f45cbb2ac3e2ce4f82b698811d65e459956d8bb1d885beb6f7acba6bb011
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- # lonely_planet_tours [![Gem Version](https://badge.fury.io/rb/taiwan_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/taiwan_tours) [![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,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  require 'json'
3
- require '../lib/lonely_planet/lonelyplanet_scrap.rb'
3
+ require './lib/lonely_planet/lonelyplanet_scrap.rb'
4
4
 
5
5
  begin
6
6
  fail ArgumentError, "usage: tours [country]\n" if ARGV.count == 0
@@ -1,5 +1,5 @@
1
1
  # Versioning
2
2
  module LonelyPlanetScrape
3
- VERSION = '1.0.0'
4
- DATE = '2015-10-21'
3
+ VERSION = '1.0.1'
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bayardo Salgado
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-10-21 00:00:00.000000000 Z
14
+ date: 2015-10-24 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: minitest