nyc_today 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 730353c3f7d07824267a7e20281b460dc458877c
4
- data.tar.gz: 230ca20c7731fa5799329d7c03a12d37b2f45658
3
+ metadata.gz: 67fa24c954829fb221cb6b3309b979040acd8205
4
+ data.tar.gz: a0daf92f8ba3527ad55b4f59affcb5d3fde9aaef
5
5
  SHA512:
6
- metadata.gz: 9dd717e76541289e976abc39129c20fbfd6256ca343da48f37eaf5618d0e2ded2d53fc4505d2366a42a97a761abaa91d4bad6c6452a9d2c3af67b96c89297a20
7
- data.tar.gz: bf26a114fd4d41ff8098d58ad6ebb62621c1d6757c54ad01d39134ea5d3f1b6063630ff70e6be436ecccd29a42456f150b26b9fb99d90bfb6689e88291bfbba1
6
+ metadata.gz: cfa4130fbde76be641d11922d524bc71df90f18958d473976f1999938654f96e1df8c07a69fdfd35c2834ef4076435d3facfb8818368251a9726c73e28e5c818
7
+ data.tar.gz: d492e3ddf56d37c2986d1a4743835b478962b78c2bcca68a33c1730446dda8fdad60e1b10fb2a3bf9a6603550f97b402a98c6590e5f2e7d62c288008f7f33fc3
data/README.md CHANGED
@@ -20,7 +20,9 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- To use NYC Today after installing, type 'nyc-today' in the command line and follow the on-screen prompts when the gem launches.
23
+ To use NYC Today after installing, type `nyc-today` in the command line and follow the on-screen prompts when the gem launches.
24
+
25
+ If you're having trouble launching the gem, try entering `gem install bundler` to update your Bundler installation.
24
26
 
25
27
  ## Development
26
28
 
data/lib/nyc_today.rb CHANGED
@@ -2,9 +2,9 @@ require 'open-uri'
2
2
  require 'nokogiri'
3
3
  require 'time'
4
4
  require_relative 'nyc_today/version'
5
- require_relative './nyc_today/cli'
6
- require_relative './nyc_today/event'
7
- require_relative './nyc_today/scraper'
5
+ require_relative 'nyc_today/cli'
6
+ require_relative 'nyc_today/event'
7
+ require_relative 'nyc_today/scraper'
8
8
 
9
9
  module NycToday
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module NycToday
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nyc_today
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Duncan McLachlan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-24 00:00:00.000000000 Z
11
+ date: 2017-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler