club_hopper 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 0b60bb7c686b952110142300e3ff828b747c952e
4
- data.tar.gz: aa76957bcbd8ce2f311c21610bde2bd9e5f840f0
3
+ metadata.gz: e91cdeeb2de7a80a110bb375b9521f6184f16b88
4
+ data.tar.gz: 0798f34124514da75a412f6e3792b47ffd5546b4
5
5
  SHA512:
6
- metadata.gz: 990abd27a61bd78020c58283c53c6f329033e31d8afb93462cbf47a96622053b73f7c88f5039632387baaeee31722a59ebbab2d351893cae5dc2a2cbf1b3bf8c
7
- data.tar.gz: edf4559587d232818ef23f402e1d87b0847308c3272fa133bc79841671ee8f374193fa50ce1509f7b1dd6019864f7697cfd7fe55b2f16a2c5f5cbff44efaf28c
6
+ metadata.gz: fd55639d35190782bbee857f87c66122e411fcd962a3f3e80d638e90078f6e5e612efcffa5b90c07248f476492ca81db2c32907804143a705a54734658a091f6
7
+ data.tar.gz: aeb6c1d067cd89ebdc0268c94b950f93f8dd4137f9b11fd8c3134076a12c49f32d0e12ea9f8a99357dced1ffc1beb96c54afdd8c5bc18580ca2f9a7855bdb5f8
data/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in club_hopper.gemspec
4
- club_hopper
4
+ gemspec
5
+
data/bin/clubhopper CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
 
4
4
  require "bundler/setup"
5
- require "club_hopper"
5
+ require "../lib/club_hopper"
6
6
 
7
- ClubHopper::CLI.new.call
7
+ ClubHopper.new.call
Binary file
data/club_hopper.gemspec CHANGED
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "club_hopper"
8
- spec.version = "0.1.0"
8
+ spec.version = "0.1.1"
9
9
  spec.authors = "DownsideupmediaUSA"
10
10
  spec.email = "brandondecarlo@live.com"
11
11
 
@@ -45,8 +45,4 @@ class ClubHopper::Cielo
45
45
 
46
46
 
47
47
 
48
-
49
-
50
-
51
-
52
48
  end
@@ -1,4 +1,4 @@
1
- class ClubHopper::CLI
1
+ class ClubHopper
2
2
 
3
3
  def call
4
4
  start
@@ -130,10 +130,10 @@
130
130
  end
131
131
 
132
132
  end
133
- end
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
137
  end
138
138
 
139
- # end
139
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: club_hopper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - DownsideupmediaUSA
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-21 00:00:00.000000000 Z
11
+ date: 2016-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -98,6 +98,7 @@ files:
98
98
  - bin/clubhopper
99
99
  - bin/console
100
100
  - bin/setup
101
+ - club_hopper-0.1.0.gem
101
102
  - club_hopper.gemspec
102
103
  - lib/club_hopper.rb
103
104
  - lib/club_hopper/cielo.rb