Skip to content

Commit

Permalink
Add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Jan 5, 2010
1 parent 99c607e commit 2c75986
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
pkg
46 changes: 46 additions & 0 deletions http_accept_language.gemspec
@@ -0,0 +1,46 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Iain Hecker"]
s.date = %q{2010-01-05}
s.description = %q{Find out which locale the user preferes by reading the languages they specified in their browser}
s.email = %q{iain@iain.nl}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"README.rdoc",
"Rakefile",
"VERSION",
"lib/http_accept_language.rb",
"rails/init.rb",
"tasks/http_accept_language_tasks.rake",
"test/http_accept_language_test.rb"
]
s.homepage = %q{http://github.com/iain/http_accept_language}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Parse the HTTP Accept Language Header}
s.test_files = [
"test/http_accept_language_test.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

0 comments on commit 2c75986

Please sign in to comment.