# -*- encoding: utf-8 -*- # stub: curbit 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "curbit".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Scott Sayles".freeze] s.date = "2010-01-26" s.description = "Rate limiting for Rails action controllers.".freeze s.email = "ssayles@users.sourceforge.net".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "Manifest".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "curbit.gemspec".freeze, "init.rb".freeze, "lib/curbit.rb".freeze, "test/conditional_controller_test.rb".freeze, "test/custom_key_controller_test.rb".freeze, "test/custom_message_format_controller.rb".freeze, "test/standard_controller_test.rb".freeze, "test/test_helper.rb".freeze, "test/test_rails_helper.rb".freeze] s.homepage = "http://github.com/ssayles/curbit".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rate limiting for Rails action controllers.".freeze s.test_files = ["test/conditional_controller_test.rb".freeze, "test/custom_key_controller_test.rb".freeze, "test/custom_message_format_controller.rb".freeze, "test/standard_controller_test.rb".freeze, "test/test_helper.rb".freeze, "test/test_rails_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end