Skip to content

Commit

Permalink
Fixing up repo URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Nov 5, 2012
1 parent 56a0302 commit 6db5198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion after_commit.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
"lib/after_commit/after_savepoint.rb",
"lib/after_commit/connection_adapters.rb"
]
s.homepage = %q{http://github.com/freelancing-god/after_commit}
s.homepage = %q{http://github.com/pat/after_commit}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{after_commit callback for ActiveRecord}
Expand Down
6 changes: 3 additions & 3 deletions tasks/distribution.rb
Expand Up @@ -17,9 +17,9 @@
A Ruby on Rails plugin to add an after_commit callback. This can be used to trigger methods only after the entire transaction is complete.
}
gem.email = "pat@freelancing-gods.com"
gem.homepage = "http://github.com/freelancing-god/after_commit"
gem.homepage = "http://github.com/pat/after_commit"
gem.authors = ["Nick Muerdter", "David Yip", "Pat Allan"]

gem.files = FileList[
'lib/**/*.rb',
'LICENSE',
Expand All @@ -29,7 +29,7 @@
gem.test_files = FileList[
'test/**/*.rb'
]

gem.add_dependency 'activerecord', '>= 1.15.6', '< 3.0.0'
gem.add_development_dependency 'sqlite3-ruby'
end

2 comments on commit 6db5198

@grosser
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release ? <-> rubygems still lists the old

@pat
Copy link
Owner Author

@pat pat commented on 6db5198 Jan 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Released.

Please sign in to comment.