--- !ruby/object:Gem::Specification name: firewool version: !ruby/object:Gem::Version prerelease: version: 0.1.2 platform: ruby authors: - Chris Dillon autorequire: bindir: bin cert_chain: [] date: 2011-02-21 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: ipaddress prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 0.7.0 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: shoulda prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :development version_requirements: *id002 description: Firewool blocks and allows IPs to your controller actions. email: - squarism@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - MIT-LICENSE.txt - README.rdoc - Rakefile - firewool.gemspec - lib/firewool.rb - lib/firewool/hook.rb - lib/firewool/instance_methods.rb - lib/firewool/railtie.rb - lib/firewool/version.rb - test/dummy/.gitignore - test/dummy/Gemfile - test/dummy/README - test/dummy/Rakefile - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/dummy_controller.rb - test/dummy/app/controllers/foo_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/dummy_helper.rb - test/dummy/app/helpers/foo_helper.rb - test/dummy/app/views/foo/index.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/firewool.yml - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/db/seeds.rb - test/dummy/doc/README_FOR_APP - test/dummy/lib/tasks/.gitkeep - test/dummy/public/403.html - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/images/rails.png - test/dummy/public/index.html - test/dummy/public/javascripts/application.js - test/dummy/public/javascripts/controls.js - test/dummy/public/javascripts/dragdrop.js - test/dummy/public/javascripts/effects.js - test/dummy/public/javascripts/prototype.js - test/dummy/public/javascripts/rails.js - test/dummy/public/robots.txt - test/dummy/public/stylesheets/.gitkeep - test/dummy/script/rails - test/dummy/test/functional/dummy_controller_test.rb - test/dummy/test/functional/foo_controller_test.rb - test/dummy/test/performance/browsing_test.rb - test/dummy/test/test_helper.rb - test/dummy/test/unit/helpers/dummy_helper_test.rb - test/dummy/test/unit/helpers/foo_helper_test.rb - test/dummy/vendor/plugins/.gitkeep - test/firewool_test.rb - test/test_helper.rb - watchr.rb has_rdoc: true homepage: http://github.com/squarism/firewool licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: firewool rubygems_version: 1.5.2 signing_key: specification_version: 3 summary: Firewool is an IP firewall for rails 3. Baa. test_files: - test/dummy/.gitignore - test/dummy/Gemfile - test/dummy/README - test/dummy/Rakefile - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/dummy_controller.rb - test/dummy/app/controllers/foo_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/helpers/dummy_helper.rb - test/dummy/app/helpers/foo_helper.rb - test/dummy/app/views/foo/index.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/firewool.yml - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/db/seeds.rb - test/dummy/doc/README_FOR_APP - test/dummy/lib/tasks/.gitkeep - test/dummy/public/403.html - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/public/images/rails.png - test/dummy/public/index.html - test/dummy/public/javascripts/application.js - test/dummy/public/javascripts/controls.js - test/dummy/public/javascripts/dragdrop.js - test/dummy/public/javascripts/effects.js - test/dummy/public/javascripts/prototype.js - test/dummy/public/javascripts/rails.js - test/dummy/public/robots.txt - test/dummy/public/stylesheets/.gitkeep - test/dummy/script/rails - test/dummy/test/functional/dummy_controller_test.rb - test/dummy/test/functional/foo_controller_test.rb - test/dummy/test/performance/browsing_test.rb - test/dummy/test/test_helper.rb - test/dummy/test/unit/helpers/dummy_helper_test.rb - test/dummy/test/unit/helpers/foo_helper_test.rb - test/dummy/vendor/plugins/.gitkeep - test/firewool_test.rb - test/test_helper.rb