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 14:38:57
Message-Id: E1Lvue7-0003eb-6E@stork.gentoo.org
1 flameeyes 09/04/20 14:38:55
2
3 Modified: tzinfo.gemspec
4 Log:
5 Fix fake gemspec.
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 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.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/files/tzinfo.gemspec?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/tzinfo/files/tzinfo.gemspec?r1=1.1&r2=1.2
14
15 Index: tzinfo.gemspec
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/files/tzinfo.gemspec,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tzinfo.gemspec 20 Apr 2009 00:33:14 -0000 1.1
22 +++ tzinfo.gemspec 20 Apr 2009 14:38:55 -0000 1.2
23 @@ -1,6 +1,6 @@
24 Gem::Specification.new do |s|
25 s.name = "tzinfo"
26 - s.version = @VERSION@
27 + s.version = "@VERSION@"
28 s.author = "Philip Ross"
29 s.email = "phil.ross@×××××.com"
30 s.homepage = "http://tzinfo.rubyforge.org/"