show_listings 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: d176b78bffb7f4f183113e739031441fbcd9354a
4
- data.tar.gz: 8e6da6c1e4dad46f2f876a13bae5bb738a72f5ec
3
+ metadata.gz: a1a7edddfa1d9741f9a477343bdb6439559b74e0
4
+ data.tar.gz: c74a44e47cf39ba60e66d007bcfdd5a7919886cd
5
5
  SHA512:
6
- metadata.gz: 776a127d7ac54a88053e35bfa2934671d828360e5265214ef1ffa8932c5331ad8d7bfde0f0a1fda696266d7145baee3cd204f22b12af6d2780756a51fea8a80e
7
- data.tar.gz: 7fe38211a3ae32f878d342ba2ef84153cc866ac13ebb84203efc40aece68054c1a575bb92d40bd40c690a1abbc6a5814203cb09f9a565924a59a045b6a5a9b27
6
+ metadata.gz: 08b5735270b3ee48509efb8af5d08a275066a1bb8f202db4c2e14c6070eee8cf003313a1d8afa24ddb73fa43f3521fadafa43cffd59cbe069b5cd2dcbff9a372
7
+ data.tar.gz: 605202896f148fc50ba89422f0169a06b8c5f0d891bc4a375fded02393b348d12c75278652bffebc859647c086e397370d0ca1eb4ff5409103c4bd4fcacbe037
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "../config/show_listings.rb"
4
+ require "../lib/show_listings.rb"
5
5
 
6
6
  require "irb"
7
7
  IRB.start
@@ -1,3 +1,3 @@
1
1
  module ShowListings
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: show_listings
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
  - mmelmer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-21 00:00:00.000000000 Z
11
+ date: 2016-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -111,7 +111,6 @@ files:
111
111
  - bin/console
112
112
  - bin/setup
113
113
  - bin/show_listings
114
- - config/environment.rb
115
114
  - lib/show_listings.rb
116
115
  - lib/show_listings/CLI.rb
117
116
  - lib/show_listings/listing.rb
@@ -1 +0,0 @@
1
- require_relative '../lib/show_listings.rb'