freewifi 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Freewifi
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/freewifi.rb CHANGED
@@ -35,7 +35,7 @@ module Freewifi
35
35
  @db_mysql = DatabaseMethodsWifi.new(database_username, database_password, database_host)
36
36
  @additional_func_wifi = InternalFunc.new
37
37
  @ssh_mikrotik_connector = NEWhubWifi.new
38
- @mongo_connector = MongoWifiCl.new(mongo_ip, mongo_port, mongo_database)
38
+ @mongo_connector_wifi = MongoWifiCl.new(mongo_ip, mongo_port, mongo_database)
39
39
  @remote_ip = remote_ip
40
40
  @real_ip = real_ip
41
41
  @subscriber_ip = subscriber_ip
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freewifi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dzmitry Buynovskiy