nibo 0.1.5 → 0.1.6

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: 17dd56ecf43da4c7ffec0c9b4344a898acdb7f8c
4
- data.tar.gz: 1671c6e67eee4fe8154bca7f58f0f35708a02ea7
3
+ metadata.gz: 0771c02076875bffccb5b9566dc7a0428026b0ec
4
+ data.tar.gz: 8db9febeb2cb7ff0144037a2e96e80d90bb7c24c
5
5
  SHA512:
6
- metadata.gz: 71d31aae08a7e0a9218c195ec6a5729ed7170f087eb6cd4aeec15ef04782681f9db4581e590fb0714399561173418a398ebb3e95102c7ff7326d6ac1c1857149
7
- data.tar.gz: ce1f9ac503352ecf72d7cc9f09fa1f676725d5e77544c55197d29b7117d4775767d67010c671eaec1ea9c11e36f95ea03b3d83b4fd300cfa53c3f3eebe7abf3c
6
+ metadata.gz: b4f95db57fa27a674ae1d7b0ea14bb6ac96cb66f96c6a797792153282c343bf84fbcd507c09f7a561a48d04812f6488d1e268d19dc165ac33b432fd513a9ffc3
7
+ data.tar.gz: 8f7c94b86e914ae6a14692fd8d1ed6a02ed0e4706c1200f9d2f3af1753af67d1f8783a5fa4db15433c93ca89265844e8583456c0bb4987a9d94468fce8d7e907
data/.gitignore CHANGED
@@ -10,4 +10,6 @@
10
10
  .idea/
11
11
  .ruby*
12
12
  *.gem
13
- spec/cassettes/*
13
+ spec/cassettes/*
14
+ .ruby-version
15
+ .ruby-gemset
@@ -1,6 +1,6 @@
1
1
  module Nibo
2
2
  module ApiResource
3
- BASE_URL = 'https://api.nibo.com.br/public/v1'
3
+ BASE_URL = 'https://legacy-api.nibo.com.br/public/v1'
4
4
 
5
5
  def url_encode(key)
6
6
  URI.escape(key.to_s, Regexp.new("[^#{URI::PATTERN::UNRESERVED}]"))
@@ -1,3 +1,3 @@
1
1
  module Nibo
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nibo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Granado
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-17 00:00:00.000000000 Z
11
+ date: 2017-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  requirements: []
174
174
  rubyforge_project:
175
- rubygems_version: 2.4.8
175
+ rubygems_version: 2.6.11
176
176
  signing_key:
177
177
  specification_version: 4
178
178
  summary: Ruby gem that allow to access Nibo API.