vauchar_api 0.3.3 → 0.3.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: ef4aadacf387bfd4a4bc029fa85087c40d65f6734132033b160d6072189d0026
4
- data.tar.gz: b290307114a595198c79b66840d308747641044077ef8c8adb72cc5aefe36b81
3
+ metadata.gz: acf404dfc18279d32019e840b6afca0f543e33536d1f347f7295cc4106c9ba54
4
+ data.tar.gz: bc6a813601e682eb4aa0b9660c7daf09fc77dca3f3dc1d893c57394b661a95f8
5
5
  SHA512:
6
- metadata.gz: 67d876a4f18c84e3811094ae7f4f6ba29b29b50b237fb0e7f5a099139dc0fdca3acfd79dd4989bf6a710f4a590cbcbcc2221256e2a2ae47bba32146aa961c169
7
- data.tar.gz: c52d2b73d4ad43727b722e27b3e82d828a04e1c9c05cee57eb0221b47f7b38c821edc5bdc6f0c97a5c76bf309e0fa4d63059a71e3f9558f5a31b0bf94c3ac99c
6
+ metadata.gz: eafca91629e87ae80457941374f304149aaba0b07470c743e841002dd2fb6b9236da6ab4845323c005528e68bcd15370d73b0f0d1d2d49eab885d1843b21b4fd
7
+ data.tar.gz: 448142125a1eb5d335159047e3715394ca8d91279c0e3e164b47f91a5d36ed3baa48257512ce9198e16c06eddb4b29609ea754929b41c46af1628732ae385a31
@@ -1,6 +1,8 @@
1
1
  require "httparty"
2
2
  require "vauchar_api/connection"
3
3
 
4
+ p "module ActiveResource"
5
+
4
6
  module ActiveResource
5
7
  class Connection
6
8
  attr_reader :response
@@ -8,6 +10,8 @@ module ActiveResource
8
10
  prepend VaucharAPI::Connection::ResponseCapture
9
11
  prepend VaucharAPI::Connection::RequestNotification
10
12
 
13
+ p "module ActiveResource -> Connection"
14
+
11
15
  def delete_with_body(path, body = "", headers = {})
12
16
  with_auth do
13
17
  HTTParty.delete("#{site.scheme}://#{site.host}:#{site.port}#{path}", {
@@ -1,3 +1,3 @@
1
1
  module VaucharAPI
2
- VERSION = "0.3.3"
2
+ VERSION = "0.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vauchar_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max