has_scope-0.5.1.gemspec 900 B

1234567891011121314151617181920212223242526272829
  1. # -*- encoding: utf-8 -*-
  2. Gem::Specification.new do |s|
  3. s.name = "has_scope"
  4. s.version = "0.5.1"
  5. s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  6. s.authors = ["Jos\u{c3}\u{a9} Valim"]
  7. s.date = "2011-08-02"
  8. s.description = "Maps controller filters to your resource scopes"
  9. s.email = "developers@plataformatec.com.br"
  10. s.extra_rdoc_files = ["README.rdoc"]
  11. s.files = ["README.rdoc"]
  12. s.homepage = "http://github.com/plataformatec/has_scope"
  13. s.rdoc_options = ["--charset=UTF-8"]
  14. s.require_paths = ["lib"]
  15. s.rubyforge_project = "has_scope"
  16. s.rubygems_version = "1.8.24"
  17. s.summary = "Maps controller filters to your resource scopes."
  18. if s.respond_to? :specification_version then
  19. s.specification_version = 3
  20. if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
  21. else
  22. end
  23. else
  24. end
  25. end