--- !ruby/object:Gem::Specification 
name: interlock
version: !ruby/object:Gem::Version 
  version: "1.3"
platform: ruby
authors: 
- ""
autorequire: 
bindir: bin
cert_chain: 
- |
  -----BEGIN CERTIFICATE-----
  MIIDLjCCAhagAwIBAgIBADANBgkqhkiG9w0BAQUFADA9MQ0wCwYDVQQDDARldmFu
  MRgwFgYKCZImiZPyLGQBGRYIY2xvdWRidXIxEjAQBgoJkiaJk/IsZAEZFgJzdDAe
  Fw0wNzA5MTYxMDMzMDBaFw0wODA5MTUxMDMzMDBaMD0xDTALBgNVBAMMBGV2YW4x
  GDAWBgoJkiaJk/IsZAEZFghjbG91ZGJ1cjESMBAGCgmSJomT8ixkARkWAnN0MIIB
  IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5C0Io89nyApnr+PvbNFge9Vs
  yRWAlGBUEMahpXp28VrrfXZT0rAW7JBo4PlCE3jl4nE4dzE6gAdItSycjTosrw7A
  Ir5+xoyl4Vb35adv56TIQQXvNz+BzlqnkAY5JN0CSBRTQb6mxS3hFyD/h4qgDosj
  R2RFVzHqSxCS8xq4Ny8uzOwOi+Xyu4w67fI5JvnPvMxqrlR1eaIQHmxnf76RzC46
  QO5QhufjAYGGXd960XzbQsQyTDUYJzrvT7AdOfiyZzKQykKt8dEpDn+QPjFTnGnT
  QmgJBX5WJN0lHF2l1sbv3gh4Kn1tZu+kTUqeXY6ShAoDTyvZRiFqQdwh8w2lTQID
  AQABozkwNzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU+WqJz3xQ
  XSea1hRvvHWcIMgeeC4wDQYJKoZIhvcNAQEFBQADggEBAGLZ75jfOEW8Nsl26CTt
  JFrWxQTcQT/UljeefVE3xYr7lc9oQjbqO3FOyued3qW7TaNEtZfSHoYeUSMYbpw1
  XAwocIPuSRFDGM4B+hgQGVDx8PMGiJKom4qLXjO40UZsR7QyN/u869Vj45LURm6h
  MBcPeqCASI+WNprj9+uZa2kmHiitrFqqfMBNlm5IFbn9XeYSta9AHVvs5QQqV2m5
  hIPfLqCyxsn/YgOGvo6iwyQTWyTswamaAC3HRWZxIS1sfn/Ssqa7E7oQMkv5FAXr
  x5rKePfXINf8XTJczkl9OBEYdE9aNdJsJpXD0asLgGVwBICS5Bjohp6mizJcDC1+
  yZ0=
  -----END CERTIFICATE-----

date: 2008-03-02 00:00:00 -05:00
default_executable: 
dependencies: []

description: A Rails plugin for maintainable and high-efficiency caching.
email: ""
executables: []

extensions: []

extra_rdoc_files: []

files: 
- CHANGELOG
- examples/memcached.yml
- init.rb
- lib/interlock/action_controller.rb
- lib/interlock/action_view.rb
- lib/interlock/active_record.rb
- lib/interlock/config.rb
- lib/interlock/core_extensions.rb
- lib/interlock/finders.rb
- lib/interlock/interlock.rb
- lib/interlock/lock.rb
- lib/interlock/pass_through_store.rb
- lib/interlock.rb
- LICENSE
- Manifest
- README
- tasks/interlock.rake
- test/integration/app/app/controllers/application.rb
- test/integration/app/app/controllers/eval_controller.rb
- test/integration/app/app/controllers/items_controller.rb
- test/integration/app/app/helpers/application_helper.rb
- test/integration/app/app/helpers/eval_helper.rb
- test/integration/app/app/helpers/items_helper.rb
- test/integration/app/app/models/item.rb
- test/integration/app/app/views/items/detail.rhtml
- test/integration/app/app/views/items/list.rhtml
- test/integration/app/app/views/items/recent.rhtml
- test/integration/app/app/views/items/show.rhtml
- test/integration/app/app/views/layouts/application.html.erb
- test/integration/app/app/views/shared/_related.rhtml
- test/integration/app/config/boot.rb
- test/integration/app/config/database.yml
- test/integration/app/config/environment.rb
- test/integration/app/config/environments/development.rb
- test/integration/app/config/environments/production.rb
- test/integration/app/config/environments/test.rb
- test/integration/app/config/initializers/inflections.rb
- test/integration/app/config/initializers/mime_types.rb
- test/integration/app/config/memcached.yml
- test/integration/app/config/routes.rb
- test/integration/app/db/migrate/001_create_items.rb
- test/integration/app/doc/README_FOR_APP
- test/integration/app/public/404.html
- test/integration/app/public/422.html
- test/integration/app/public/500.html
- test/integration/app/public/dispatch.cgi
- test/integration/app/public/dispatch.fcgi
- test/integration/app/public/dispatch.rb
- test/integration/app/public/favicon.ico
- test/integration/app/public/images/rails.png
- test/integration/app/public/index.html
- test/integration/app/public/javascripts/application.js
- test/integration/app/public/javascripts/controls.js
- test/integration/app/public/javascripts/dragdrop.js
- test/integration/app/public/javascripts/effects.js
- test/integration/app/public/javascripts/prototype.js
- test/integration/app/public/robots.txt
- test/integration/app/Rakefile
- test/integration/app/README
- test/integration/app/script/about
- test/integration/app/script/console
- test/integration/app/script/destroy
- test/integration/app/script/generate
- test/integration/app/script/performance/benchmarker
- test/integration/app/script/performance/profiler
- test/integration/app/script/performance/request
- test/integration/app/script/plugin
- test/integration/app/script/process/inspector
- test/integration/app/script/process/reaper
- test/integration/app/script/process/spawner
- test/integration/app/script/runner
- test/integration/app/script/server
- test/integration/app/test/fixtures/items.yml
- test/integration/app/test/functional/eval_controller_test.rb
- test/integration/app/test/functional/items_controller_test.rb
- test/integration/app/test/test_helper.rb
- test/integration/app/test/unit/item_test.rb
- test/integration/server_test.rb
- test/setup.rb
- test/teardown.rb
- test/test_helper.rb
- test/unit/finder_test.rb
- test/unit/interlock_test.rb
- test/unit/lock_test.rb
- TODO
- interlock.gemspec
has_rdoc: true
homepage: http://blog.evanweaver.com/files/doc/fauna/interlock/
post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: fauna
rubygems_version: 1.0.1
signing_key: 
specification_version: 2
summary: A Rails plugin for maintainable and high-efficiency caching.
test_files: 
- test/integration/server_test.rb
- test/unit/finder_test.rb
- test/unit/interlock_test.rb
- test/unit/lock_test.rb