browser.gemspec in browser-4.0.0 vs browser.gemspec in browser-4.1.0

- old
+ new

@@ -11,9 +11,11 @@ s.homepage = "http://github.com/fnando/browser" s.summary = "Do some browser detection with Ruby." s.description = s.summary s.license = "MIT" + s.metadata["changelog_uri"] = "https://github.com/fnando/browser/blob/master/CHANGELOG.md" + s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- exe/*` .split("\n") .map {|f| File.basename(f) }