build-dependency.gemspec in build-dependency-1.0.0 vs build-dependency.gemspec in build-dependency-1.1.0

- old
+ new

@@ -4,10 +4,10 @@ Gem::Specification.new do |spec| spec.name = "build-dependency" spec.version = Build::Dependency::VERSION spec.authors = ["Samuel Williams"] spec.email = ["samuel.williams@oriontransfer.co.nz"] - spec.summary = %q{A nested hash data structure for controlling build dependencys.} + spec.summary = %q{A set of data structures and algorithms for dependency resolution.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }