navi_client 0.1.3 → 0.1.4

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: 1f3e4693085ac383c62bda26bfca361651e18764
4
- data.tar.gz: f7e06b93519642980d48de80da682493c449ece5
3
+ metadata.gz: bb4a55d32b68e65aa066d4c75d9c292c84c0af35
4
+ data.tar.gz: 28961f140b4f1da47ebe267be5096aeed6bffc1c
5
5
  SHA512:
6
- metadata.gz: ae16be85150e9e444986e6bf7a4bea41e9a5c02af97df96418b2f99d6201178dd62c491bd22a0a5373ebf0f38a17572813024283da2788b7109c894cc2475983
7
- data.tar.gz: 2368138336b15e6dc750b3b94a72d26adb442e8125f49c0d733e7a311bc6223ccfe49e3a06f8d25f4a68ad9f178b6c48287eee5bb7b574e5b0a61d7027da02b2
6
+ metadata.gz: 74048d98249a5c67ad149a464c5cfb1d30c484e18f37653efbd8fae78789890cbe2061430dde2fbfaf4cc843287f34a9775289e727dc6461f8720e28003a466b
7
+ data.tar.gz: '097e701f8c24d758bae4851491ce603e338785f776b3e8b0b84324f2ac5f37db4874835cfd4fb87b3be32b3469b95dbf86c6a731a20f44a677a2ed88affe02f6'
@@ -1,6 +1,6 @@
1
1
  module Navi
2
2
  class CloudClient
3
- include NaviClient
3
+ include ::NaviClient
4
4
 
5
5
  def initialize
6
6
  # flag to print Ruby library debug info (very detailed)
@@ -1,6 +1,6 @@
1
1
  module Navi
2
2
  class LocalClient
3
- include NaviClient
3
+ include ::NaviClient
4
4
 
5
5
  def initialize
6
6
  # flag to print Ruby library debug info (very detailed)
@@ -1,3 +1,3 @@
1
1
  module NaviClient
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: navi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Surya