Sha256: e241814112409c3d2ad2a01ae23cce11b1f0a112b49021233a674a5b7724210c
Contents?: true
Size: 588 Bytes
Versions: 1
Compression:
Stored size: 588 Bytes
Contents
Gem::Specification.new do |spec| files = %x{git ls-files}.split("\n") spec.name = "insist" spec.version = "0.0.6" spec.summary = "A simple block-driven assertion library for both testing and for production code" spec.description = spec.summary spec.license = "none chosen yet" # Note: You should set the version explicitly. #spec.add_dependency "cabin", ">0" # for logging. apache 2 license spec.files = files spec.require_paths << "lib" spec.bindir = "bin" spec.authors = ["Jordan Sissel"] spec.email = ["jls@semicomplete.com"] #spec.homepage = "..." end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
insist-0.0.6 | insist.gemspec |