whos_using_what 0.2.8 → 0.2.9

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.
Files changed (2) hide show
  1. metadata +1 -2
  2. data/lib/whos_using_what.rb +0 -12
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whos_using_what
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -123,7 +123,6 @@ files:
123
123
  - lib/whos_using_what/data_gatherers/gather_companies.rb
124
124
  - lib/whos_using_what/data_gatherers/geo_tagger.rb
125
125
  - lib/whos_using_what/no_sql/mongo_helper.rb
126
- - lib/whos_using_what.rb
127
126
  homepage: http://rubygems.org/gems/whos_using_what
128
127
  licenses: []
129
128
  post_install_message:
@@ -1,12 +0,0 @@
1
- require_relative "whos_using_what/search_client"
2
-
3
-
4
- class WhosUsingWhat
5
-
6
- if __FILE__ == $PROGRAM_NAME
7
-
8
-
9
-
10
- end
11
-
12
- end