fspath-mac.gemspec in fspath-mac-3.2.0 vs fspath-mac.gemspec in fspath-mac-3.2.1
- old
+ new
@@ -1,15 +1,19 @@
# encoding: UTF-8
Gem::Specification.new do |s|
s.name = 'fspath-mac'
- s.version = '3.2.0'
+ s.version = '3.2.1'
s.summary = %q{FSPath methods for mac (move_to_trash, color labeling, spotlight comments, …)}
s.homepage = "http://github.com/toy/#{s.name}"
s.authors = ['Ivan Kuchin']
s.license = 'MIT'
- s.rubyforge_project = s.name
+ s.metadata = {
+ 'bug_tracker_uri' => "https://github.com/toy/#{s.name}/issues",
+ 'documentation_uri' => "https://www.rubydoc.info/gems/#{s.name}/#{s.version}",
+ 'source_code_uri' => "https://github.com/toy/#{s.name}",
+ }
s.files = `git ls-files`.split("\n")
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.extensions = `git ls-files -- ext/**/extconf.rb`.split("\n")