admitad 0.0.12 → 0.0.13

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
  SHA256:
3
- metadata.gz: 872b5319b4120dc8c929d09e0f0c769d210d57e27e220585f21f002e61ad985c
4
- data.tar.gz: 88c7a246bcbee7e3b686d1868fb810c842b77881b1b870667199bd0d90de96a8
3
+ metadata.gz: '0994da0a1feb3824a33873a987e4c79b2b57d04f36e36a99b9e8c786a8364b84'
4
+ data.tar.gz: f08024321fec64a52587f3009343787bf4d6b0cd49ce77ffef5cbb052502b93b
5
5
  SHA512:
6
- metadata.gz: f054603cc94547cd6fc0fc1ff3c64a0a385b6d43627da4e849fac682e5b6b8793f4dd49df81fdbc77d0f7ace0de1fbcd6f03afd1dabe511d2a12838a93e4f1f9
7
- data.tar.gz: ba324c906d26afebcc2a119b797f62e14c52c87c927ab732b8b0ee9cd5a4759bf9c74acab48437b19227bf303a1af352b9e50e479d60b307cdb6441b322aced7
6
+ metadata.gz: bbeb6787f8065b3d9b902aa58b14fca4254459449813f13031fb2f5713b400e9583eea027f5e8beabc62ee6d1ed9b4b1839aa364184afef44f5f2dc1074733ba
7
+ data.tar.gz: 7bc3acd4ebf8637ad973eb33d62fd527207925e8c09094d9ac82abf58ed53374aaab72f477aa81e8257a8de738034b92a5ae18681171029e0d726802ed82fc14
@@ -1,3 +1,3 @@
1
1
  module Admitad
2
- VERSION = '0.0.12'.freeze
2
+ VERSION = '0.0.13'.freeze
3
3
  end
@@ -1,14 +1,14 @@
1
1
  module Admitad
2
2
  class Wrapper
3
3
  include Singleton
4
- include Wrappers::Coupons
5
- include Wrappers::Deeplinks
6
- include Wrappers::Regions
7
- include Wrappers::Actions
8
- include Wrappers::Categories
9
- include Wrappers::AdSpaces
10
- include Wrappers::Currencies
11
- include Wrappers::AffiliatePrograms
4
+ include Admitad::Wrappers::Coupons
5
+ include Admitad::Wrappers::Deeplinks
6
+ include Admitad::Wrappers::Regions
7
+ include Admitad::Wrappers::Actions
8
+ include Admitad::Wrappers::Categories
9
+ include Admitad::Wrappers::AdSpaces
10
+ include Admitad::Wrappers::Currencies
11
+ include Admitad::Wrappers::AffiliatePrograms
12
12
 
13
13
  private
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: admitad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - alexandr-senyuk