fspath-xattr.gemspec in fspath-xattr-1.0.0 vs fspath-xattr.gemspec in fspath-xattr-1.0.1

- old
+ new

@@ -1,10 +1,10 @@ # encoding: UTF-8 Gem::Specification.new do |s| s.name = 'fspath-xattr' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = %q{FSPath methods xattr and lxattr to work with extended attributes using ffi-xattr gem} s.homepage = "http://github.com/toy/#{s.name}" s.authors = ['Ivan Kuchin'] s.license = 'MIT' @@ -13,9 +13,9 @@ 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_dependency 'fspath', '~> 2.0.0' + s.add_dependency 'fspath', '~> 2.0' s.add_dependency 'ffi-xattr', '~> 0.0.4' s.add_development_dependency 'rspec' end