gabrielg-xultestrunner 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,59 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{xultestrunner}
8
+ s.version = "0.1.0"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Gabriel Gironda"]
12
+ s.date = %q{2009-09-07}
13
+ s.default_executable = %q{xultest}
14
+ s.description = %q{XUL based test runner for running your JS unit tests.}
15
+ s.email = %q{contact@gironda.org}
16
+ s.executables = ["xultest"]
17
+ s.extra_rdoc_files = [
18
+ "LICENSE",
19
+ "README"
20
+ ]
21
+ s.files = [
22
+ ".gitignore",
23
+ "LICENSE",
24
+ "README",
25
+ "Rakefile",
26
+ "VERSION",
27
+ "bin/xultest",
28
+ "xulapp/application.ini",
29
+ "xulapp/chrome/chrome.manifest",
30
+ "xulapp/chrome/content/lib/shortcuts.js",
31
+ "xulapp/chrome/content/lib/xultestcase.js",
32
+ "xulapp/chrome/content/lib/xultestrunner.js",
33
+ "xulapp/chrome/content/vendor/prototype/LICENSE",
34
+ "xulapp/chrome/content/vendor/prototype/prototype.js",
35
+ "xulapp/chrome/content/vendor/scriptaculous/LICENSE",
36
+ "xulapp/chrome/content/vendor/scriptaculous/test.css",
37
+ "xulapp/chrome/content/vendor/scriptaculous/testharness.html",
38
+ "xulapp/chrome/content/vendor/scriptaculous/unittest.js",
39
+ "xulapp/chrome/content/xul/boot.xul",
40
+ "xulapp/components/bootstrap.js",
41
+ "xulapp/defaults/preferences/prefs.js",
42
+ "xultestrunner.gemspec"
43
+ ]
44
+ s.homepage = %q{http://github.com/gabrielg/xultestrunner}
45
+ s.rdoc_options = ["--charset=UTF-8"]
46
+ s.require_paths = ["lib"]
47
+ s.rubygems_version = %q{1.3.4}
48
+ s.summary = %q{XUL based test runner for running your JS unit tests.}
49
+
50
+ if s.respond_to? :specification_version then
51
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
52
+ s.specification_version = 3
53
+
54
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
55
+ else
56
+ end
57
+ else
58
+ end
59
+ end
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gabrielg-xultestrunner
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Gabriel Gironda
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-09-07 00:00:00 -07:00
13
+ default_executable: xultest
14
+ dependencies: []
15
+
16
+ description: XUL based test runner for running your JS unit tests.
17
+ email: contact@gironda.org
18
+ executables:
19
+ - xultest
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - LICENSE
24
+ - README
25
+ files:
26
+ - .gitignore
27
+ - LICENSE
28
+ - README
29
+ - Rakefile
30
+ - VERSION
31
+ - bin/xultest
32
+ - xulapp/application.ini
33
+ - xulapp/chrome/chrome.manifest
34
+ - xulapp/chrome/content/lib/shortcuts.js
35
+ - xulapp/chrome/content/lib/xultestcase.js
36
+ - xulapp/chrome/content/lib/xultestrunner.js
37
+ - xulapp/chrome/content/vendor/prototype/LICENSE
38
+ - xulapp/chrome/content/vendor/prototype/prototype.js
39
+ - xulapp/chrome/content/vendor/scriptaculous/LICENSE
40
+ - xulapp/chrome/content/vendor/scriptaculous/test.css
41
+ - xulapp/chrome/content/vendor/scriptaculous/testharness.html
42
+ - xulapp/chrome/content/vendor/scriptaculous/unittest.js
43
+ - xulapp/chrome/content/xul/boot.xul
44
+ - xulapp/components/bootstrap.js
45
+ - xulapp/defaults/preferences/prefs.js
46
+ - xultestrunner.gemspec
47
+ has_rdoc: false
48
+ homepage: http://github.com/gabrielg/xultestrunner
49
+ licenses:
50
+ post_install_message:
51
+ rdoc_options:
52
+ - --charset=UTF-8
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: "0"
60
+ version:
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ requirements: []
68
+
69
+ rubyforge_project:
70
+ rubygems_version: 1.3.5
71
+ signing_key:
72
+ specification_version: 3
73
+ summary: XUL based test runner for running your JS unit tests.
74
+ test_files: []
75
+