Sha256: 65dd8d1f0b4289824cf55034128dfa5ae11fa45aea721475d656f8f91cee670e

Contents?: true

Size: 731 Bytes

Versions: 12

Compression:

Stored size: 731 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"]
  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.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

12 entries across 12 versions & 1 rubygems

Version Path
qunited-0.5.0 qunited.gemspec
qunited-0.4.4 qunited.gemspec
qunited-0.4.3 qunited.gemspec
qunited-0.4.2 qunited.gemspec
qunited-0.4.1 qunited.gemspec
qunited-0.4.0 qunited.gemspec
qunited-0.3.1 qunited.gemspec
qunited-0.3.0 qunited.gemspec
qunited-0.2.1 qunited.gemspec
qunited-0.2.0 qunited.gemspec
qunited-0.1.0 qunited.gemspec
qunited-0.0.1 qunited.gemspec