fspath-mac.gemspec in fspath-mac-2.0.0 vs fspath-mac.gemspec in fspath-mac-3.0.0
- old
+ new
@@ -1,10 +1,10 @@
# encoding: UTF-8
Gem::Specification.new do |s|
s.name = 'fspath-mac'
- s.version = '2.0.0'
+ s.version = '3.0.0'
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'
@@ -15,8 +15,7 @@
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.extensions = `git ls-files -- ext/**/extconf.rb`.split("\n")
s.require_paths = %w[lib]
s.add_dependency 'fspath', '~> 2.0.0'
- s.add_dependency 'rb-appscript'
s.add_development_dependency 'rspec'
end