Skip to content

Commit f827d03

Browse files
committed
Project moved away from ruby-dbi to it's own
rubyforge project postgres-pr.
1 parent 7e3abe5 commit f827d03

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ any C library.
55

66
== Author and Copyright
77

8-
Copyright (c) 2005 by Michael Neumann (mneumann@ntecs.de).
8+
Copyright (c) 2005, 2008 by Michael Neumann (mneumann@ntecs.de).
99
Released under the same terms of license as Ruby.
1010

1111
== Homepage

postgres-pr.gemspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ spec = Gem::Specification.new do |s|
1313
s.requirements << 'PostgreSQL >= 7.4'
1414

1515
s.files = (Dir['lib/**/*'] + Dir['test/**/*'] +
16-
Dir['examples/**/*']).
17-
delete_if {|item| item.include?(".svn") }
16+
Dir['examples/**/*'])
1817

1918
s.require_path = 'lib'
2019

2120
s.author = "Michael Neumann"
2221
s.email = "mneumann@ntecs.de"
23-
s.homepage = "ruby-dbi.rubyforge.org"
24-
s.rubyforge_project = "ruby-dbi"
22+
s.homepage = "postgres-pr.rubyforge.org"
23+
s.rubyforge_project = "postgres-pr"
2524
end

0 commit comments

Comments
 (0)