Skip to content

Commit

Permalink
added files on nice_http folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRuiz committed Feb 15, 2019
1 parent b606479 commit 47a909b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nice_http.gemspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Gem::Specification.new do |s|
s.name = 'nice_http'
s.version = '1.5.0'
s.version = '1.5.1'
s.summary = "NiceHttp -- simplest library for accessing and testing HTTP and REST resources."
s.description = "NiceHttp -- simplest library for accessing and testing HTTP and REST resources. Manage different hosts on the fly. Easily get the value you want from the JSON strings. Use hashes on your requests."
s.authors = ["Mario Ruiz"]
s.email = 'marioruizs@gmail.com'
s.files = ["lib/nice_http.rb","lib/nice_http/utils.rb","LICENSE","README.md",".yardopts"]
s.files = ["lib/nice_http.rb","lib/nice_http/http_methods.rb","lib/nice_http/utils.rb",
"lib/nice_http/manage_request.rb","lib/nice_http/manage_response.rb",
"LICENSE","README.md",".yardopts"]
s.extra_rdoc_files = ["LICENSE","README.md"]
s.homepage = 'https://github.com/MarioRuiz/nice_http'
s.license = 'MIT'
Expand Down

0 comments on commit 47a909b

Please sign in to comment.