gemaweek 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,8 @@ require "gemaweek/version"
2
2
  require 'api_smith'
3
3
 
4
4
  module Gemaweek
5
- end
6
- require "gemaweek/client"
5
+ class Client
6
+ include APISmith::Client
7
+ base_uri 'http://localhost:3000'
8
+ end
9
+ end
@@ -1,3 +1,3 @@
1
1
  module Gemaweek
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gemaweek
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Evan Machnic