public
Rubygem
Description: a ruby library for generating identicon
Clone URL: git://github.com/swdyh/quilt.git
quilt / quilt.gemspec
100644 31 lines (27 sloc) 1.212 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Gem::Specification.new do |s|
  s.name = %q{quilt}
  s.version = "0.0.3"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["swdyh"]
  s.date = %q{2008-09-19}
  s.description = %q{a library for generating identicon.}
  s.email = %q{youhei@gmail.com}
  s.extra_rdoc_files = ["README.rdoc", "ChangeLog", "MIT-LICENSE"]
  s.files = ["README.rdoc", "ChangeLog", "Rakefile", "test/quilt_test.rb", "test/test_helper.rb", "lib/quilt.rb", "examples/gen.rb", "MIT-LICENSE"]
  s.has_rdoc = true
  s.homepage = %q{http://quilt.rubyforge.org}
  s.rdoc_options = ["--title", "quilt documentation", "--charset", "utf-8", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source", "--exclude", "^(examples|extras)/"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{quilt}
  s.rubygems_version = %q{1.2.0}
  s.summary = %q{a library for generating identicon.}
  s.test_files = ["test/test_helper.rb"]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if current_version >= 3 then
    else
    end
  else
  end
end