nanook.gemspec in nanook-1.0.1 vs nanook.gemspec in nanook-1.0.2

- old
+ new

@@ -13,10 +13,10 @@ spec.description = "Ruby library for managing a nano currency node, including making and receiving payments, using the nano RPC protocol" spec.homepage = "https://github.com/lukes/nanook" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| - f.match(%r{^(test|spec|features)/}) + f.match(%r{^(test|spec|features|docs)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"]