Sha256: b742262f0080fc1052c36e5ac9eaa904dd6777e351853330219cefe3ac7e0ec5
Contents?: true
Size: 1000 Bytes
Versions: 1
Compression:
Stored size: 1000 Bytes
Contents
Gem::Specification.new do |s| s.name = "rest-client" s.version = "0.9" s.summary = "Simple REST client for Ruby, inspired by microframework syntax for specifying actions." s.description = "A simple REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete." s.author = "Adam Wiggins" s.email = "adam@heroku.com" s.rubyforge_project = "rest-client" s.homepage = "http://rest-client.heroku.com/" s.has_rdoc = true s.platform = Gem::Platform::RUBY s.files = %w(Rakefile README.rdoc rest-client.gemspec lib/restclient/request.rb lib/restclient/response.rb lib/restclient/exceptions.rb lib/restclient/resource.rb spec/base.rb spec/request_spec.rb spec/response_spec.rb spec/exceptions_spec.rb spec/resource_spec.rb spec/restclient_spec.rb bin/restclient) s.executables = ['restclient'] s.require_path = "lib" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adamwiggins-rest-client-0.9 | rest-client.gemspec |