Skip to content

Commit 4bcc056

Browse files
authored
Provide a 'Changelog' link on rubygems.org/gems/asset_sync (#446)
2 parents 2782042 + 180da16 commit 4bcc056

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

asset_sync.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.platform = Gem::Platform::RUBY
1010
s.authors = ["Simon Hamilton", "David Rice", "Phil McClure", "Toby Osbourn"]
1111
12-
s.homepage = "https://github.com/rumblelabs/asset_sync"
12+
s.homepage = "https://github.com/AssetSync/asset_sync"
1313
s.summary = %q{Synchronises Assets in a Rails 3 application and Amazon S3/Cloudfront and Rackspace Cloudfiles}
1414
s.description = %q{After you run assets:precompile your compiled assets will be synchronised with your S3 bucket.}
1515

@@ -39,4 +39,6 @@ Gem::Specification.new do |s|
3939
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
4040
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
4141
s.require_paths = ["lib"]
42+
43+
s.metadata["changelog_uri"] = "#{s.homepage}/blob/master/CHANGELOG.md"
4244
end

0 commit comments

Comments
 (0)