club_hopper 0.1.1 → 0.1.2
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/club_hopper.gemspec +1 -1
- data/lib/club_hopper/cli.rb +4 -3
- data/lib/club_hopper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e12ea3e3ff6a092d9a140053fa2f068eae368ce1
|
4
|
+
data.tar.gz: 57a33c831e8ffa2fd64b9858bef9118651f14617
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4240f26f746326d905a687e4eb16a4c510c493dc13930a1a21c653bd049bf64d2fb8e37a6a1a4950f0ab87ce5dc619151220344f0d9cbf85184030c3fab678d
|
7
|
+
data.tar.gz: 73e8d3abf0fc637fe218900a7ec5d88235cf7523d2d18a1bf4dd5554d8f468eddaf6b26f1ab6acb9ed264a602f316601fc9d61fee0af38f838ca2cc61dee8158
|
data/club_hopper.gemspec
CHANGED
data/lib/club_hopper/cli.rb
CHANGED
@@ -123,17 +123,18 @@
|
|
123
123
|
call
|
124
124
|
elsif input == "exit"
|
125
125
|
goodbye
|
126
|
-
|
126
|
+
|
127
127
|
else
|
128
128
|
puts "Not sure what you want, take a deep breath...."
|
129
129
|
call
|
130
130
|
end
|
131
131
|
|
132
132
|
end
|
133
|
-
|
133
|
+
end
|
134
134
|
|
135
135
|
def goodbye
|
136
136
|
puts "See you next time for the hottest techno/house music events in NYC!!"
|
137
|
+
exit
|
137
138
|
end
|
138
139
|
|
139
|
-
end
|
140
|
+
# end
|
data/lib/club_hopper/version.rb
CHANGED