Skip to content

Commit a634428

Browse files
authored
1 parent 947ea7e commit a634428

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudinary.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Gem::Specification.new do |s|
1313
s.summary = %q{Client library for easily using the Cloudinary service}
1414
s.description = %q{Client library for easily using the Cloudinary service}
1515

16+
s.metadata = {
17+
"changelog_uri" => "https://github.com/cloudinary/cloudinary_gem/blob/master/CHANGELOG.md"
18+
}
19+
1620
s.files = `git ls-files`.split("\n").select { |f| !f.start_with?("test", "spec", "features", "samples") } +
1721
Dir.glob("vendor/assets/javascripts/*/*") + Dir.glob("vendor/assets/html/*")
1822
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }

0 commit comments

Comments
 (0)