Skip to content

Commit

Permalink
Update homepage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-young-atg committed Jan 2, 2025
1 parent 5de5314 commit 180da16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asset_sync.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Simon Hamilton", "David Rice", "Phil McClure", "Toby Osbourn"]
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"]
s.homepage = "https://github.com/rumblelabs/asset_sync"
s.homepage = "https://github.com/AssetSync/asset_sync"
s.summary = %q{Synchronises Assets in a Rails 3 application and Amazon S3/Cloudfront and Rackspace Cloudfiles}
s.description = %q{After you run assets:precompile your compiled assets will be synchronised with your S3 bucket.}

Expand Down Expand Up @@ -40,5 +40,5 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.metadata["changelog_uri"] = s.homepage + "/blob/master/CHANGELOG.md"
s.metadata["changelog_uri"] = "#{s.homepage}/blob/master/CHANGELOG.md"
end

0 comments on commit 180da16

Please sign in to comment.