Sha256: e449d9047e61411b51f8ac04c10eefddff13d1ddc5aed5c5482f6e0d00c83114
Contents?: true
Size: 1.44 KB
Versions: 0
Compression: gzip
Compressed size: 615 Bytes
Stored size: 615 Bytes
Contents
--- !ruby/object:Gem::Specification name: markdillon-restclient version: !ruby/object:Gem::Version version: "1.0" platform: ruby authors: - Adam Wiggins autorequire: bindir: bin cert_chain: [] date: 2009-05-16 00:00:00 -07:00 default_executable: dependencies: [] description: "A simple REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete." email: adam@heroku.com executables: - restclient extensions: [] extra_rdoc_files: [] files: - Rakefile - README.rdoc - restclient.gemspec - lib/restclient.rb - 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 has_rdoc: true homepage: http://rest-client.heroku.com/ post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Simple REST client for Ruby, inspired by microframework syntax for specifying actions. test_files: []