stranger_things_directory 0.2.0 → 0.2.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6491d8c55bdfe0bf1038da888bc9e676ff3eea6e634c8b8ec4109b25f0fcd42
|
|
4
|
+
data.tar.gz: 2f7c837730e161308c43a8f0d5da0a2286d4dee43e5e70d2e19b85f24db8e7d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cbcd0fa9483aa8049a607cc4f7e6d07b920af2bf6baa3fc40a5784f4bb617bfe5be4df4407ee1f93147c2a548654a93dcaecd6c2d2a560d94b3e88abe0e6102
|
|
7
|
+
data.tar.gz: 33ccb6f5ef7e496d638e4066a72af4cf55008a356e19957b56efc7b48936c1ba9b7b7d0f87c137f2e58a7e47963fe123725678706f2d9d030b973c6202892d08
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
|
|
3
|
-
require "bundler/setup"
|
|
4
3
|
|
|
5
|
-
require_relative '../lib/stranger_things_directory'
|
|
6
|
-
|
|
7
|
-
#We don't want any real logic or programming to go here, that could cause issues/a broken program.. so we want to call another file that has the logic within it
|
|
8
|
-
# we don't have this file yet, but I want to kind of have an idea of what I want the program to look like, and it would make the most sense to have a CLI class that does the running for me
|
|
9
4
|
|
|
5
|
+
require_relative '../lib/stranger_things_directory'
|
|
10
6
|
|
|
11
7
|
StrangerThingsDirectory::CLI.new.call
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stranger_things_directory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alethia Quintero
|
|
@@ -98,7 +98,7 @@ files:
|
|
|
98
98
|
- lib/stranger_things_directory/cli.rb
|
|
99
99
|
- lib/stranger_things_directory/location_scraper.rb
|
|
100
100
|
- lib/stranger_things_directory/locations.rb
|
|
101
|
-
homepage:
|
|
101
|
+
homepage: https://rubygems.org/gems/stranger_things_directory
|
|
102
102
|
licenses:
|
|
103
103
|
- MIT
|
|
104
104
|
metadata: {}
|