# -*- encoding: utf-8 -*-
# stub: restfulie 1.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "restfulie".freeze
  s.version = "1.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 = ["Guilherme Silveira, Caue Guerra, Luis Cipriani, Everton Ribeiro, George Guimaraes, Paulo Ahagon, and many more!".freeze]
  s.date = "2012-07-05"
  s.description = "restfulie".freeze
  s.email = "guilherme.silveira@caelum.com.br".freeze
  s.files = [".gitignore".freeze, ".gitmodules".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "full-examples/.gitignore".freeze, "full-examples/README.textile".freeze, "full-examples/mikemaze/README.textile".freeze, "full-examples/mikemaze/maze_basic.rb".freeze, "full-examples/mikemaze/maze_solver_spec.rb".freeze, "full-examples/rest_from_scratch/part_1/.gitignore".freeze, "full-examples/rest_from_scratch/part_1/.rspec".freeze, "full-examples/rest_from_scratch/part_1/Gemfile".freeze, "full-examples/rest_from_scratch/part_1/Gemfile.lock".freeze, "full-examples/rest_from_scratch/part_1/README".freeze, "full-examples/rest_from_scratch/part_1/Rakefile".freeze, "full-examples/rest_from_scratch/part_1/app/controllers/application_controller.rb".freeze, "full-examples/rest_from_scratch/part_1/app/controllers/items_controller.rb".freeze, "full-examples/rest_from_scratch/part_1/app/helpers/application_helper.rb".freeze, "full-examples/rest_from_scratch/part_1/app/helpers/items_helper.rb".freeze, "full-examples/rest_from_scratch/part_1/app/models/item.rb".freeze, "full-examples/rest_from_scratch/part_1/app/views/items/_form.html.erb".freeze, "full-examples/rest_from_scratch/part_1/app/views/items/edit.html.erb".freeze, "full-examples/rest_from_scratch/part_1/app/views/items/index.html.erb".freeze, "full-examples/rest_from_scratch/part_1/app/views/items/new.html.erb".freeze, "full-examples/rest_from_scratch/part_1/app/views/items/show.html.erb".freeze, "full-examples/rest_from_scratch/part_1/app/views/layouts/application.html.erb".freeze, "full-examples/rest_from_scratch/part_1/autotest/discover.rb".freeze, "full-examples/rest_from_scratch/part_1/config.ru".freeze, "full-examples/rest_from_scratch/part_1/config/application.rb".freeze, "full-examples/rest_from_scratch/part_1/config/boot.rb".freeze, "full-examples/rest_from_scratch/part_1/config/database.yml".freeze, "full-examples/rest_from_scratch/part_1/config/environment.rb".freeze, "full-examples/rest_from_scratch/part_1/config/environments/development.rb".freeze, "full-examples/rest_from_scratch/part_1/config/environments/production.rb".freeze, "full-examples/rest_from_scratch/part_1/config/environments/test.rb".freeze, "full-examples/rest_from_scratch/part_1/config/initializers/backtrace_silencers.rb".freeze, "full-examples/rest_from_scratch/part_1/config/initializers/inflections.rb".freeze, "full-examples/rest_from_scratch/part_1/config/initializers/mime_types.rb".freeze, "full-examples/rest_from_scratch/part_1/config/initializers/secret_token.rb".freeze, "full-examples/rest_from_scratch/part_1/config/initializers/session_store.rb".freeze, "full-examples/rest_from_scratch/part_1/config/locales/en.yml".freeze, "full-examples/rest_from_scratch/part_1/config/routes.rb".freeze, "full-examples/rest_from_scratch/part_1/db/migrate/20100830171258_create_items.rb".freeze, "full-examples/rest_from_scratch/part_1/db/schema.rb".freeze, "full-examples/rest_from_scratch/part_1/db/seeds.rb".freeze, "full-examples/rest_from_scratch/part_1/lib/tasks/.gitkeep".freeze, "full-examples/rest_from_scratch/part_1/public/404.html".freeze, "full-examples/rest_from_scratch/part_1/public/422.html".freeze, "full-examples/rest_from_scratch/part_1/public/500.html".freeze, "full-examples/rest_from_scratch/part_1/public/favicon.ico".freeze, "full-examples/rest_from_scratch/part_1/public/images/rails.png".freeze, "full-examples/rest_from_scratch/part_1/public/index.html".freeze, "full-examples/rest_from_scratch/part_1/public/javascripts/application.js".freeze, "full-examples/rest_from_scratch/part_1/public/javascripts/controls.js".freeze, "full-examples/rest_from_scratch/part_1/public/javascripts/dragdrop.js".freeze, "full-examples/rest_from_scratch/part_1/public/javascripts/effects.js".freeze, "full-examples/rest_from_scratch/part_1/public/javascripts/prototype.js".freeze, "full-examples/rest_from_scratch/part_1/public/javascripts/rails.js".freeze, "full-examples/rest_from_scratch/part_1/public/robots.txt".freeze, "full-examples/rest_from_scratch/part_1/public/stylesheets/.gitkeep".freeze, "full-examples/rest_from_scratch/part_1/public/stylesheets/scaffold.css".freeze, "full-examples/rest_from_scratch/part_1/script/rails".freeze, "full-examples/rest_from_scratch/part_1/spec/items_spec.rb".freeze, "full-examples/rest_from_scratch/part_1/spec/spec_helper.rb".freeze, "full-examples/rest_from_scratch/part_1/test/fixtures/items.yml".freeze, "full-examples/rest_from_scratch/part_1/test/functional/items_controller_test.rb".freeze, "full-examples/rest_from_scratch/part_1/test/performance/browsing_test.rb".freeze, "full-examples/rest_from_scratch/part_1/test/test_helper.rb".freeze, "full-examples/rest_from_scratch/part_1/test/unit/helpers/items_helper_test.rb".freeze, "full-examples/rest_from_scratch/part_1/test/unit/item_test.rb".freeze, "full-examples/rest_from_scratch/part_1/vendor/plugins/.gitkeep".freeze, "full-examples/rest_from_scratch/part_2/.gitignore".freeze, "full-examples/rest_from_scratch/part_2/.rspec".freeze, "full-examples/rest_from_scratch/part_2/Gemfile".freeze, "full-examples/rest_from_scratch/part_2/Gemfile.lock".freeze, "full-examples/rest_from_scratch/part_2/README".freeze, "full-examples/rest_from_scratch/part_2/Rakefile".freeze, "full-examples/rest_from_scratch/part_2/app/controllers/application_controller.rb".freeze, "full-examples/rest_from_scratch/part_2/app/controllers/baskets_controller.rb".freeze, "full-examples/rest_from_scratch/part_2/app/controllers/items_controller.rb".freeze, "full-examples/rest_from_scratch/part_2/app/controllers/payments_controller.rb".freeze, "full-examples/rest_from_scratch/part_2/app/helpers/application_helper.rb".freeze, "full-examples/rest_from_scratch/part_2/app/helpers/baskets_helper.rb".freeze, "full-examples/rest_from_scratch/part_2/app/helpers/items_helper.rb".freeze, "full-examples/rest_from_scratch/part_2/app/helpers/payments_helper.rb".freeze, "full-examples/rest_from_scratch/part_2/app/models/basket.rb".freeze, "full-examples/rest_from_scratch/part_2/app/models/item.rb".freeze, "full-examples/rest_from_scratch/part_2/app/models/payment.rb".freeze, "full-examples/rest_from_scratch/part_2/app/views/baskets/show.tokamak".freeze, "full-examples/rest_from_scratch/part_2/app/views/items/_show.tokamak".freeze, "full-examples/rest_from_scratch/part_2/app/views/items/index.tokamak".freeze, "full-examples/rest_from_scratch/part_2/app/views/layouts/application.html.erb".freeze, "full-examples/rest_from_scratch/part_2/autotest/discover.rb".freeze, "full-examples/rest_from_scratch/part_2/config.ru".freeze, "full-examples/rest_from_scratch/part_2/config/application.rb".freeze, "full-examples/rest_from_scratch/part_2/config/boot.rb".freeze, "full-examples/rest_from_scratch/part_2/config/database.yml".freeze, "full-examples/rest_from_scratch/part_2/config/environment.rb".freeze, "full-examples/rest_from_scratch/part_2/config/environments/development.rb".freeze, "full-examples/rest_from_scratch/part_2/config/environments/production.rb".freeze, "full-examples/rest_from_scratch/part_2/config/environments/test.rb".freeze, "full-examples/rest_from_scratch/part_2/config/initializers/backtrace_silencers.rb".freeze, "full-examples/rest_from_scratch/part_2/config/initializers/inflections.rb".freeze, "full-examples/rest_from_scratch/part_2/config/initializers/mime_types.rb".freeze, "full-examples/rest_from_scratch/part_2/config/initializers/secret_token.rb".freeze, "full-examples/rest_from_scratch/part_2/config/initializers/session_store.rb".freeze, "full-examples/rest_from_scratch/part_2/config/locales/en.yml".freeze, "full-examples/rest_from_scratch/part_2/config/routes.rb".freeze, "full-examples/rest_from_scratch/part_2/db/migrate/20100830171258_create_items.rb".freeze, "full-examples/rest_from_scratch/part_2/db/migrate/20100830180139_create_baskets.rb".freeze, "full-examples/rest_from_scratch/part_2/db/migrate/20100830180203_create_payments.rb".freeze, "full-examples/rest_from_scratch/part_2/db/migrate/20100830185456_connect_baskets_to_items.rb".freeze, "full-examples/rest_from_scratch/part_2/db/schema.rb".freeze, "full-examples/rest_from_scratch/part_2/db/seeds.rb".freeze, "full-examples/rest_from_scratch/part_2/lib/tasks/.gitkeep".freeze, "full-examples/rest_from_scratch/part_2/public/404.html".freeze, "full-examples/rest_from_scratch/part_2/public/422.html".freeze, "full-examples/rest_from_scratch/part_2/public/500.html".freeze, "full-examples/rest_from_scratch/part_2/public/favicon.ico".freeze, "full-examples/rest_from_scratch/part_2/public/images/rails.png".freeze, "full-examples/rest_from_scratch/part_2/public/index.html".freeze, "full-examples/rest_from_scratch/part_2/public/javascripts/application.js".freeze, "full-examples/rest_from_scratch/part_2/public/javascripts/controls.js".freeze, "full-examples/rest_from_scratch/part_2/public/javascripts/dragdrop.js".freeze, "full-examples/rest_from_scratch/part_2/public/javascripts/effects.js".freeze, "full-examples/rest_from_scratch/part_2/public/javascripts/prototype.js".freeze, "full-examples/rest_from_scratch/part_2/public/javascripts/rails.js".freeze, "full-examples/rest_from_scratch/part_2/public/robots.txt".freeze, "full-examples/rest_from_scratch/part_2/public/stylesheets/.gitkeep".freeze, "full-examples/rest_from_scratch/part_2/public/stylesheets/scaffold.css".freeze, "full-examples/rest_from_scratch/part_2/script/rails".freeze, "full-examples/rest_from_scratch/part_2/spec/full_cycle_spec.rb".freeze, "full-examples/rest_from_scratch/part_2/spec/items_spec.rb".freeze, "full-examples/rest_from_scratch/part_2/spec/spec_helper.rb".freeze, "full-examples/rest_from_scratch/part_2/test/fixtures/items.yml".freeze, "full-examples/rest_from_scratch/part_2/test/functional/items_controller_test.rb".freeze, "full-examples/rest_from_scratch/part_2/test/performance/browsing_test.rb".freeze, "full-examples/rest_from_scratch/part_2/test/test_helper.rb".freeze, "full-examples/rest_from_scratch/part_2/test/unit/helpers/items_helper_test.rb".freeze, "full-examples/rest_from_scratch/part_2/test/unit/item_test.rb".freeze, "full-examples/rest_from_scratch/part_2/vendor/plugins/.gitkeep".freeze, "full-examples/rest_from_scratch/part_3/.gitignore".freeze, "full-examples/rest_from_scratch/part_3/.rspec".freeze, "full-examples/rest_from_scratch/part_3/Gemfile".freeze, "full-examples/rest_from_scratch/part_3/Gemfile.lock".freeze, "full-examples/rest_from_scratch/part_3/README".freeze, "full-examples/rest_from_scratch/part_3/Rakefile".freeze, "full-examples/rest_from_scratch/part_3/app/controllers/application_controller.rb".freeze, "full-examples/rest_from_scratch/part_3/app/controllers/baskets_controller.rb".freeze, "full-examples/rest_from_scratch/part_3/app/controllers/items_controller.rb".freeze, "full-examples/rest_from_scratch/part_3/app/controllers/payments_controller.rb".freeze, "full-examples/rest_from_scratch/part_3/app/helpers/application_helper.rb".freeze, "full-examples/rest_from_scratch/part_3/app/helpers/baskets_helper.rb".freeze, "full-examples/rest_from_scratch/part_3/app/helpers/items_helper.rb".freeze, "full-examples/rest_from_scratch/part_3/app/helpers/payments_helper.rb".freeze, "full-examples/rest_from_scratch/part_3/app/models/basket.rb".freeze, "full-examples/rest_from_scratch/part_3/app/models/item.rb".freeze, "full-examples/rest_from_scratch/part_3/app/models/payment.rb".freeze, "full-examples/rest_from_scratch/part_3/app/views/baskets/show.tokamak".freeze, "full-examples/rest_from_scratch/part_3/app/views/items/_show.tokamak".freeze, "full-examples/rest_from_scratch/part_3/app/views/items/index.tokamak".freeze, "full-examples/rest_from_scratch/part_3/app/views/layouts/application.html.erb".freeze, "full-examples/rest_from_scratch/part_3/autotest/discover.rb".freeze, "full-examples/rest_from_scratch/part_3/config.ru".freeze, "full-examples/rest_from_scratch/part_3/config/application.rb".freeze, "full-examples/rest_from_scratch/part_3/config/boot.rb".freeze, "full-examples/rest_from_scratch/part_3/config/database.yml".freeze, "full-examples/rest_from_scratch/part_3/config/environment.rb".freeze, "full-examples/rest_from_scratch/part_3/config/environments/development.rb".freeze, "full-examples/rest_from_scratch/part_3/config/environments/production.rb".freeze, "full-examples/rest_from_scratch/part_3/config/environments/test.rb".freeze, "full-examples/rest_from_scratch/part_3/config/initializers/backtrace_silencers.rb".freeze, "full-examples/rest_from_scratch/part_3/config/initializers/inflections.rb".freeze, "full-examples/rest_from_scratch/part_3/config/initializers/mime_types.rb".freeze, "full-examples/rest_from_scratch/part_3/config/initializers/secret_token.rb".freeze, "full-examples/rest_from_scratch/part_3/config/initializers/session_store.rb".freeze, "full-examples/rest_from_scratch/part_3/config/locales/en.yml".freeze, "full-examples/rest_from_scratch/part_3/config/routes.rb".freeze, "full-examples/rest_from_scratch/part_3/db/migrate/20100830171258_create_items.rb".freeze, "full-examples/rest_from_scratch/part_3/db/migrate/20100830180139_create_baskets.rb".freeze, "full-examples/rest_from_scratch/part_3/db/migrate/20100830180203_create_payments.rb".freeze, "full-examples/rest_from_scratch/part_3/db/migrate/20100830185456_connect_baskets_to_items.rb".freeze, "full-examples/rest_from_scratch/part_3/db/schema.rb".freeze, "full-examples/rest_from_scratch/part_3/db/seeds.rb".freeze, "full-examples/rest_from_scratch/part_3/lib/tasks/.gitkeep".freeze, "full-examples/rest_from_scratch/part_3/public/404.html".freeze, "full-examples/rest_from_scratch/part_3/public/422.html".freeze, "full-examples/rest_from_scratch/part_3/public/500.html".freeze, "full-examples/rest_from_scratch/part_3/public/favicon.ico".freeze, "full-examples/rest_from_scratch/part_3/public/images/rails.png".freeze, "full-examples/rest_from_scratch/part_3/public/index.html".freeze, "full-examples/rest_from_scratch/part_3/public/javascripts/application.js".freeze, "full-examples/rest_from_scratch/part_3/public/javascripts/controls.js".freeze, "full-examples/rest_from_scratch/part_3/public/javascripts/dragdrop.js".freeze, "full-examples/rest_from_scratch/part_3/public/javascripts/effects.js".freeze, "full-examples/rest_from_scratch/part_3/public/javascripts/prototype.js".freeze, "full-examples/rest_from_scratch/part_3/public/javascripts/rails.js".freeze, "full-examples/rest_from_scratch/part_3/public/robots.txt".freeze, "full-examples/rest_from_scratch/part_3/public/stylesheets/.gitkeep".freeze, "full-examples/rest_from_scratch/part_3/public/stylesheets/scaffold.css".freeze, "full-examples/rest_from_scratch/part_3/script/rails".freeze, "full-examples/rest_from_scratch/part_3/spec/buying_process_spec.rb".freeze, "full-examples/rest_from_scratch/part_3/spec/client/buying_process.rb".freeze, "full-examples/rest_from_scratch/part_3/spec/client/scenarios/buying_process.scenario".freeze, "full-examples/rest_from_scratch/part_3/spec/client/steps/buying_process.rb".freeze, "full-examples/rest_from_scratch/part_3/spec/full_cycle_spec.rb".freeze, "full-examples/rest_from_scratch/part_3/spec/items_spec.rb".freeze, "full-examples/rest_from_scratch/part_3/spec/spec_helper.rb".freeze, "full-examples/rest_from_scratch/part_3/test/fixtures/items.yml".freeze, "full-examples/rest_from_scratch/part_3/test/functional/items_controller_test.rb".freeze, "full-examples/rest_from_scratch/part_3/test/performance/browsing_test.rb".freeze, "full-examples/rest_from_scratch/part_3/test/test_helper.rb".freeze, "full-examples/rest_from_scratch/part_3/test/unit/helpers/items_helper_test.rb".freeze, "full-examples/rest_from_scratch/part_3/test/unit/item_test.rb".freeze, "full-examples/rest_from_scratch/part_3/vendor/plugins/.gitkeep".freeze, "init.rb".freeze, "lib/restfulie.rb".freeze, "lib/restfulie/client.rb".freeze, "lib/restfulie/client/README.textile".freeze, "lib/restfulie/client/base.rb".freeze, "lib/restfulie/client/cache.rb".freeze, "lib/restfulie/client/cache/basic.rb".freeze, "lib/restfulie/client/cache/fake.rb".freeze, "lib/restfulie/client/cache/http_ext.rb".freeze, "lib/restfulie/client/cache/restrictions.rb".freeze, "lib/restfulie/client/configuration.rb".freeze, "lib/restfulie/client/dsl.rb".freeze, "lib/restfulie/client/entry_point.rb".freeze, "lib/restfulie/client/ext.rb".freeze, "lib/restfulie/client/ext/http_ext.rb".freeze, "lib/restfulie/client/ext/link_ext.rb".freeze, "lib/restfulie/client/ext/open_search_ext.rb".freeze, "lib/restfulie/client/feature.rb".freeze, "lib/restfulie/client/feature/base.rb".freeze, "lib/restfulie/client/feature/base_request.rb".freeze, "lib/restfulie/client/feature/cache.rb".freeze, "lib/restfulie/client/feature/conneg_when_unaccepted.rb".freeze, "lib/restfulie/client/feature/enhance_response.rb".freeze, "lib/restfulie/client/feature/fake_response.rb".freeze, "lib/restfulie/client/feature/follow_request.rb".freeze, "lib/restfulie/client/feature/history.rb".freeze, "lib/restfulie/client/feature/history_request.rb".freeze, "lib/restfulie/client/feature/open_search.rb".freeze, "lib/restfulie/client/feature/open_search/pattern_matcher.rb".freeze, "lib/restfulie/client/feature/rescue_exception.rb".freeze, "lib/restfulie/client/feature/retry_when_unavailable.rb".freeze, "lib/restfulie/client/feature/serialize_body.rb".freeze, "lib/restfulie/client/feature/setup_header.rb".freeze, "lib/restfulie/client/feature/throw_error_request.rb".freeze, "lib/restfulie/client/feature/verb.rb".freeze, "lib/restfulie/client/http.rb".freeze, "lib/restfulie/client/http/cache.rb".freeze, "lib/restfulie/client/http/error.rb".freeze, "lib/restfulie/client/http/link_header.rb".freeze, "lib/restfulie/client/http/response_holder.rb".freeze, "lib/restfulie/client/master_delegator.rb".freeze, "lib/restfulie/client/mikyung.rb".freeze, "lib/restfulie/client/mikyung/concatenator.rb".freeze, "lib/restfulie/client/mikyung/core.rb".freeze, "lib/restfulie/client/mikyung/languages.rb".freeze, "lib/restfulie/client/mikyung/languages/german.rb".freeze, "lib/restfulie/client/mikyung/languages/portuguese.rb".freeze, "lib/restfulie/client/mikyung/rest_process_model.rb".freeze, "lib/restfulie/client/mikyung/steady_state_walker.rb".freeze, "lib/restfulie/client/mikyung/then_condition.rb".freeze, "lib/restfulie/client/mikyung/when_condition.rb".freeze, "lib/restfulie/client/stack_navigator.rb".freeze, "lib/restfulie/common.rb".freeze, "lib/restfulie/common/error.rb".freeze, "lib/restfulie/common/logger.rb".freeze, "lib/restfulie/server.rb".freeze, "lib/restfulie/server/action_controller.rb".freeze, "lib/restfulie/server/action_controller/base.rb".freeze, "lib/restfulie/server/action_controller/params_parser.rb".freeze, "lib/restfulie/server/action_controller/patch.rb".freeze, "lib/restfulie/server/action_controller/restful_responder.rb".freeze, "lib/restfulie/server/action_controller/trait.rb".freeze, "lib/restfulie/server/action_controller/trait/cacheable.rb".freeze, "lib/restfulie/server/action_controller/trait/created.rb".freeze, "lib/restfulie/server/action_controller/trait/save_prior_to_create.rb".freeze, "lib/restfulie/server/configuration.rb".freeze, "lib/restfulie/server/controller.rb".freeze, "lib/restfulie/server/core_ext.rb".freeze, "lib/restfulie/server/core_ext/array.rb".freeze, "lib/restfulie/server/hypertemplate.rb".freeze, "lib/restfulie/version.rb".freeze, "restfulie.gemspec".freeze, "script/console".freeze, "site/README".freeze, "site/Rakefile".freeze, "site/app/controllers/application_controller.rb".freeze, "site/app/controllers/java_controller.rb".freeze, "site/app/controllers/javascript_controller.rb".freeze, "site/app/controllers/restful_csharp_controller.rb".freeze, "site/app/controllers/ruby_controller.rb".freeze, "site/app/controllers/systems_controller.rb".freeze, "site/app/helpers/application_helper.rb".freeze, "site/app/helpers/documentation_helper.rb".freeze, "site/app/views/java/features.html.erb".freeze, "site/app/views/java/hypermedia.html.erb".freeze, "site/app/views/java/server.html.erb".freeze, "site/app/views/layouts/_blackmenu.html.erb".freeze, "site/app/views/layouts/_uppermenu.html.erb".freeze, "site/app/views/layouts/application.html.erb".freeze, "site/app/views/layouts/java.html.erb".freeze, "site/app/views/layouts/javascript.html.erb".freeze, "site/app/views/layouts/restful_csharp.html.erb".freeze, "site/app/views/layouts/restful_java.html.erb".freeze, "site/app/views/shared/_examples.html.erb".freeze, "site/app/views/shared/_negotiation.html.erb".freeze, "site/app/views/shared/_simple_representation.html.erb".freeze, "site/app/views/systems/features.html.erb".freeze, "site/app/views/systems/index.html.erb".freeze, "site/app/views/systems/support.html.erb".freeze, "site/config/boot.rb".freeze, "site/config/database.yml".freeze, "site/config/environment.rb".freeze, "site/config/environments/development.rb".freeze, "site/config/environments/production.rb".freeze, "site/config/environments/test.rb".freeze, "site/config/initializers/backtrace_silencers.rb".freeze, "site/config/initializers/inflections.rb".freeze, "site/config/initializers/mime_types.rb".freeze, "site/config/initializers/new_rails_defaults.rb".freeze, "site/config/initializers/session_store.rb".freeze, "site/config/locales/en.yml".freeze, "site/config/routes.rb".freeze, "site/db/seeds.rb".freeze, "site/public/404.html".freeze, "site/public/422.html".freeze, "site/public/500.html".freeze, "site/public/caelumobjects-restful-rails.pdf".freeze, "site/public/docs.html".freeze, "site/public/favicon.ico".freeze, "site/public/images/bgBarHome-trans.png".freeze, "site/public/images/bgHeader.png".freeze, "site/public/images/bgSubMenu-trans.png".freeze, "site/public/images/code_java_01.png".freeze, "site/public/images/code_java_02.png".freeze, "site/public/images/code_net_01.png".freeze, "site/public/images/code_net_02.png".freeze, "site/public/images/code_ruby_01.png".freeze, "site/public/images/code_ruby_02.png".freeze, "site/public/images/dependency.png".freeze, "site/public/images/ldl-trans.png".freeze, "site/public/images/leftBGBtn.png".freeze, "site/public/images/logoCaelumGray-trans.png".freeze, "site/public/images/negotiation.png".freeze, "site/public/images/rails.png".freeze, "site/public/images/restfulieSprites-trans.png".freeze, "site/public/images/rightBGBtn.png".freeze, "site/public/images/service.png".freeze, "site/public/images/subMenuBottom-trans.png".freeze, "site/public/images/subMenuTop-trans.png".freeze, "site/public/javascripts/application.js".freeze, "site/public/javascripts/controls.js".freeze, "site/public/javascripts/dragdrop.js".freeze, "site/public/javascripts/effects.js".freeze, "site/public/javascripts/prototype.js".freeze, "site/public/robots.txt".freeze, "site/public/stylesheets/menu.css".freeze, "site/public/stylesheets/screen.css".freeze, "site/public/stylesheets/uppermenu.css".freeze, "site/script/about".freeze, "site/script/console".freeze, "site/script/dbconsole".freeze, "site/script/destroy".freeze, "site/script/generate".freeze, "site/script/performance/benchmarker".freeze, "site/script/performance/profiler".freeze, "site/script/plugin".freeze, "site/script/runner".freeze, "site/script/server".freeze, "site/test/functional/documentation_controller_test.rb".freeze, "site/test/performance/browsing_test.rb".freeze, "site/test/test_helper.rb".freeze, "site/test/unit/helpers/documentation_helper_test.rb".freeze, "spec/integration/twitter.rb".freeze, "spec/integration/twitter_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/client/base_spec.rb".freeze, "spec/unit/client/cache/fake_spec.rb".freeze, "spec/unit/client/cache/http_ext_spec.rb".freeze, "spec/unit/client/cache/restrictions_spec.rb".freeze, "spec/unit/client/configuration_spec.rb".freeze, "spec/unit/client/ext/open_search_spec.rb".freeze, "spec/unit/client/feature/conneg_when_unaccepted_spec.rb".freeze, "spec/unit/client/feature/open_search/pattern_matcher_spec.rb".freeze, "spec/unit/client/feature/rescue_exception_spec.rb".freeze, "spec/unit/client/feature/retry_when_unavailable_spec.rb".freeze, "spec/unit/client/feature/verb_spec.rb".freeze, "spec/unit/client/http/link_header_spec.rb".freeze, "spec/unit/client/mikyung/concatenator_spec.rb".freeze, "spec/unit/client/mikyung/rest_process_model_spec.rb".freeze, "spec/unit/client/mikyung/steady_state_walker_spec.rb".freeze, "spec/unit/client/mikyung/then_condition_spec.rb".freeze, "spec/unit/client/mikyung/when_condition_spec.rb".freeze, "spec/unit/client/mikyung_spec.rb".freeze, "spec/unit/client/stack_navigator.rb".freeze, "spec/unit/common/errors_spec.rb".freeze, "spec/unit/restfulie_spec.rb".freeze, "spec/unit/server/action_controller/trait/cacheable_spec.rb".freeze, "spec/unit/server/action_controller/trait/created_spec.rb".freeze, "spec/unit/server/configuration_spec.rb".freeze, "spec/unit/server/core_ext/array_spec.rb".freeze, "spec/unit/server/restfulie_controller_spec.rb".freeze, "spec/unit/spec_helper.rb".freeze, "tests/.gitignore".freeze, "tests/.rspec".freeze, "tests/Gemfile".freeze, "tests/README".freeze, "tests/Rakefile".freeze, "tests/app/controllers/albums_controller.rb".freeze, "tests/app/controllers/application_controller.rb".freeze, "tests/app/controllers/artists_controller.rb".freeze, "tests/app/controllers/cacheable_songs_controller.rb".freeze, "tests/app/controllers/projects_controller.rb".freeze, "tests/app/controllers/render_controller.rb".freeze, "tests/app/controllers/songs_controller.rb".freeze, "tests/app/helpers/albums_helper.rb".freeze, "tests/app/helpers/application_helper.rb".freeze, "tests/app/helpers/artists_helper.rb".freeze, "tests/app/helpers/cacheable_clients_helper.rb".freeze, "tests/app/helpers/projects_helper.rb".freeze, "tests/app/helpers/render_helper.rb".freeze, "tests/app/helpers/songs_helper.rb".freeze, "tests/app/models/album.rb".freeze, "tests/app/models/artist.rb".freeze, "tests/app/models/song.rb".freeze, "tests/app/views/albums/_member.tokamak".freeze, "tests/app/views/albums/index.tokamak".freeze, "tests/app/views/albums/show.tokamak".freeze, "tests/app/views/artists/_form.html.erb".freeze, "tests/app/views/artists/edit.html.erb".freeze, "tests/app/views/artists/index.html.erb".freeze, "tests/app/views/artists/new.html.erb".freeze, "tests/app/views/artists/show.html.erb".freeze, "tests/app/views/cacheable_clients/collection.tokamak".freeze, "tests/app/views/cacheable_clients/empty.tokamak".freeze, "tests/app/views/cacheable_clients/single.tokamak".freeze, "tests/app/views/layouts/application.html.erb".freeze, "tests/app/views/projects/index.atom.tokamak".freeze, "tests/app/views/projects/new.atom.tokamak".freeze, "tests/app/views/projects/new.tokamak".freeze, "tests/app/views/projects/show.tokamak".freeze, "tests/autotest/discover.rb".freeze, "tests/config.ru".freeze, "tests/config/application.rb".freeze, "tests/config/boot.rb".freeze, "tests/config/database.yml".freeze, "tests/config/environment.rb".freeze, "tests/config/environments/development.rb".freeze, "tests/config/environments/production.rb".freeze, "tests/config/environments/test.rb".freeze, "tests/config/initializers/backtrace_silencers.rb".freeze, "tests/config/initializers/inflections.rb".freeze, "tests/config/initializers/mime_types.rb".freeze, "tests/config/initializers/secret_token.rb".freeze, "tests/config/initializers/session_store.rb".freeze, "tests/config/locales/en.yml".freeze, "tests/config/routes.rb".freeze, "tests/db/migrate/20100817165415_create_albums.rb".freeze, "tests/db/migrate/20100817165436_create_songs.rb".freeze, "tests/db/migrate/20100819165238_create_artists.rb".freeze, "tests/db/schema.rb".freeze, "tests/db/seeds.rb".freeze, "tests/lib/tasks/.gitkeep".freeze, "tests/public/404.html".freeze, "tests/public/422.html".freeze, "tests/public/500.html".freeze, "tests/public/favicon.ico".freeze, "tests/public/images/rails.png".freeze, "tests/public/index.html".freeze, "tests/public/javascripts/application.js".freeze, "tests/public/javascripts/controls.js".freeze, "tests/public/javascripts/dragdrop.js".freeze, "tests/public/javascripts/effects.js".freeze, "tests/public/javascripts/prototype.js".freeze, "tests/public/javascripts/rails.js".freeze, "tests/public/robots.txt".freeze, "tests/public/stylesheets/.gitkeep".freeze, "tests/public/stylesheets/scaffold.css".freeze, "tests/script/rails".freeze, "tests/spec/controllers/integration/albums_controller_spec.rb".freeze, "tests/spec/controllers/integration/cacheable_songs_controller_spec.rb".freeze, "tests/spec/controllers/integration/controller_base_spec.rb".freeze, "tests/spec/controllers/integration/created_responder_spec.rb".freeze, "tests/spec/controllers/integration/params_parser_spec.rb".freeze, "tests/spec/controllers/integration/projects_controller_spec.rb".freeze, "tests/spec/requests/_integration_client.txt".freeze, "tests/spec/requests/base_spec.rb2".freeze, "tests/spec/requests/fake_server.rb".freeze, "tests/spec/requests/http/adapter_spec.rb".freeze, "tests/spec/requests/http/content_type_spec.rb".freeze, "tests/spec/requests/http/errors_spec.rb".freeze, "tests/spec/requests/http/history_spec.rb".freeze, "tests/spec/requests/http/marshal_spec.rb2".freeze, "tests/spec/requests/http/parameters_spec.rb".freeze, "tests/spec/spec.opts".freeze, "tests/spec/spec_helper.rb".freeze, "tests/spec/support/atoms/full.rb.txt".freeze, "tests/spec/support/atoms/related_songs".freeze, "tests/spec/support/atoms/song_1".freeze, "tests/spec/support/atoms/song_2".freeze, "tests/spec/support/atoms/song_3".freeze, "tests/spec/support/atoms/song_4".freeze, "tests/spec/support/atoms/songs".freeze, "tests/spec/support/atoms/songs_top_ten".freeze, "tests/spec/support/data_helper.rb".freeze, "tests/test/performance/browsing_test.rb".freeze, "tests/test/test_helper.rb".freeze, "tests/vendor/plugins/.gitkeep".freeze]
  s.homepage = "http://restfulie.caelumobjects.com".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Hypermedia aware resource based library in ruby (client side) and ruby on rails (server side).".freeze
  s.test_files = ["spec/integration/twitter.rb".freeze, "spec/integration/twitter_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/client/base_spec.rb".freeze, "spec/unit/client/cache/fake_spec.rb".freeze, "spec/unit/client/cache/http_ext_spec.rb".freeze, "spec/unit/client/cache/restrictions_spec.rb".freeze, "spec/unit/client/configuration_spec.rb".freeze, "spec/unit/client/ext/open_search_spec.rb".freeze, "spec/unit/client/feature/conneg_when_unaccepted_spec.rb".freeze, "spec/unit/client/feature/open_search/pattern_matcher_spec.rb".freeze, "spec/unit/client/feature/rescue_exception_spec.rb".freeze, "spec/unit/client/feature/retry_when_unavailable_spec.rb".freeze, "spec/unit/client/feature/verb_spec.rb".freeze, "spec/unit/client/http/link_header_spec.rb".freeze, "spec/unit/client/mikyung/concatenator_spec.rb".freeze, "spec/unit/client/mikyung/rest_process_model_spec.rb".freeze, "spec/unit/client/mikyung/steady_state_walker_spec.rb".freeze, "spec/unit/client/mikyung/then_condition_spec.rb".freeze, "spec/unit/client/mikyung/when_condition_spec.rb".freeze, "spec/unit/client/mikyung_spec.rb".freeze, "spec/unit/client/stack_navigator.rb".freeze, "spec/unit/common/errors_spec.rb".freeze, "spec/unit/restfulie_spec.rb".freeze, "spec/unit/server/action_controller/trait/cacheable_spec.rb".freeze, "spec/unit/server/action_controller/trait/created_spec.rb".freeze, "spec/unit/server/configuration_spec.rb".freeze, "spec/unit/server/core_ext/array_spec.rb".freeze, "spec/unit/server/restfulie_controller_spec.rb".freeze, "spec/unit/spec_helper.rb".freeze]

  s.specification_version = 3

  s.add_development_dependency(%q<sqlite3-ruby>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.4.2".freeze])
  s.add_runtime_dependency(%q<json_pure>.freeze, [">= 1.2.4".freeze])
  s.add_runtime_dependency(%q<rack-conneg>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<hypertemplate>.freeze, ["~> 1.2.2".freeze])
  s.add_runtime_dependency(%q<medie>.freeze, ["~> 1.0.0".freeze])
  s.add_runtime_dependency(%q<respondie>.freeze, ["~> 0.9.0".freeze])
end