diff --git a/nice_http.gemspec b/nice_http.gemspec index 8cfe5cc..d60329c 100644 --- a/nice_http.gemspec +++ b/nice_http.gemspec @@ -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'