climatic.gemspec in climatic-0.2.26 vs climatic.gemspec in climatic-0.2.27

- old
+ new

@@ -12,10 +12,10 @@ spec.summary = %q{A CLI framework to ease command-line tools creation.} spec.description = %q{A CLI framework to ease command-line tools creation.} 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|example)/}) end spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib']