vauchar_api 0.3.4 → 0.3.5

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: acf404dfc18279d32019e840b6afca0f543e33536d1f347f7295cc4106c9ba54
4
- data.tar.gz: bc6a813601e682eb4aa0b9660c7daf09fc77dca3f3dc1d893c57394b661a95f8
3
+ metadata.gz: edf618a657f2ffd45b77b5e6b168ccd54b3923f9965ea0f2d8e57ab66190a987
4
+ data.tar.gz: 8b84c1c85d683d5e1caccb16452b29c7b0de648a131d55824abaaee97d3d36c1
5
5
  SHA512:
6
- metadata.gz: eafca91629e87ae80457941374f304149aaba0b07470c743e841002dd2fb6b9236da6ab4845323c005528e68bcd15370d73b0f0d1d2d49eab885d1843b21b4fd
7
- data.tar.gz: 448142125a1eb5d335159047e3715394ca8d91279c0e3e164b47f91a5d36ed3baa48257512ce9198e16c06eddb4b29609ea754929b41c46af1628732ae385a31
6
+ metadata.gz: 02cbf1fbf103229628d78fb63014ae9c225f87cedbe884c7ba8c518b34f3f55e5ae06b32dd85f68f0b5e7b3691b49bb0fd705a9c53574e4330d8c85cda29f9c7
7
+ data.tar.gz: 248c0c58bc4f44160be1ab029be6e0e7ab2088af50db5d5edae8000f3280192fb7262aa8755bf7beeddcd2c729eb5a2015cd8b996183cc608e264eff78fd2be9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- vauchar_api (0.3.0)
4
+ vauchar_api (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module VaucharAPI
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
data/lib/vauchar_api.rb CHANGED
@@ -1,10 +1,12 @@
1
1
  require "active_resource"
2
2
  require "active_resource/formats_ext"
3
3
  require "active_resource/connection_ext"
4
+ p "require active_resource/connection_ext"
4
5
  require "active_resource/custom_methods_ext"
5
6
 
6
7
  require "vauchar_api/configuration"
7
8
  require "vauchar_api/version"
9
+ p "require vauchar_api/version"
8
10
 
9
11
  module VaucharAPI
10
12
  def self.config
@@ -16,3 +18,4 @@ require "vauchar_api/resources"
16
18
  require "vauchar_api/connection"
17
19
 
18
20
  VaucharAPI::Base.connection_class = VaucharAPI::Connection
21
+ p "VaucharAPI::Base.connection_class = VaucharAPI::Connection"
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.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max