roadtrip_adventures 0.2.0 → 0.3.0

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
  SHA256:
3
- metadata.gz: 5fe1ac3fdfbe908a3967ffcc6bdccddcbbd815ea01af5a9ebd997c11c390ab7d
4
- data.tar.gz: 6f51ae2ef130e41e4b81b42bb261497ed08ff29713ba0c80ec60c572d8745f43
3
+ metadata.gz: cc0ab3f88581c908f31b425670c1f4a68e0b38009b5a6a95e2a75137fdb7c034
4
+ data.tar.gz: f5991b60552df4a8789dbc3f96bd3a9150ddc1bfb2a3ffef899b399d29df8fd9
5
5
  SHA512:
6
- metadata.gz: 2975512d02b4dd42b23485843cbca269b109979ebb6efe468e26327f7eaefab6972050dbd0e2ee33caf8592528f3f36fa4ca05ea8a07587a7ee0616963cd0981
7
- data.tar.gz: 6ea95d4479e31b55ce3b5b84281607d059ebf73195afb8ba105a87ac5b4220b5e89a1c7d7b82e11faadc3b4eeb1c79c6653025f94b1fe44327aaa55640b65d8e
6
+ metadata.gz: 8a1807f282aaeea82a392523b0e7b3f8a4277d94129e279ae468dec5b23b0c1ecfaebb33b97a8cb4d9d6148b5cb007be36f8c0e05f200a8efd391657d2ef26ec
7
+ data.tar.gz: 239c313b3318c937d149e72a14bec149f5e4afc7bec2d0afee9d14d446608cf32ee3ad5abe48f5b21c8863d1defb875a19b9156435eb8e10d88bfba5413d2e05
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- roadtrip_adventures (0.2.0)
4
+ roadtrip_adventures (0.3.0)
5
5
  colorize
6
6
  nokogiri
7
7
 
@@ -34,7 +34,7 @@ class RoadtripAdventures::CLI
34
34
  elsif input != 'exit'
35
35
  puts "You've made an invalid choice! Make a selection from 1-10 or 'exit' to leave".colorize(:light_blue)
36
36
  list_destinations
37
- input = gets.strip
37
+ # input = gets.strip
38
38
 
39
39
  end
40
40
  end
@@ -8,9 +8,10 @@ class RoadtripAdventures::Scraper
8
8
  if index < 10 then
9
9
  new_destination = RoadtripAdventures::Destination.new
10
10
  new_destination.name = destinations[index].text
11
- new_destination.url = "https://www.lonelyplanet.com" + destinations[index].attr("href")
11
+ new_destination.url = "https://www.lonelyplanet.com" + destinations[index].attr("href")
12
12
  end
13
13
  }
14
14
  end
15
15
 
16
+
16
17
  end
@@ -1,3 +1,3 @@
1
1
  module RoadtripAdventures
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roadtrip_adventures
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Stone