Skip to content

Commit

Permalink
Github username changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Aug 29, 2012
1 parent 1590847 commit fb3cb51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion install.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
puts <<-MESSAGE
If you're upgrading, you should read this:
http://freelancing-god.github.com/ts/en/upgrading.html
http://pat.github.com/ts/en/upgrading.html
MESSAGE
2 changes: 1 addition & 1 deletion lib/thinking_sphinx/auto_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.detect
else
documentation_link = %Q{
For more information, read the documentation:
http://freelancing-god.github.com/ts/en/advanced_config.html
http://pat.github.com/ts/en/advanced_config.html
}

if version.nil? || version.empty?
Expand Down
6 changes: 3 additions & 3 deletions tasks/distribution.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
gem.author = "Pat Allan"
gem.email = "pat@freelancing-gods.com"
gem.homepage = "http://ts.freelancing-gods.com"

# s.rubyforge_project = "thinking-sphinx"
gem.files = FileList[
"rails/*.rb",
Expand All @@ -25,10 +25,10 @@
"features/**/*.example.yml",
"spec/**/*_spec.rb"
]

gem.post_install_message = <<-MESSAGE
If you're upgrading, you should read this:
http://freelancing-god.github.com/ts/en/upgrading.html
http://pat.github.com/ts/en/upgrading.html
MESSAGE
end
4 changes: 2 additions & 2 deletions thinking-sphinx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ['Pat Allan']
s.email = ['pat@freelancing-gods.com']
s.homepage = 'http://freelancing-god.github.com/ts/en/'
s.homepage = 'http://pat.github.com/ts/en/'
s.summary = %q{ActiveRecord/Rails Sphinx library}
s.description = %q{A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching.}

Expand All @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'yard', '>= 0.7.2'

s.post_install_message = %q{If you're upgrading, you should read this:
http://freelancing-god.github.com/ts/en/upgrading.html
http://pat.github.com/ts/en/upgrading.html
}
end

0 comments on commit fb3cb51

Please sign in to comment.