vauchar_api 0.2.4 → 0.3.0
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/vauchar_api/version.rb +1 -1
- data/lib/vauchar_api.rb +6 -6
- metadata +1 -2
- data/vauchar_api-0.1.3.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f68ba47baddb6cdcf329d88e6ee7e5a293480d2a387c84ea10d2bbd2cfafa0f
|
4
|
+
data.tar.gz: 605cdb7c545d9ea23a38ab10d0c310072792858e9eb07962893a3a751946a431
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 050e3481769a6766e83bbf070f063c9394139bfd5c872c2a3bd0edba3bc64aa4157fe33a9f6cf1be1a2da1bd2cf29927f0a88675b2102143503517795b406037
|
7
|
+
data.tar.gz: c1f36565d38b540e368c3538b1fbd566acf8a1cda876f51328e39796a394a7f929c32ca67085df4b09edd74ae57039f9097ab6604b9accef81bb2df8b80a65dc
|
data/Gemfile.lock
CHANGED
data/lib/vauchar_api/version.rb
CHANGED
data/lib/vauchar_api.rb
CHANGED
@@ -4,13 +4,13 @@ require "vauchar_api/version"
|
|
4
4
|
require "active_resource"
|
5
5
|
require "active_resource/formats_ext"
|
6
6
|
|
7
|
-
module VaucharAPI
|
8
|
-
def self.config
|
9
|
-
yield Configuration
|
10
|
-
end
|
11
|
-
end
|
12
|
-
|
13
7
|
require "vauchar_api/resources"
|
14
8
|
require "vauchar_api/connection"
|
15
9
|
require "active_resource/connection_ext"
|
16
10
|
require "active_resource/custom_methods_ext"
|
11
|
+
|
12
|
+
module VaucharAPI
|
13
|
+
def self.config
|
14
|
+
yield Configuration
|
15
|
+
end
|
16
|
+
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
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Max
|
@@ -88,7 +88,6 @@ files:
|
|
88
88
|
- lib/vauchar_api/resources/voucher.rb
|
89
89
|
- lib/vauchar_api/resources/voucher_redemption.rb
|
90
90
|
- lib/vauchar_api/version.rb
|
91
|
-
- vauchar_api-0.1.3.gem
|
92
91
|
- vauchar_api.gemspec
|
93
92
|
homepage:
|
94
93
|
licenses:
|
data/vauchar_api-0.1.3.gem
DELETED
Binary file
|