rmobio 1.1.6 → 1.1.7

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. data/lib/rmobio/ads.rb +5 -10
  2. metadata +1 -1
data/lib/rmobio/ads.rb CHANGED
@@ -19,14 +19,9 @@
19
19
  note that we require use of the new Mobio config yml schema created by Lars
20
20
  and documented at http://opssrv01/wiki/index.php/Mobio_Rails_Application_Framework_2.0#Use_Config_Manager
21
21
  =end
22
- module Rmobio
23
- module Ads
24
22
 
25
- if not defined? MOBIO_CONFIG['ad_network'] and MOBIO_CONFIG['ad_network'].nil?
26
- adlib="rmobio/ads/" + MOBIO_CONFIG['ad_network']
27
- require adlib
28
- eval("include " + adlib.camelize)
29
- end
30
-
31
- end
32
- end
23
+ if MOBIO_CONFIG['ad_network']
24
+ adlib="rmobio/ads/" + MOBIO_CONFIG['ad_network']
25
+ require adlib
26
+ eval("include " + adlib.camelize)
27
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmobio
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mobio Networks