whos_using_what 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
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