casino_hub 0.1.6 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 613a650e32859a01ae1463091383cd9d492db16c
4
- data.tar.gz: 993ab0c34ed7dd214cc2025de5f560c426d346e1
2
+ SHA256:
3
+ metadata.gz: 6c2f5446a1353849e11324e65d24d3c277fb46119c460cd1ac490191cafa0778
4
+ data.tar.gz: 2e8d22491ee3f1e87dc03e58d84054e3736b1b639c38e1ebd8f4aba74b93daa8
5
5
  SHA512:
6
- metadata.gz: 6d7c60fb2fc2cc487ecc26e447819d211a01ae421f28a56d72661e3f0345041938281c90ca777208a5d21f0101bcbf7a63af6d40e7f0ad7915e8b2d50fa88f4e
7
- data.tar.gz: d3d454c20710859aa1a1ebe002326268d5f2ea16e923484fbcdfeebb4ad82b1f659299aef36a97c8b5629d27aa1e738e0cdaf877ea4f6a4fb5f2b11f97724690
6
+ metadata.gz: 9ecab057c89076ffdfe806add8e9515c6dfce1c7d9ccb526ba38c2ac09941e52ad6b1d75b931f238138db15c313e3ca4c6a2339b0cc5bf387e0514d1ab77ecce
7
+ data.tar.gz: ca6f70aff2324fa5e20b14a98a648e9e4bd446fbb02b4600b37d2dd1e527f22a99b02c69cf35cb8f6189ff444bf7684534af835fa0b71b0b46fc71db895ab2b2
@@ -0,0 +1,5 @@
1
+ module CasinoHub
2
+ class Card < ApiResource
3
+ extend Operations::Create
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module CasinoHub
2
- VERSION = "0.1.6"
2
+ VERSION = "0.2.0"
3
3
  end
data/lib/casino_hub.rb CHANGED
@@ -10,6 +10,7 @@ require "casino_hub/operations/create"
10
10
 
11
11
  require "casino_hub/api_resource"
12
12
  require "casino_hub/payment"
13
+ require "casino_hub/card"
13
14
 
14
15
  module CasinoHub
15
16
  @api_version = nil
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: casino_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Devhub
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-21 00:00:00.000000000 Z
11
+ date: 2018-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -106,6 +106,7 @@ files:
106
106
  - casino_hub.gemspec
107
107
  - lib/casino_hub.rb
108
108
  - lib/casino_hub/api_resource.rb
109
+ - lib/casino_hub/card.rb
109
110
  - lib/casino_hub/errors/api_connection_error.rb
110
111
  - lib/casino_hub/errors/api_error.rb
111
112
  - lib/casino_hub/errors/casino_hub_error.rb
@@ -134,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
135
  version: '0'
135
136
  requirements: []
136
137
  rubyforge_project:
137
- rubygems_version: 2.5.2
138
+ rubygems_version: 2.7.3
138
139
  signing_key:
139
140
  specification_version: 4
140
141
  summary: Devhub Casino