betsmart-grid 0.0.1 → 0.0.2

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.
@@ -3,21 +3,22 @@ require "betsmart-grid/version"
3
3
  module Betsmart
4
4
  module Grid
5
5
  # Your code goes here...
6
+ class Client
7
+ def initialize(account_sid, auth_token)
8
+ 'initialized'
9
+ end
6
10
 
7
- def initialize(account_sid, auth_token)
8
- end
11
+ def request
12
+ 'request made'
13
+ end
9
14
 
10
- def request
11
- 'YAYAYAY'
12
- end
15
+ private
13
16
 
14
- private
17
+ def set_up_connection
18
+ end
15
19
 
16
- def set_up_connection
20
+ def connect_and_send(request)
21
+ end
17
22
  end
18
-
19
- def connect_and_send(request)
20
- end
21
-
22
23
  end
23
24
  end
@@ -1,5 +1,5 @@
1
1
  module Betsmart
2
2
  module Grid
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betsmart-grid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: