Sha256: dce3d1a86e28e7135e4ebdcb536cec7986fb2b6786fb232fe2ed85c4f3de05fc
Contents?: true
Size: 776 Bytes
Versions: 1
Compression:
Stored size: 776 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "qunited/version" Gem::Specification.new do |s| s.name = "qunited" s.version = QUnited::VERSION s.authors = ["Aaron Royer"] s.email = ["aaronroyer@gmail.com", "thomsbg@gmail.com"] s.homepage = "https://github.com/aaronroyer/qunited" s.summary = %q{QUnit tests in your build} s.description = %q{QUnited runs headless QUnit tests as part of your normal build} s.license = 'MIT' s.rubyforge_project = "qunited" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qunited-0.5.3 | qunited.gemspec |