vauchar_api 0.2.3 → 0.2.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
  SHA256:
3
- metadata.gz: 9732931f29c0f4fbbe2c9caeaaee8ee0aca00de9c44fc1f23f6d6c6b20cbee83
4
- data.tar.gz: 72b93f759f8fd53d2b1e21b1e73ba1c686555ffcb241be269da2006ad56c6dcb
3
+ metadata.gz: ff9b374400ee2b68340d0752bec1453b18993e777c5784e7e00f542c62dcc511
4
+ data.tar.gz: 52f1621831f3411bd2a996ef581a6f122da41b95b9287c209f1261ffdd957fd4
5
5
  SHA512:
6
- metadata.gz: ede2c68ac32e38d3fce3baf04a085c77b7381cfb3c5613d6c7fdfde449ec00f6d1460c09d72ee6cadd2640c680ce2b0772a8e5a8272599a6d28ca80a611b11d6
7
- data.tar.gz: 84e3642b106fb45c53be8d66234a611ce927e08bd307898733554a7745d08aa51c6a2c56aaabf5b66b738eed2d577fd2c78a5f01e1a3ad56e4495447d74915ec
6
+ metadata.gz: de56769e203356c466a9391b34d8c25e4fb2a71d2e0618cd5761d2653ce039c0cb49d62ae055ba653b69afec671e05fe123e4089f94d2c77dd3b139dff5ecdb6
7
+ data.tar.gz: 13fefb24b9db65e16b765226f962e951043ffe9fa43479c0b06290a5b759e356dc38d83537c9a2f40b208a11855ccbde48903b6ec1d6068739f9fe3c22589116
@@ -1,3 +1,5 @@
1
+ require "active_resource/connection_ext"
2
+
1
3
  module ActiveResource
2
4
  module CustomMethods
3
5
  def delete(method_name, options = {}, body = nil)
@@ -6,11 +6,11 @@ module VaucharAPI
6
6
  # new_list.save
7
7
  #
8
8
  # Read
9
- # list = VaucharAPI::List.find("list-15508273755c6fbf6fc8ac7")
9
+ # list = VaucharAPI::List.find("list-15536636555c9b06a77c306")
10
10
  # lists = VaucharAPI::List.all
11
11
  #
12
12
  # Update
13
- # list = VaucharAPI::List.find("list-15508273755c6fbf6fc8ac7")
13
+ # list = VaucharAPI::List.find("list-15536763035c9b380f9b7cb")
14
14
  # list.name = "Max update"
15
15
  # list.save
16
16
  #
@@ -20,7 +20,7 @@ module VaucharAPI
20
20
  #
21
21
  # Customers
22
22
  # list = VaucharAPI::List.find("list-15502036875c663b27600fe")
23
- # list.get(:customers);
23
+ # list.get(:customers)
24
24
  #
25
25
  # Add Customers
26
26
  # list = VaucharAPI::List.find("list-15502036875c663b27600fe")
@@ -28,7 +28,7 @@ module VaucharAPI
28
28
  #
29
29
  # Delete Customers
30
30
  # list = VaucharAPI::List.find("list-15502036875c663b27600fe")
31
- # list.delete(:customers, {}, {customers: ["cust-15508280955c6fc23f7f807", "cust-15507323535c6e4c416c697"]})
31
+ # list.delete(:customers, {}, {customers: ["cust-15536636405c9b0698e24a5"]})
32
32
  #
33
33
  # Find By Brand
34
34
  # lists = VaucharAPI::List.find(:all, params: {brand_id: "brn-15507182295c6e1515a956a"})
@@ -1,3 +1,3 @@
1
1
  module VaucharAPI
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vauchar_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-25 00:00:00.000000000 Z
11
+ date: 2019-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler