Sha256: 8313a7dd092abaf6c3d79d374bef5a5bab9e8e6a15b90f3b0697543d33ba1ffc
Contents?: true
Size: 1.94 KB
Versions: 1
Compression:
Stored size: 1.94 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{xultestrunner} s.version = "0.2.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Gabriel Gironda"] s.date = %q{2009-09-08} s.default_executable = %q{xultest} s.description = %q{XUL based test runner for running your JS unit tests.} s.email = %q{contact@gironda.org} s.executables = ["xultest"] s.extra_rdoc_files = [ "LICENSE", "README" ] s.files = [ ".gitignore", ".gitmodules", "LICENSE", "README", "Rakefile", "VERSION", "bin/xultest", "lib/xultestrunner.rb", "xulapp/application.ini", "xulapp/chrome/chrome.manifest", "xulapp/chrome/content/lib/xultestcase.js", "xulapp/chrome/content/lib/xultestrunner.js", "xulapp/chrome/content/vendor/prototype/LICENSE", "xulapp/chrome/content/vendor/prototype/prototype.js", "xulapp/chrome/content/vendor/scriptaculous/LICENSE", "xulapp/chrome/content/vendor/scriptaculous/test.css", "xulapp/chrome/content/vendor/scriptaculous/testharness.html", "xulapp/chrome/content/vendor/scriptaculous/unittest.js", "xulapp/chrome/content/xul/boot.xul", "xulapp/components/bootstrap.js", "xulapp/defaults/preferences/prefs.js", "xultestrunner.gemspec" ] s.homepage = %q{http://github.com/gabrielg/xultestrunner} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.4} s.summary = %q{XUL based test runner for running your JS unit tests.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gabrielg-xultestrunner-0.2.3 | xultestrunner.gemspec |