Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/tidy_table/files: tidy_table.gemspec
Date: Sat, 25 Apr 2009 12:40:32
Message-Id: E1LxhBB-0006dE-TN@stork.gentoo.org
1 flameeyes 09/04/25 12:40:25
2
3 Added: tidy_table.gemspec
4 Log:
5 Initial import of tidy_table, test dependency for sparklines.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/tidy_table/files/tidy_table.gemspec
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tidy_table/files/tidy_table.gemspec?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tidy_table/files/tidy_table.gemspec?rev=1.1&content-type=text/plain
13
14 Index: tidy_table.gemspec
15 ===================================================================
16 # -*- encoding: utf-8 -*-
17
18 Gem::Specification.new do |s|
19 s.name = "tidy_table"
20 s.version = "@VERSION@"
21 s.author = 'Geoffrey Grosenbach'
22 s.email = 'boss@××××××××.com'
23 s.summary = 'Yet another library for converting a struct into an HTML table.'
24 s.homepage = "http://rubyforge.org/projects/seattlerb"
25 s.require_path = "lib"
26 s.rubyforge_project = 'seattlerb'
27 end