vauchar_api 0.3.2 → 0.3.3

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: 2c8c162c57bc4d84f093917a6d450a0a71a44f21fbc14ef84000dd4be31e51da
4
- data.tar.gz: 8219f1a74ea7a85fffe0fd4249c9597760278349b9c8bd5dfbed35e5038a8521
3
+ metadata.gz: ef4aadacf387bfd4a4bc029fa85087c40d65f6734132033b160d6072189d0026
4
+ data.tar.gz: b290307114a595198c79b66840d308747641044077ef8c8adb72cc5aefe36b81
5
5
  SHA512:
6
- metadata.gz: 9e59cf2b31a5eeaf30f7a53d752423122c3fa3c50f6ecb1cf2187e616f7c667810fb9903393c5c3c4ba2815efb23236233d09d5b3774d60c44d6f1ef6adeab04
7
- data.tar.gz: d00efb3dae5541ec63fbdde195c7271c7c38fe0a79e9a82fcb52ddb25ce8ee8afec67c3ea9f280da9735a043ec8cfd50cef0659d9bff738ad6c31610a723ed60
6
+ metadata.gz: 67d876a4f18c84e3811094ae7f4f6ba29b29b50b237fb0e7f5a099139dc0fdca3acfd79dd4989bf6a710f4a590cbcbcc2221256e2a2ae47bba32146aa961c169
7
+ data.tar.gz: c52d2b73d4ad43727b722e27b3e82d828a04e1c9c05cee57eb0221b47f7b38c821edc5bdc6f0c97a5c76bf309e0fa4d63059a71e3f9558f5a31b0bf94c3ac99c
data/lib/vauchar_api.rb CHANGED
@@ -1,11 +1,11 @@
1
- require "vauchar_api/configuration"
2
- require "vauchar_api/version"
3
-
4
1
  require "active_resource"
5
2
  require "active_resource/formats_ext"
6
3
  require "active_resource/connection_ext"
7
4
  require "active_resource/custom_methods_ext"
8
5
 
6
+ require "vauchar_api/configuration"
7
+ require "vauchar_api/version"
8
+
9
9
  module VaucharAPI
10
10
  def self.config
11
11
  yield Configuration
@@ -15,6 +15,4 @@ end
15
15
  require "vauchar_api/resources"
16
16
  require "vauchar_api/connection"
17
17
 
18
- if VaucharAPI::Base.respond_to?(:connection_class)
19
- VaucharAPI::Base.connection_class = VaucharAPI::Connection
20
- end
18
+ VaucharAPI::Base.connection_class = VaucharAPI::Connection
@@ -1,3 +1,3 @@
1
1
  module VaucharAPI
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
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.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max