Sha256: 1990c5845d697271e55c279ede3bbbf51fdc4cea6b7d9b9f5fc8bea7a6a17652

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{page_title_helper}
  s.version = "0.7.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Lukas Westermann"]
  s.date = %q{2009-09-29}
  s.email = %q{lukas.westermann@gmail.com}
  s.extra_rdoc_files = [
    "LICENSE",
     "README.md"
  ]
  s.files = [
    ".gitignore",
     "LICENSE",
     "README.md",
     "Rakefile",
     "VERSION.yml",
     "init.rb",
     "lib/page_title_helper.rb",
     "page_title_helper.gemspec",
     "test/en.yml",
     "test/en_wohaapp.yml",
     "test/mocks.rb",
     "test/multiple_formats_test.rb",
     "test/page_title_helper_test.rb",
     "test/test_helper.rb"
  ]
  s.homepage = %q{http://github.com/lwe/page_title_helper}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Simple, internationalized and DRY page titles and headings for rails.}
  s.test_files = [
    "test/mocks.rb",
     "test/multiple_formats_test.rb",
     "test/page_title_helper_test.rb",
     "test/test_helper.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
page_title_helper-0.7.0 page_title_helper.gemspec