Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/asset_sync (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE authored Jan 2, 2025
2 parents 2782042 + 180da16 commit 4bcc056
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 @@ -39,4 +39,6 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
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"
end

0 comments on commit 4bcc056

Please sign in to comment.