# -*- encoding: utf-8 -*-
# stub: has_handle_fallback 0.0.6 ruby lib

Gem::Specification.new do |s|
  s.name = "has_handle_fallback".freeze
  s.version = "0.0.6".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Seamus Abshere".freeze]
  s.date = "2010-03-15"
  s.description = "Make it easy to use handles (callsigns/monikers/usernames) in URLs, even if they might be blank.".freeze
  s.email = "seamus@abshere.net".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze]
  s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/has_handle_fallback.rb".freeze, "test/helper.rb".freeze, "test/test_has_handle_fallback.rb".freeze]
  s.homepage = "http://github.com/seamusabshere/has_handle_fallback".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Make it easy to use handles (callsigns/monikers/usernames) in URLs, even if they might be blank.".freeze
  s.test_files = ["test/helper.rb".freeze, "test/test_has_handle_fallback.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<activerecord>.freeze, ["~> 2.3.4".freeze])
  s.add_runtime_dependency(%q<validates_decency_of>.freeze, ["~> 1.5.0".freeze])
end