Skip to content

Commit a36a47e

Browse files
committed
* Updated rest-client dependency
1 parent 71d1154 commit a36a47e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For SDKs in other programming languages, see https://www.hlr-lookups.com/en/sdks
99

1010
Requirements
1111
------------
12-
* rest_client
12+
* rest-client
1313
* json
1414
* sinatra
1515

src/lib/ruby_hlr_client/hlr_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'rest_client'
1+
require 'rest-client'
22
require 'json'
33

44
module RubyHlrClient

src/lib/ruby_hlr_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RubyHlrClient
2-
VERSION = '0.0.17'
2+
VERSION = '0.0.18'
33
end

src/ruby_hlr_client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.required_ruby_version = '>= 2.0.0'
1515

1616
s.add_dependency 'sinatra'
17-
s.add_dependency 'rest_client'
17+
s.add_dependency 'rest-client'
1818
s.add_dependency 'json'
1919

2020
s.rubyforge_project = 'ruby_hlr_client'

0 commit comments

Comments
 (0)