footrest 0.1.2 → 0.1.3

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.
@@ -1,5 +1,6 @@
1
1
  require 'footrest/connection'
2
2
  require 'footrest/request'
3
+ require 'footrest/configuration'
3
4
 
4
5
  module Footrest
5
6
  class Client
@@ -1,3 +1,3 @@
1
1
  module Footrest
2
- VERSION = '0.1.2' unless defined?(Footrest::VERSION)
2
+ VERSION = '0.1.3' unless defined?(Footrest::VERSION)
3
3
  end
data/lib/footrest.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require 'footrest/http_error'
2
2
  require 'footrest/configuration'
3
3
  require 'footrest/client'
4
+ require 'footrest/version'
4
5
 
5
6
  module Footrest
6
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: footrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: