Sha256: 0bce76cad9751adfe1b4307e85ff0d6dc62355a5aed60fac89353339549d5f0f
Contents?: true
Size: 1.43 KB
Versions: 0
Compression: gzip
Compressed size: 616 Bytes
Stored size: 616 Bytes
Contents
--- !ruby/object:Gem::Specification name: adamwiggins-rest-client version: !ruby/object:Gem::Version version: "0.9" platform: ruby authors: - Adam Wiggins autorequire: bindir: bin cert_chain: [] date: 2009-01-11 00:00:00 -08: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 - 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 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: rest-client 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: []