vogogo 0.3.0 → 0.4.0

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
  SHA1:
3
- metadata.gz: 29c0ddf8aa1fa265afe11789c32fd38db64ec01e
4
- data.tar.gz: 67f16ce2d650cc230778db07c55a2a8da90dd94d
3
+ metadata.gz: aa082e7a9d11c2e07a060d98e5e98e66d96449e1
4
+ data.tar.gz: c4539a63b3cf4af120144ad9d0e22db29f7e425d
5
5
  SHA512:
6
- metadata.gz: 36d2c849fdbd159b5e28ad256ff59c988b4a8b8af5a3717c9cd7ffbf810964289fadbeac5dca73a140849c4359b9ac257e79ca200821f342cd374112fa600c27
7
- data.tar.gz: 5b497a2640455a12429024255d78ff31940e00cc7ff0dd566dd3481c18035d7ef07ea912381fca9ccf79935063312e418cb1b6483d6c1233ce5efb5a94c1ffe4
6
+ metadata.gz: 88b9b38bf1457bdc416fd162632f3fd0d7a41b2ad2bd1b041fa598acb4fed126706294897f1c952191cdca69d6edba9c9508c7456653725b4faef8df41fcd845
7
+ data.tar.gz: 94692ac1920a7e7fb542f4220509b9c108271aded632a9b993b61df31ed464252a51e7330b0ca60a876c28734fb6bccf4620b26c71ddfa31eb49ba9ce9fde96b
@@ -9,8 +9,8 @@ module Vogogo
9
9
  include Vogogo::Risk::IndustryTypes
10
10
  include Vogogo::Risk::Occupations
11
11
  include Vogogo::Risk::SupportedCountries
12
- include Vogogo::Risk::PhoneNumbers
13
- include Vogogo::Risk::Documents
12
+ # include Vogogo::Risk::PhoneNumbers
13
+ # include Vogogo::Risk::Documents
14
14
 
15
15
  def initialize(username = nil, password = nil)
16
16
  @username = username || ENV['VOGOGO_USERNAME']
@@ -0,0 +1,8 @@
1
+ module Vogogo
2
+ module IndustryTypes
3
+ def get_industry_types
4
+ connection('industry_types')
5
+ request_method('get')
6
+ end
7
+ end
8
+ end
@@ -1,3 +1,3 @@
1
1
  module Vogogo
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vogogo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Jan Adamczyk
@@ -57,6 +57,7 @@ files:
57
57
  - lib/vogogo/client.rb
58
58
  - lib/vogogo/notifications/events.rb
59
59
  - lib/vogogo/risk/customers.rb
60
+ - lib/vogogo/risk/industry_types.rb
60
61
  - lib/vogogo/risk/occupations.rb
61
62
  - lib/vogogo/risk/supported_countries.rb
62
63
  - lib/vogogo/version.rb