-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a 'Changelog' link on rubygems.org/gems/asset_sync (#446)
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.} | ||
|
||
|
@@ -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 |