direction.gemspec in direction-0.0.4 vs direction.gemspec in direction-0.0.5
- old
+ new
@@ -8,13 +8,12 @@
spec.version = Direction::VERSION
spec.authors = ["'Jim Gay'"]
spec.email = ["jim@saturnflyer.com"]
spec.summary = %q{Forward messages to collaborators in East-oriented style.}
spec.description = %q{Forward messages to collaborators in East-oriented style.}
- spec.homepage = ""
+ spec.homepage = "https://github.com/saturnflyer/direction"
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 = [".gitignore", ".travis.yml", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "direction.gemspec", "lib/direction.rb", "lib/direction/version.rb", "sample.rb", "sample/accountant.rb", "sample/customer.rb", "sample/kitchen.rb", "sample/micro_manager.rb", "sample/server.rb", "test/direction_test.rb", "test/test_helper.rb"]
+ spec.test_files = ["test/direction_test.rb", "test/test_helper.rb"]
spec.require_paths = ["lib"]
end