mate.gemspec in mate-2.2.0 vs mate.gemspec in mate-3.0.0

- old
+ new

@@ -1,11 +1,11 @@ # encoding: UTF-8 Gem::Specification.new do |s| s.name = 'mate' - s.version = '2.2.0' - s.summary = %q{TextMate project builder and TextMate 2 properties builder using git ignores for exclusions} + s.version = '3.0.0' + s.summary = %q{TextMate 2 properties builder using git ignores for exclusions} s.homepage = "https://github.com/toy/#{s.name}" s.authors = ['Ivan Kuchin'] s.license = 'MIT' s.metadata = { @@ -16,8 +16,6 @@ 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.require_paths = %w[lib] - - s.add_runtime_dependency 'plist' end