# -*- encoding: utf-8 -*- # stub: restfully 0.5.3 ruby lib Gem::Specification.new do |s| s.name = "restfully".freeze s.version = "0.5.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Cyril Rohr".freeze] s.date = "2010-02-05" s.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.".freeze s.email = "cyril.rohr@gmail.com".freeze s.executables = ["restfully".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "CHANGELOG".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TODO.rdoc".freeze, "VERSION".freeze, "bin/restfully".freeze, "examples/grid5000.rb".freeze, "lib/restfully.rb".freeze, "lib/restfully/collection.rb".freeze, "lib/restfully/error.rb".freeze, "lib/restfully/extensions.rb".freeze, "lib/restfully/http.rb".freeze, "lib/restfully/http/adapters/abstract_adapter.rb".freeze, "lib/restfully/http/adapters/patron_adapter.rb".freeze, "lib/restfully/http/adapters/rest_client_adapter.rb".freeze, "lib/restfully/http/error.rb".freeze, "lib/restfully/http/headers.rb".freeze, "lib/restfully/http/request.rb".freeze, "lib/restfully/http/response.rb".freeze, "lib/restfully/link.rb".freeze, "lib/restfully/parsing.rb".freeze, "lib/restfully/resource.rb".freeze, "lib/restfully/session.rb".freeze, "lib/restfully/special_array.rb".freeze, "lib/restfully/special_hash.rb".freeze, "restfully.gemspec".freeze, "spec/collection_spec.rb".freeze, "spec/fixtures/configuration_file.yml".freeze, "spec/fixtures/grid5000-rennes-jobs.json".freeze, "spec/fixtures/grid5000-sites.json".freeze, "spec/http/error_spec.rb".freeze, "spec/http/headers_spec.rb".freeze, "spec/http/request_spec.rb".freeze, "spec/http/response_spec.rb".freeze, "spec/http/rest_client_adapter_spec.rb".freeze, "spec/link_spec.rb".freeze, "spec/parsing_spec.rb".freeze, "spec/resource_spec.rb".freeze, "spec/restfully_spec.rb".freeze, "spec/session_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/crohr/restfully".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Experimental code for auto-generation of wrappers on top of RESTful APIs that follow some specific conventions.".freeze s.test_files = ["spec/collection_spec.rb".freeze, "spec/http/error_spec.rb".freeze, "spec/http/headers_spec.rb".freeze, "spec/http/request_spec.rb".freeze, "spec/http/response_spec.rb".freeze, "spec/http/rest_client_adapter_spec.rb".freeze, "spec/link_spec.rb".freeze, "spec/parsing_spec.rb".freeze, "spec/resource_spec.rb".freeze, "spec/restfully_spec.rb".freeze, "spec/session_spec.rb".freeze, "spec/spec_helper.rb".freeze, "examples/grid5000.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end