# -*- encoding: utf-8 -*- # stub: crohr-restfully 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "crohr-restfully".freeze s.version = "0.1.1".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 = "2009-09-15" 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, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/restfully".freeze, "examples/grid5000.rb".freeze, "lib/restfully.rb".freeze, "lib/restfully/collection.rb".freeze, "lib/restfully/extensions.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/link_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/link_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, [">= 0".freeze]) end