Skip to content

Commit

Permalink
Update all RubyForge URLs with new GitHub equivalents.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkearns committed Mar 20, 2011
1 parent 0ceb42a commit 699670a
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 31 deletions.
8 changes: 4 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

* autoload/rubycomplete.vim: resolve a typo in the configuration initialization
section

2008-06-29 Tim Pope <vim@tpope.info>

* syntax/ruby.vim: revert highlighting of - as number
Expand Down Expand Up @@ -256,7 +256,7 @@
2007-03-20 Doug Kearns <dougkearns@gmail.com>

* syntax/ruby.vim, syntax/eruby.vim: remove the Vim version 5
compatibility code
compatibility code

2007-03-20 Doug Kearns <dougkearns@gmail.com>

Expand Down Expand Up @@ -463,7 +463,7 @@
procs.

2006-12-07 Mark Guzman <segfault@hasno.info>

* ftplugin/ruby.vim: modified the path detection code use
the built-in interpreter if it's available in all cases.

Expand Down Expand Up @@ -512,7 +512,7 @@
2006-10-28 Doug Kearns <djkea2@gus.gscit.monash.edu.au>

* syntax/ruby.vim: remove accidently included nextgroup arg in
'heredoc' syntax group definitions
'heredoc' syntax group definitions

2006-10-24 Doug Kearns <djkea2@gus.gscit.monash.edu.au>

Expand Down
17 changes: 7 additions & 10 deletions FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The vim-ruby Project FAQ

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

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

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

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

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

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

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

Homepage *vim-ruby-homepage* : >
http://vim-ruby.rubyforge.org
Project page: >
http://rubyforge.org/projects/vim-ruby/
https://github.com/vim-ruby/vim-ruby/
Bug tracker: >
http://rubyforge.org/tracker/?group_id=16
https://github.com/vim-ruby/vim-ruby/issues
Relevant Wiki page: >
http://rubygarden.org/ruby?VimRubySupport
https://github.com/vim-ruby/vim-ruby/wiki
Mailing list archives: >
http://news.gmane.org/gmane.comp.editors.vim.vim%2druby.devel
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Installing vim-ruby

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

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

If you have any problems installing the vim-ruby configuration files please
send a message to the mailing list (http://rubyforge.org/mail/?group_id=16) or
post an item to the tracker (http://rubyforge.org/tracker/?group_id=16).
post an item to the tracker (https://github.com/vim-ruby/vim-ruby/issues).
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Summary:

Web links:
Homepage: https://github.com/vim-ruby
Explanation: http://github.com/vim-ruby/vim-ruby/wiki
Explanation: https://github.com/vim-ruby/vim-ruby/wiki

For regular users:
- The project page should have two tarballs for download:
Expand Down
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ def gemspec
s.executables = ['vim-ruby-install.rb']
s.author = 'Gavin Sinclair et al.'
s.email = 'gsinclair@soyabean.com.au'
s.homepage = 'http://vim-ruby.rubyforge.org'
s.rubyforge_project = 'vim-ruby'
s.homepage = 'https://github.com/vim-ruby/vim-ruby'
s.has_rdoc = false
end
end
Expand Down
2 changes: 1 addition & 1 deletion autoload/rubycomplete.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim completion script
" Language: Ruby
" Maintainer: Mark Guzman <segfault@hasno.info>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
" Maintainer Version: 0.8.1
Expand Down
2 changes: 1 addition & 1 deletion compiler/eruby.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim compiler file
" Language: eRuby
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion compiler/rspec.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim compiler file
" Language: RSpec
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion compiler/ruby.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
" Language: Ruby
" Function: Syntax check and/or error reporting
" Maintainer: Tim Hammerquist <timh at rubyforge.org>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
" ----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion compiler/rubyunit.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim compiler file
" Language: Test::Unit - Ruby Unit Testing Framework
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion etc/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>
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>.
</p>
<p>
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.
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.
</p>
<p>
<em>Gavin Sinclair, 2003-07-28</em>
Expand Down
2 changes: 1 addition & 1 deletion ftplugin/eruby.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim filetype plugin
" Language: eRuby
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion ftplugin/ruby.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim filetype plugin
" Language: Ruby
" Maintainer: Gavin Sinclair <gsinclair at gmail.com>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
" ----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion indent/eruby.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim indent file
" Language: eRuby
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion indent/ruby.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim indent file
" Language: Ruby
" Maintainer: Nikolai Weibull <now at bitwi.se>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion syntax/eruby.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: eRuby
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>

Expand Down
2 changes: 1 addition & 1 deletion syntax/ruby.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Ruby
" Maintainer: Doug Kearns <dougkearns@gmail.com>
" URL: http://vim-ruby.rubyforge.org
" URL: https://github.com/vim-ruby/vim-ruby
" Anon CVS: See above site
" Release Coordinator: Doug Kearns <dougkearns@gmail.com>
" ----------------------------------------------------------------------------
Expand Down

0 comments on commit 699670a

Please sign in to comment.