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/tzinfo/files: tzinfo.gemspec
Date: Mon, 20 Apr 2009 00:33:19
Message-Id: E1LvhRi-0007ZP-B0@stork.gentoo.org
1 flameeyes 09/04/20 00:33:14
2
3 Added: tzinfo.gemspec
4 Log:
5 Install for Ruby 1.9 too, add tests for both versions, install a fake gemspec for both versions.
6 (Portage version: 2.2_rc30/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/tzinfo/files/tzinfo.gemspec
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/files/tzinfo.gemspec?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/files/tzinfo.gemspec?rev=1.1&content-type=text/plain
13
14 Index: tzinfo.gemspec
15 ===================================================================
16 Gem::Specification.new do |s|
17 s.name = "tzinfo"
18 s.version = @VERSION@
19 s.author = "Philip Ross"
20 s.email = "phil.ross@×××××.com"
21 s.homepage = "http://tzinfo.rubyforge.org/"
22 s.platform = Gem::Platform::RUBY
23 s.summary = "Daylight-savings aware timezone library"
24 s.require_path = "lib"
25 s.rubyforge_project = "tzinfo"
26 end