citybox_api 0.9.1 → 0.9.2

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 (4) hide show
  1. checksums.yaml +13 -5
  2. data/README.md +1 -1
  3. data/lib/citybox_api/version.rb +1 -1
  4. metadata +17 -17
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b32a3035535a026b94498ae9a498a49ba29d75d8
4
- data.tar.gz: a37cda685f6761a713085673dcdd21df7a334fbe
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MzRhMmFjM2QzNWM3NTcwMTJiMGI4YzNmZjhmYjQwNzEwNDU2YWNmNA==
5
+ data.tar.gz: !binary |-
6
+ NzkwY2MwYzk5NjZhMGZiODk4ZTliN2EwZTMxZWM5NjQ3MzhlOGVmNA==
5
7
  SHA512:
6
- metadata.gz: 95a9396a5084b1c85151aba3f8bbf502d2c7dd42345b30a6d360400578133956ff86dd8fa2e5af456808551eb38b9d403be2b053f115d65f2660ea5499183c47
7
- data.tar.gz: 0b8572334f1ac8237094c9844178e9a0d3f203dad8190eecb1ac3117d354ed6721fb861db66baff01d9038a6be46bab9b53ebd07390fe4bd2df4bfc6571bfb0c
8
+ metadata.gz: !binary |-
9
+ MWVlMzZiZjY4MGI5MGViZTJlMjIwZjBkNjhmNjM0NDVhMjI5NjAwYzZhOTZh
10
+ Y2U5MjdhZDA2ZTdkMDVkMjc4MjBjZjdkZWEzZDg0NWY4NzkzZjk4NzZiOTQw
11
+ MzAyODY3YmViNjE0MWQzYWZjNjkyNWY1Y2E1MGE4YzI1Njk5YmE=
12
+ data.tar.gz: !binary |-
13
+ ZDM1M2RkZTc1YjRkMDljYWI4OTMyNDhiNzlkNGVjMDQyYzkyZDg3ZDhjOTYx
14
+ MWZlMWVkZDgyM2M4YjQ0Zjk3ODM2ODdjZGIyNDBhMzYxNjY4MjQxNjUwNGEy
15
+ MzYxODMxNWEwNzRmY2U2NDIzNzZmMzhkZjE4NTYwZmJmMWMzNTg=
data/README.md CHANGED
@@ -88,7 +88,7 @@ In this version of citybox_api gem you can use all the 21 API services:
88
88
 
89
89
  16) @utilities.list_master_products # list master products => 'listarMaestroProductos' service
90
90
 
91
- 17) @utilities.list_master_countries # list countries => 'listarTodosLosPaises' service
91
+ 17) @utilities.list_countries # list countries => 'listarTodosLosPaises' service
92
92
 
93
93
  18) @utilities.see_scl_documents # see scl documents => 'consultaDocumentosSCL' service
94
94
 
@@ -1,3 +1,3 @@
1
1
  module CityboxApi
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: citybox_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joaquin Nuñez
@@ -14,70 +14,70 @@ dependencies:
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.10'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.10'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '10.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rest-client
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: crack
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ">="
73
+ - - ! '>='
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">="
80
+ - - ! '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: This gem allow you to consume the chilean citybox SOAP API in a simple
@@ -88,9 +88,9 @@ executables: []
88
88
  extensions: []
89
89
  extra_rdoc_files: []
90
90
  files:
91
- - ".gitignore"
92
- - ".rspec"
93
- - ".travis.yml"
91
+ - .gitignore
92
+ - .rspec
93
+ - .travis.yml
94
94
  - CODE_OF_CONDUCT.md
95
95
  - Gemfile
96
96
  - LICENSE.txt
@@ -118,17 +118,17 @@ require_paths:
118
118
  - lib
119
119
  required_ruby_version: !ruby/object:Gem::Requirement
120
120
  requirements:
121
- - - ">="
121
+ - - ! '>='
122
122
  - !ruby/object:Gem::Version
123
123
  version: '0'
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  requirements:
126
- - - ">="
126
+ - - ! '>='
127
127
  - !ruby/object:Gem::Version
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.2.2
131
+ rubygems_version: 2.4.8
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Citybox for ruby