File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ any C library.
5
5
6
6
== Author and Copyright
7
7
8
- Copyright (c) 2005 by Michael Neumann (mneumann@ntecs.de).
8
+ Copyright (c) 2005, 2008 by Michael Neumann (mneumann@ntecs.de).
9
9
Released under the same terms of license as Ruby.
10
10
11
11
== Homepage
Original file line number Diff line number Diff line change @@ -13,13 +13,12 @@ spec = Gem::Specification.new do |s|
13
13
s . requirements << 'PostgreSQL >= 7.4'
14
14
15
15
s . files = ( Dir [ 'lib/**/*' ] + Dir [ 'test/**/*' ] +
16
- Dir [ 'examples/**/*' ] ) .
17
- delete_if { |item | item . include? ( ".svn" ) }
16
+ Dir [ 'examples/**/*' ] )
18
17
19
18
s . require_path = 'lib'
20
19
21
20
s . author = "Michael Neumann"
22
21
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 "
25
24
end
You can’t perform that action at this time.
0 commit comments