diff --git a/lib/simple_http_service/version.rb b/lib/simple_http_service/version.rb index bfb7462..c5ad5d0 100644 --- a/lib/simple_http_service/version.rb +++ b/lib/simple_http_service/version.rb @@ -1,3 +1,3 @@ module SimpleHttpService - VERSION = "0.1.3" + VERSION = "0.1.3.1" end diff --git a/simple_http_service.gemspec b/simple_http_service.gemspec index 9f61a01..6167729 100644 --- a/simple_http_service.gemspec +++ b/simple_http_service.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.version = SimpleHttpService::VERSION spec.authors = ["Gokul (gklsan)"] spec.email = ["pgokulmca@gmail.com"] - spec.summary = 'Welcome to SimpleHttpService gem' + spec.summary = 'SimpleHttpService is a simple Ruby library to make HTTP requests with customizable options for headers, timeouts, and retries. It provides a convenient way to create and send HTTP requests using a clean and simple interface.' spec.description = 'Welcome to SimpleHttpService gem' spec.homepage = "https://github.com/gklsan/simple_http_service" spec.license = "MIT"