Skip to content

Commit

Permalink
Gemspec summary added
Browse files Browse the repository at this point in the history
  • Loading branch information
gklsan committed Jul 13, 2024
1 parent df62cac commit 8ee2a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/simple_http_service/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleHttpService
VERSION = "0.1.3"
VERSION = "0.1.3.1"
end
2 changes: 1 addition & 1 deletion simple_http_service.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.version = SimpleHttpService::VERSION
spec.authors = ["Gokul (gklsan)"]
spec.email = ["[email protected]"]
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"
Expand Down

0 comments on commit 8ee2a28

Please sign in to comment.