reviewed 0.1.25 → 0.1.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,7 @@ module Reviewed
45
45
  end
46
46
 
47
47
  def connection
48
- @connection ||= ::Faraday.new(url: BASE_URI) do |faraday|
48
+ @connection ||= ::Faraday.new(url: base_uri) do |faraday|
49
49
  faraday.response :mashify
50
50
  faraday.response :json
51
51
  faraday.request :url_encoded
@@ -1,4 +1,4 @@
1
1
  module Reviewed
2
- VERSION = "0.1.25"
2
+ VERSION = "0.1.26"
3
3
  API_VERSION = 'v1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reviewed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: