equinox_crm 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5c13a978b831f1aa4c3be9dca516ba6f599c801b32b203397ae6352d1340246
4
- data.tar.gz: e776b0a365c66524e6a685d60d54980c427acae00395ed6b275fa7cb7b6f9f10
3
+ metadata.gz: 9071cc395498ec8101a55ee23b6298e865fae082772490195a5e878f6827e5f2
4
+ data.tar.gz: ea4f6fe7908f624150e6fc624759125e0f91ec4556ec74d0297eb1504b7e87c4
5
5
  SHA512:
6
- metadata.gz: 9410550d3b3d209fef0af7c8dd2ff0df0657c0e937328671fe7e3d397b883ea07a9a700c3dcef5d449bfac61c17182f794a06b6e509730bcb84e918b96782391
7
- data.tar.gz: f98a140e1d88373ed52912ab3b1f9136639640b699f129964b5b3bffb6daa7c060519709d68b7bd3488f76d19a0af5040cc1d090f29248bb942003705a0e7ee0
6
+ metadata.gz: 07fa3be86f4ea939090d8645b00f2ee6f7bc43cc399c42c7be3a490189f3bb90775a4f19d6ee3274cdbaf3c36afa602a2100d8cb52a7cd43fc44b27cbb53a901
7
+ data.tar.gz: fa737f3dcff0bb083a44f27ed5f99f2313399df43ca38386f810545ec7c2240ff18c4f7444275fe01013095c6819c9cf67f9b340856ca115941f5f20392dd757
@@ -5,7 +5,7 @@ require 'active_support/core_ext'
5
5
 
6
6
  module EquinoxCrm
7
7
  class Client
8
- include Contact
8
+ include CrmContact
9
9
  attr_reader :oauth_token
10
10
 
11
11
  def initialize(oauth_token = nil)
@@ -3,7 +3,7 @@ require 'json'
3
3
 
4
4
  API_URL = "http://203.193.173.114:4000/api/public_access/contacts"
5
5
 
6
- module Contact
6
+ module CrmContact
7
7
 
8
8
  def find(id)
9
9
  response = request(
@@ -1,3 +1,3 @@
1
1
  module EquinoxCrm
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/equinox_crm.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require_relative "equinox_crm/version"
2
- require_relative "equinox_crm/contact"
2
+ require_relative "equinox_crm/crm_contact"
3
3
  require_relative "equinox_crm/client"
4
4
 
5
5
  module EquinoxCrm
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: equinox_crm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - radv.ss.dev1
@@ -127,7 +127,7 @@ files:
127
127
  - equinox_crm.gemspec
128
128
  - lib/equinox_crm.rb
129
129
  - lib/equinox_crm/client.rb
130
- - lib/equinox_crm/contact.rb
130
+ - lib/equinox_crm/crm_contact.rb
131
131
  - lib/equinox_crm/version.rb
132
132
  homepage: https://www.equinoxcrm.com/
133
133
  licenses: