Skip to content

Commit 699670a

Browse files
committed
Update all RubyForge URLs with new GitHub equivalents.
1 parent 0ceb42a commit 699670a

File tree

17 files changed

+27
-31
lines changed

17 files changed

+27
-31
lines changed

ChangeLog

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
* autoload/rubycomplete.vim: resolve a typo in the configuration initialization
2222
section
23-
23+
2424
2008-06-29 Tim Pope <[email protected]>
2525

2626
* syntax/ruby.vim: revert highlighting of - as number
@@ -256,7 +256,7 @@
256256
2007-03-20 Doug Kearns <[email protected]>
257257

258258
* syntax/ruby.vim, syntax/eruby.vim: remove the Vim version 5
259-
compatibility code
259+
compatibility code
260260

261261
2007-03-20 Doug Kearns <[email protected]>
262262

@@ -463,7 +463,7 @@
463463
procs.
464464

465465
2006-12-07 Mark Guzman <[email protected]>
466-
466+
467467
* ftplugin/ruby.vim: modified the path detection code use
468468
the built-in interpreter if it's available in all cases.
469469

@@ -512,7 +512,7 @@
512512
2006-10-28 Doug Kearns <[email protected]>
513513

514514
* syntax/ruby.vim: remove accidently included nextgroup arg in
515-
'heredoc' syntax group definitions
515+
'heredoc' syntax group definitions
516516

517517
2006-10-24 Doug Kearns <[email protected]>
518518

FAQ

+7-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The vim-ruby Project FAQ
66

7-
http://vim-ruby.rubyforge.org
7+
https://github.com/vim-ruby/vim-ruby
88

99
The vim-ruby project maintains Ruby-related configuration files for Vim. This
1010
FAQ contains all you need to know about it.
@@ -43,7 +43,7 @@ The easiest way is to run: >
4343

4444
If you don't have RubyGems, download a tarball from: >
4545
46-
http://rubyforge.org/projects/vim-ruby/
46+
https://github.com/vim-ruby/vim-ruby/downloads
4747
4848
Again, see installation instructions below.
4949

@@ -191,13 +191,13 @@ appropriate. Try creating these lines of code and hitting SHIFT-ENTER:
191191

192192
For other suggestions, search the web or look at: >
193193
194-
http://www.rubygarden.org/Ruby/page/show/VimRubySupport
194+
https://github.com/vim-ruby/vim-ruby/wiki/VimRubySupport
195195
196196
197197
*vim-ruby-faq-X* How can I report a bug? *vim-ruby-bug-reporting*
198198

199199
Bug reports are most welcome. In order of preference:
200-
- submit a bug at http://rubyforge.org/tracker/?group_id=16
200+
- submit a bug at https://github.com/vim-ruby/vim-ruby/issues
201201
- send an email to the mailing list (see below)
202202
- email the maintainer (email address appears in each configuration file)
203203

@@ -232,16 +232,13 @@ asking there.
232232
*vim-ruby-faq-X* Can you repeat all the web pages listed in this FAQ?
233233

234234
Homepage *vim-ruby-homepage* : >
235-
http://vim-ruby.rubyforge.org
236-
237-
Project page: >
238-
http://rubyforge.org/projects/vim-ruby/
235+
https://github.com/vim-ruby/vim-ruby/
239236
240237
Bug tracker: >
241-
http://rubyforge.org/tracker/?group_id=16
238+
https://github.com/vim-ruby/vim-ruby/issues
242239
243240
Relevant Wiki page: >
244-
http://rubygarden.org/ruby?VimRubySupport
241+
https://github.com/vim-ruby/vim-ruby/wiki
245242
246243
Mailing list archives: >
247244
http://news.gmane.org/gmane.comp.editors.vim.vim%2druby.devel

INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Installing vim-ruby
22

33
The vim-ruby runtime files may be installed via the vim-ruby gem or by
4-
downloading an archive file from http://rubyforge.org/frs/?group_id=16
4+
downloading an archive file from https://github.com/vim-ruby/vim-ruby/downloads
55

66
NOTE: the installer vim-ruby-install.rb currently only supports Unix and
77
Windows systems; other platforms may require a manual install. This installer
@@ -78,4 +78,4 @@ appropriate for your version of Vim.
7878

7979
If you have any problems installing the vim-ruby configuration files please
8080
send a message to the mailing list (http://rubyforge.org/mail/?group_id=16) or
81-
post an item to the tracker (http://rubyforge.org/tracker/?group_id=16).
81+
post an item to the tracker (https://github.com/vim-ruby/vim-ruby/issues).

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Summary:
88

99
Web links:
1010
Homepage: https://github.com/vim-ruby
11-
Explanation: http://github.com/vim-ruby/vim-ruby/wiki
11+
Explanation: https://github.com/vim-ruby/vim-ruby/wiki
1212

1313
For regular users:
1414
- The project page should have two tarballs for download:

Rakefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ def gemspec
2626
s.executables = ['vim-ruby-install.rb']
2727
s.author = 'Gavin Sinclair et al.'
2828
s.email = '[email protected]'
29-
s.homepage = 'http://vim-ruby.rubyforge.org'
30-
s.rubyforge_project = 'vim-ruby'
29+
s.homepage = 'https://github.com/vim-ruby/vim-ruby'
3130
s.has_rdoc = false
3231
end
3332
end

autoload/rubycomplete.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim completion script
22
" Language: Ruby
33
" Maintainer: Mark Guzman <[email protected]>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77
" Maintainer Version: 0.8.1

compiler/eruby.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim compiler file
22
" Language: eRuby
33
" Maintainer: Doug Kearns <[email protected]>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77

compiler/rspec.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim compiler file
22
" Language: RSpec
33
" Maintainer: Tim Pope <[email protected]>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77

compiler/ruby.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Language: Ruby
33
" Function: Syntax check and/or error reporting
44
" Maintainer: Tim Hammerquist <timh at rubyforge.org>
5-
" URL: http://vim-ruby.rubyforge.org
5+
" URL: https://github.com/vim-ruby/vim-ruby
66
" Anon CVS: See above site
77
" Release Coordinator: Doug Kearns <[email protected]>
88
" ----------------------------------------------------------------------------

compiler/rubyunit.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim compiler file
22
" Language: Test::Unit - Ruby Unit Testing Framework
33
" Maintainer: Doug Kearns <[email protected]>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77

etc/website/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>
1919
If you edit <a href="http://www.ruby-lang.org/">Ruby</a> code in <a href="http://www.vim.org/">Vim</a>, there are some configuration files (distributed with Vim) that aim to make your life easier. These are maintained by three different people, but are grouped together in <a href="http://www.rubyforge.org/projects/vim-ruby">this project</a> so we can keep them all up to date and offer them in a <a href="http://rubyforge.org/project/showfiles.php?group_id=16">convenient download</a>.
2020
</p>
2121
<p>
22-
Below you will find the README file from the <a href="http://github.com/vim-ruby/vim-ruby">Git repository</a>, which discusses the structure of the project, and how to take advantage of the resources it offers.
22+
Below you will find the README file from the <a href="https://github.com/vim-ruby/vim-ruby">Git repository</a>, which discusses the structure of the project, and how to take advantage of the resources it offers.
2323
</p>
2424
<p>
2525
<em>Gavin Sinclair, 2003-07-28</em>

ftplugin/eruby.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim filetype plugin
22
" Language: eRuby
33
" Maintainer: Tim Pope <[email protected]>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77

ftplugin/ruby.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim filetype plugin
22
" Language: Ruby
33
" Maintainer: Gavin Sinclair <gsinclair at gmail.com>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77
" ----------------------------------------------------------------------------

indent/eruby.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim indent file
22
" Language: eRuby
33
" Maintainer: Tim Pope <[email protected]>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77

indent/ruby.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim indent file
22
" Language: Ruby
33
" Maintainer: Nikolai Weibull <now at bitwi.se>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77

syntax/eruby.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim syntax file
22
" Language: eRuby
33
" Maintainer: Tim Pope <[email protected]>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77

syntax/ruby.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" Vim syntax file
22
" Language: Ruby
33
" Maintainer: Doug Kearns <[email protected]>
4-
" URL: http://vim-ruby.rubyforge.org
4+
" URL: https://github.com/vim-ruby/vim-ruby
55
" Anon CVS: See above site
66
" Release Coordinator: Doug Kearns <[email protected]>
77
" ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)