vauchar_api 0.4.0 → 0.4.1

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: e0e8759f282e816203cc671bd74d65c16d03fddcf69edd30be9719d810658411
4
- data.tar.gz: 5b247a0d1d4c04ec9178efe20ea0699634b3e41f83da2830e819d728bbb4dca3
3
+ metadata.gz: 6dc69fad3388d4ce6ceb27e98836609912a54af81d418d40fc35a78741d7d1b9
4
+ data.tar.gz: b3ba64b394eed6bb2db9940e10c961d12eefecd4f8d18cf79e98cc8b3c084183
5
5
  SHA512:
6
- metadata.gz: 1fc6daa95a472717c82f6249367d23048712854efb050974362fe488ed8b5b2f726e99a842fc6bec7d9b9ade13312b28a114f9c19af51175aeff0aaf2e48db42
7
- data.tar.gz: 15698cdc8c1cd0a41e784d5515614ad7cac6e92ce69bb85c3cc64bf920b7e849644ceeaf16cd44fb6fdf638cb5b31187f4cd032cb86bce779ccf0bf27549fcf2
6
+ metadata.gz: 442327f3ae04ae2ece8e9d34a0885e119df2a53653e94c5f16744f02a5d7895b6046c985fdb4a4f47434de8cf2decf812765d2793aee68984fe9d1fb9fe1a21e
7
+ data.tar.gz: 1c4c425d186d58e89b07bc972da4b35ff245e3ce37384249525be10561d0cb27e4fd6e8ca85b8bd73e7c51830350495bb7b0b19a5200d9eb7d546e76e5c023f8
@@ -30,7 +30,6 @@ module VaucharAPI
30
30
  end
31
31
 
32
32
  def notify_about_request(method, path, response, arguments)
33
- p "RequestNotification======================="
34
33
  ActiveSupport::Notifications.instrument("request.active_resource_detailed") do |payload|
35
34
  payload[:method] = method
36
35
  payload[:path] = path
@@ -38,7 +37,6 @@ module VaucharAPI
38
37
  payload[:data] = arguments
39
38
  p payload
40
39
  end
41
- p "=========================================="
42
40
  end
43
41
  end
44
42
 
@@ -1,3 +1,3 @@
1
1
  module VaucharAPI
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
data/lib/vauchar_api.rb CHANGED
@@ -3,7 +3,6 @@ require "vauchar_api/version"
3
3
 
4
4
  require "active_resource"
5
5
  require "active_resource/formats_ext"
6
- require "active_resource/connection_ext"
7
6
  require "active_resource/custom_methods_ext"
8
7
 
9
8
  module VaucharAPI
@@ -17,4 +16,6 @@ require "vauchar_api/connection"
17
16
 
18
17
  if VaucharAPI::Base.respond_to?(:connection_class)
19
18
  VaucharAPI::Base.connection_class = VaucharAPI::Connection
19
+ else
20
+ require 'active_resource/connection_ext'
20
21
  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.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max