Skip to content

Commit

Permalink
* Updated rest-client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinxvmg committed Feb 19, 2017
1 parent 71d1154 commit a36a47e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For SDKs in other programming languages, see https://www.hlr-lookups.com/en/sdks

Requirements
------------
* rest_client
* rest-client
* json
* sinatra

Expand Down
2 changes: 1 addition & 1 deletion src/lib/ruby_hlr_client/hlr_client.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'rest_client'
require 'rest-client'
require 'json'

module RubyHlrClient
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ruby_hlr_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubyHlrClient
VERSION = '0.0.17'
VERSION = '0.0.18'
end
2 changes: 1 addition & 1 deletion src/ruby_hlr_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.0.0'

s.add_dependency 'sinatra'
s.add_dependency 'rest_client'
s.add_dependency 'rest-client'
s.add_dependency 'json'

s.rubyforge_project = 'ruby_hlr_client'
Expand Down

0 comments on commit a36a47e

Please sign in to comment.