behavioral.gemspec in behavioral-0.0.1 vs behavioral.gemspec in behavioral-1.0.0

- old
+ new

@@ -11,10 +11,9 @@ spec.summary = %q{Add and remove behaviors to individual objects} spec.description = %q{Add and remove behaviors to individual objects} spec.homepage = "http://github.com/saturnflyer/behavioral" spec.license = "MIT" - spec.files = `git ls-files -z`.split("\x0") - spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } - spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) + spec.files = Dir.glob("lib/**/*", File::FNM_DOTMATCH) + %w[ README.md LICENSE.txt behavioral.gemspec Gemfile ] + spec.test_files = Dir.glob("test/**/*", File::FNM_DOTMATCH) spec.require_paths = ["lib"] end