--- !ruby/object:Gem::Specification name: crohr-restfully version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - Cyril Rohr autorequire: bindir: bin cert_chain: [] date: 2009-09-17 00:00:00 -07:00 default_executable: restfully dependencies: - !ruby/object:Gem::Dependency name: rest-client type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "1.0" version: description: Experimental code for auto-generation of wrappers on top of RESTful APIs that follow HATEOAS principles and provide OPTIONS methods and/or Allow headers. email: cyril.rohr@gmail.com executables: - restfully extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - TODO.rdoc - VERSION - bin/restfully - examples/grid5000.rb - lib/restfully.rb - lib/restfully/collection.rb - lib/restfully/error.rb - lib/restfully/extensions.rb - lib/restfully/http.rb - lib/restfully/http/adapters/abstract_adapter.rb - lib/restfully/http/adapters/patron_adapter.rb - lib/restfully/http/adapters/rest_client_adapter.rb - lib/restfully/http/error.rb - lib/restfully/http/headers.rb - lib/restfully/http/request.rb - lib/restfully/http/response.rb - lib/restfully/link.rb - lib/restfully/parsing.rb - lib/restfully/resource.rb - lib/restfully/session.rb - lib/restfully/special_array.rb - lib/restfully/special_hash.rb - restfully.gemspec - spec/collection_spec.rb - spec/fixtures/grid5000-sites.json - spec/http/error_spec.rb - spec/http/headers_spec.rb - spec/http/request_spec.rb - spec/http/response_spec.rb - spec/http/rest_client_adapter_spec.rb - spec/link_spec.rb - spec/parsing_spec.rb - spec/resource_spec.rb - spec/restfully_spec.rb - spec/session_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/crohr/restfully licenses: post_install_message: rdoc_options: - --charset=UTF-8 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: restfully rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Experimental code for auto-generation of wrappers on top of RESTful APIs that follow some specific conventions. test_files: - spec/collection_spec.rb - spec/http/error_spec.rb - spec/http/headers_spec.rb - spec/http/request_spec.rb - spec/http/response_spec.rb - spec/http/rest_client_adapter_spec.rb - spec/link_spec.rb - spec/parsing_spec.rb - spec/resource_spec.rb - spec/restfully_spec.rb - spec/session_spec.rb - spec/spec_helper.rb - examples/grid5000.rb