--- !ruby/object:Gem::Specification 
name: restfulie
version: !ruby/object:Gem::Version 
  hash: 57
  prerelease: false
  segments: 
  - 0
  - 9
  - 1
  version: 0.9.1
platform: ruby
authors: 
- Guilherme Silveira, Caue Guerra, Luis Cipriani, Everton Ribeiro, George Guimaraes, Paulo Ahagon
autorequire: 
bindir: bin
cert_chain: []

date: 2010-08-22 00:00:00 -03: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: responders_backport
  prerelease: false
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 27
        segments: 
        - 0
        - 1
        - 0
        version: 0.1.0
  type: :runtime
  version_requirements: *id004
- !ruby/object:Gem::Dependency 
  name: json_pure
  prerelease: false
  requirement: &id005 !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: *id005
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/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/ext/xml_ext.rb
- lib/restfulie/client/http/cache.rb
- lib/restfulie/client/http/error.rb
- lib/restfulie/client/http/link_request_builder.rb
- lib/restfulie/client/http/request_adapter.rb
- lib/restfulie/client/http/request_builder.rb
- lib/restfulie/client/http/request_builder_executor.rb
- lib/restfulie/client/http/request_executor.rb
- lib/restfulie/client/http/request_follow.rb
- lib/restfulie/client/http/request_follow_executor.rb
- lib/restfulie/client/http/request_history.rb
- lib/restfulie/client/http/request_history_executor.rb
- lib/restfulie/client/http/request_marshaller.rb
- lib/restfulie/client/http/request_marshaller_executor.rb
- lib/restfulie/client/http/response.rb
- lib/restfulie/client/http/response_handler.rb
- lib/restfulie/client/http/response_holder.rb
- lib/restfulie/client/http.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/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/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/cacheable_responder.rb
- lib/restfulie/server/action_controller/created_responder.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.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
- 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: 3
      segments: 
      - 0
      version: "0"
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: []