fireside-finder 0.0.7 → 0.0.8
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/fireside-finder-0.0.7.gem +0 -0
- data/lib/fireside-finder/cli.rb +3 -2
- data/lib/fireside-finder/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0b11ad0454d1f639d27dd9e9c832b930e3406e3
|
4
|
+
data.tar.gz: 95aa5eaab8a728c059005cff04eea3aa847e37c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a596c166bbe8573d9b19fe655fa704aa9d3313613404c79781ce14a9548e762b5d8782342a595c0a9b9b69810daad174889170e76ea53fa1991358c984ff6be5
|
7
|
+
data.tar.gz: a158ea8c9f061a9176be266c540c37434df8c45eebd5fe0c13ea09f95198e8a0caea0973f27c754d83e561cefdfcd47247a425fb2f79b7de229276016983f498
|
File without changes
|
data/lib/fireside-finder/cli.rb
CHANGED
@@ -64,8 +64,9 @@ class FiresideFinder::CLI
|
|
64
64
|
puts "There are no upcoming events in your area"
|
65
65
|
puts "Please try a new location"
|
66
66
|
puts ""
|
67
|
-
puts "You will be taken back to the main menu in
|
68
|
-
sleep(
|
67
|
+
puts "You will be taken back to the main menu in 10 seconds"
|
68
|
+
sleep(10)
|
69
|
+
puts ""
|
69
70
|
puts ""
|
70
71
|
puts ""
|
71
72
|
puts ""
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fireside-finder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- reifnotreef
|
@@ -129,6 +129,7 @@ files:
|
|
129
129
|
- bin/fireside-finder
|
130
130
|
- bin/setup
|
131
131
|
- fireside-finder-0.0.6.gem
|
132
|
+
- fireside-finder-0.0.7.gem
|
132
133
|
- fireside-finder.gemspec
|
133
134
|
- lib/fireside-finder.rb
|
134
135
|
- lib/fireside-finder/cli.rb
|