Sha256: 1d46913c13f1c459bc19b735d20998a1309688b99c4efc25240f843af7c6a2a4
Contents?: true
Size: 1.47 KB
Versions: 0
Compression: gzip
Compressed size: 624 Bytes
Stored size: 624 Bytes
Contents
--- !ruby/object:Gem::Specification name: adamwiggins-rest-client version: !ruby/object:Gem::Version version: 0.9.1 platform: ruby authors: - Adam Wiggins autorequire: bindir: bin cert_chain: [] date: 2009-02-13 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/rest_client.rb - 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: 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: []