Sha256: 31c212c067f768a25ffd7bc85ed3a47a53459f8b7af2df5c5fa1fbc2ae188c19

Contents?: true

Size: 1.46 KB

Versions: 0

Compression: gzip

Compressed size: 623 Bytes

Stored size: 623 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: cryx-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: []

Package Spec version

cryx-rest-client-0.9.1