public
Rubygem
Description: a ruby library for generating identicon
Clone URL: git://github.com/swdyh/quilt.git
 * update gemspec
swdyh (author)
Fri Sep 19 05:28:20 -0700 2008
commit  ce5cb6d7cc9a804df7bfbc56e68cc88ee1d0ea08
tree    0191430a7a5e1e044c6be967415d7fdec3b5a2a6
parent  0c285859bae065278ef21fd5afa8559de28c9f97
...
1
2
3
4
5
 
6
7
8
9
 
10
11
12
13
 
14
15
16
17
18
19
 
20
21
 
 
 
 
 
 
 
 
 
 
22
...
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
0
@@ -1,22 +1,30 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{quilt}
0
- s.version = "0.0.2"
0
-
0
- s.specification_version = 2 if s.respond_to? :specification_version=
0
+ s.version = "0.0.3"
0
 
0
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
0
   s.authors = ["swdyh"]
0
- s.date = %q{2008-06-19}
0
+ s.date = %q{2008-09-19}
0
   s.description = %q{a library for generating identicon.}
0
   s.email = %q{youhei@gmail.com}
0
   s.extra_rdoc_files = ["README.rdoc", "ChangeLog", "MIT-LICENSE"]
0
- s.files = ["README.rdoc", "ChangeLog", "Rakefile", "test/quilt_test.rb", "test/test_helper.rb", "lib/quilt.rb", "MIT-LICENSE"]
0
+ s.files = ["README.rdoc", "ChangeLog", "Rakefile", "test/quilt_test.rb", "test/test_helper.rb", "lib/quilt.rb", "examples/gen.rb", "MIT-LICENSE"]
0
   s.has_rdoc = true
0
   s.homepage = %q{http://quilt.rubyforge.org}
0
   s.rdoc_options = ["--title", "quilt documentation", "--charset", "utf-8", "--opname", "index.html", "--line-numbers", "--main", "README.rdoc", "--inline-source", "--exclude", "^(examples|extras)/"]
0
   s.require_paths = ["lib"]
0
   s.rubyforge_project = %q{quilt}
0
- s.rubygems_version = %q{1.1.1}
0
+ s.rubygems_version = %q{1.2.0}
0
   s.summary = %q{a library for generating identicon.}
0
   s.test_files = ["test/test_helper.rb"]
0
+
0
+ if s.respond_to? :specification_version then
0
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
0
+ s.specification_version = 2
0
+
0
+ if current_version >= 3 then
0
+ else
0
+ end
0
+ else
0
+ end
0
 end

Comments

    No one has commented yet.