Skip to content

Commit 575566a

Browse files
committed
Update urls
1 parent c05d556 commit 575566a

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
*.rbc
1212
Makefile*
1313
mkmf.log
14-
test/database.yml
14+
/test/database.yml

README.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Rails as of Rails 3.0.3, so we hope it will get rectified at some point.
149149

150150
=== Development and support
151151

152-
Documentation is available at http://virtuoso.rubyforge.org/activerecord-mysql2spatial-adapter/README_rdoc.html
152+
Documentation is available at http://dazuma.github.com/activerecord-mysql2spatial-adapter/rdoc
153153

154154
Source code is hosted on Github at http://github.com/dazuma/activerecord-mysql2spatial-adapter
155155

@@ -175,7 +175,7 @@ source gave us a head start on the implementation.
175175

176176
=== License
177177

178-
Copyright 2010-2011 Daniel Azuma
178+
Copyright 2010-2012 Daniel Azuma
179179

180180
All rights reserved.
181181

Rakefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,6 @@ file "#{doc_directory_}/index.html" => all_rdoc_files_ do
175175
::RDoc::RDoc.new.document(args_ + all_rdoc_files_)
176176
end
177177

178-
task :publish_rdoc => :build_rdoc do
179-
require 'yaml'
180-
config_ = ::YAML.load(::File.read(::File.expand_path("~/.rubyforge/user-config.yml")))
181-
username_ = config_['username']
182-
sh "rsync -av --delete #{doc_directory_}/ #{username_}@rubyforge.org:/var/www/gforge-projects/#{gemspec_.rubyforge_project}/#{gemspec_.name}"
183-
end
184-
185178

186179
# Gem release tasks
187180

activerecord-mysql2spatial-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
s_.version = "#{::File.read('Version').strip}.build#{::Time.now.utc.strftime('%Y%m%d%H%M%S')}"
4141
s_.author = 'Daniel Azuma'
4242
s_.email = 'dazuma@gmail.com'
43-
s_.homepage = "http://virtuoso.rubyforge.org/activerecord-mysql2spatial-adapter"
43+
s_.homepage = "http://dazuma.github.com/activerecord-mysql2spatial-adapter"
4444
s_.rubyforge_project = 'virtuoso'
4545
s_.required_ruby_version = '>= 1.8.7'
4646
s_.files = ::Dir.glob("lib/**/*.rb") +

0 commit comments

Comments
 (0)