--- !ruby/object:Gem::Specification name: restfulie version: !ruby/object:Gem::Version hash: 299253573 prerelease: true segments: - 0 - 1 - 0 - beta1 version: 0.1.0.beta1 platform: ruby authors: - Guilherme Silveira, Caue Guerra, Luis Cipriani, Everton Ribeiro, George Guimaraes, Paulo Ahagon, Several contributors autorequire: bindir: bin cert_chain: [] date: 2010-10-29 00:00:00 -02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 1 - 4 - 2 version: 1.4.2 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: actionpack prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 7 segments: - 2 - 3 - 2 version: 2.3.2 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: activesupport prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 7 segments: - 2 - 3 - 2 version: 2.3.2 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: json_pure prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 23 segments: - 1 - 2 - 4 version: 1.2.4 type: :runtime version_requirements: *id004 description: email: guilherme.silveira@caelum.com.br executables: [] extensions: [] extra_rdoc_files: [] files: - lib/restfulie/client/base.rb - lib/restfulie/client/cache/basic.rb - lib/restfulie/client/cache/fake.rb - lib/restfulie/client/cache/http_ext.rb - lib/restfulie/client/cache/restrictions.rb - lib/restfulie/client/cache.rb - lib/restfulie/client/configuration.rb - lib/restfulie/client/dsl.rb - lib/restfulie/client/entry_point.rb - lib/restfulie/client/ext/atom_ext.rb - lib/restfulie/client/ext/http_ext.rb - lib/restfulie/client/ext/json_ext.rb - lib/restfulie/client/feature/base.rb - lib/restfulie/client/feature/base_request.rb - lib/restfulie/client/feature/cache.rb - lib/restfulie/client/feature/enhance_response.rb - lib/restfulie/client/feature/follow_request.rb - lib/restfulie/client/feature/history.rb - lib/restfulie/client/feature/history_request.rb - lib/restfulie/client/feature/open_search/pattern_matcher.rb - lib/restfulie/client/feature/open_search.rb - lib/restfulie/client/feature/serialize_body.rb - lib/restfulie/client/feature/setup_header.rb - lib/restfulie/client/feature/throw_error.rb - lib/restfulie/client/feature/verb.rb - lib/restfulie/client/feature.rb - lib/restfulie/client/http/cache.rb - lib/restfulie/client/http/error.rb - lib/restfulie/client/http/response_holder.rb - lib/restfulie/client/http.rb - lib/restfulie/client/master_delegator.rb - lib/restfulie/client/mikyung/concatenator.rb - lib/restfulie/client/mikyung/core.rb - lib/restfulie/client/mikyung/languages/german.rb - lib/restfulie/client/mikyung/languages/portuguese.rb - lib/restfulie/client/mikyung/languages.rb - lib/restfulie/client/mikyung/rest_process_model.rb - lib/restfulie/client/mikyung/steady_state_walker.rb - lib/restfulie/client/mikyung/then_condition.rb - lib/restfulie/client/mikyung/when_condition.rb - lib/restfulie/client/mikyung.rb - lib/restfulie/client.rb - lib/restfulie/common/converter/atom/base.rb - lib/restfulie/common/converter/atom/builder.rb - lib/restfulie/common/converter/atom/helpers.rb - lib/restfulie/common/converter/atom.rb - lib/restfulie/common/converter/json/base.rb - lib/restfulie/common/converter/json/builder.rb - lib/restfulie/common/converter/json/helpers.rb - lib/restfulie/common/converter/json.rb - lib/restfulie/common/converter/open_search/descriptor.rb - lib/restfulie/common/converter/open_search.rb - lib/restfulie/common/converter/values.rb - lib/restfulie/common/converter/xml/base.rb - lib/restfulie/common/converter/xml/builder.rb - lib/restfulie/common/converter/xml/helpers.rb - lib/restfulie/common/converter/xml/link.rb - lib/restfulie/common/converter/xml/links.rb - lib/restfulie/common/converter/xml.rb - lib/restfulie/common/converter.rb - lib/restfulie/common/core_ext/hash.rb - lib/restfulie/common/core_ext.rb - lib/restfulie/common/error.rb - lib/restfulie/common/links.rb - lib/restfulie/common/logger.rb - lib/restfulie/common/representation/atom/base.rb - lib/restfulie/common/representation/atom/category.rb - lib/restfulie/common/representation/atom/entry.rb - lib/restfulie/common/representation/atom/factory.rb - lib/restfulie/common/representation/atom/feed.rb - lib/restfulie/common/representation/atom/link.rb - lib/restfulie/common/representation/atom/person.rb - lib/restfulie/common/representation/atom/source.rb - lib/restfulie/common/representation/atom/tag_collection.rb - lib/restfulie/common/representation/atom/xml.rb - lib/restfulie/common/representation/atom.rb - lib/restfulie/common/representation/generic.rb - lib/restfulie/common/representation/json/base.rb - lib/restfulie/common/representation/json/keys_as_methods.rb - lib/restfulie/common/representation/json/link.rb - lib/restfulie/common/representation/json/link_collection.rb - lib/restfulie/common/representation/json.rb - lib/restfulie/common/representation/links.rb - lib/restfulie/common/representation.rb - lib/restfulie/common.rb - lib/restfulie/server/action_controller/base.rb - lib/restfulie/server/action_controller/params_parser.rb - lib/restfulie/server/action_controller/patch.rb - lib/restfulie/server/action_controller/restful_responder.rb - lib/restfulie/server/action_controller/trait/cacheable.rb - lib/restfulie/server/action_controller/trait/created.rb - lib/restfulie/server/action_controller/trait.rb - lib/restfulie/server/action_controller.rb - lib/restfulie/server/action_view/helpers.rb - lib/restfulie/server/action_view/template_handlers/tokamak.rb - lib/restfulie/server/action_view/template_handlers.rb - lib/restfulie/server/action_view.rb - lib/restfulie/server/configuration.rb - lib/restfulie/server/controller.rb - lib/restfulie/server/core_ext/array.rb - lib/restfulie/server/core_ext.rb - lib/restfulie/server.rb - lib/restfulie/version.rb - lib/restfulie.rb - Gemfile - Gemfile.lock - LICENSE - Rakefile - README.textile - lib/restfulie/common/representation/atom/atom.rng has_rdoc: true homepage: http://restfulie.caelumobjects.com licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 25 segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Hypermedia aware resource based library in ruby (client side) and ruby on rails (server side). test_files: []