Skip to content

Commit

Permalink
added the project scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldix committed Dec 10, 2009
1 parent 5649cf7 commit 1af9ca6
Show file tree
Hide file tree
Showing 5 changed files with 4,406 additions and 0 deletions.
32 changes: 32 additions & 0 deletions domainatrix.gemspec
@@ -0,0 +1,32 @@
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Dix"]
s.date = %q{2009-12-10}
s.email = %q{paul@pauldix.net}
s.files = [
"lib/domainatrix.rb",
"lib/effective_tld_names.dat",
"README.textile",
"spec/spec.opts",
"spec/spec_helper.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/pauldix/domainatrix}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{A cruel misstress that uses the public suffix domain list to dominate URLs by canonicalizing, finding TLDs, and breaking them into their domain parts.}

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

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end
Empty file added lib/domainatrix.rb
Empty file.

0 comments on commit 1af9ca6

Please sign in to comment.