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 +4 -4
- data/README.md +1 -1
- data/bin/lonely_planet_tours +1 -1
- data/lib/lonely_planet/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58a3a042c43d4ab48d7079680fe16af289dd1f2d
|
4
|
+
data.tar.gz: b23fdc50b0643318c571628fda693fccac814a31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 [](https://badge.fury.io/rb/taiwan_tours) [](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
|
|
data/bin/lonely_planet_tours
CHANGED
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.
|
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-
|
14
|
+
date: 2015-10-24 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: minitest
|