ichabod 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/js/qunit.js ADDED
@@ -0,0 +1,10 @@
1
+ window.addEventListener("load", function(){
2
+ QUnit.testDone = function(result){
3
+ console.log('test Done');
4
+ Ichabod.exit();
5
+ // result.name
6
+ // result.failed
7
+ // result.passed
8
+ // result.total
9
+ };
10
+ });
metadata ADDED
@@ -0,0 +1,80 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ichabod
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.1
6
+ platform: ruby
7
+ authors:
8
+ - Alex MacCaw
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-03-15 00:00:00 +13:00
14
+ default_executable: ichabod
15
+ dependencies: []
16
+
17
+ description: Ichabod wraps JavaScript in a loving MacRuby embrace.
18
+ email: info@eribium.org
19
+ executables:
20
+ - ichabod
21
+ extensions: []
22
+
23
+ extra_rdoc_files:
24
+ - README.md
25
+ files:
26
+ - MIT-LICENSE
27
+ - README.md
28
+ - Rakefile
29
+ - bin/ichabod
30
+ - examples/index.html
31
+ - examples/jasmine/index.html
32
+ - examples/jasmine/klass.js
33
+ - examples/jasmine/lib/MIT.LICENSE
34
+ - examples/jasmine/lib/jasmine-html.js
35
+ - examples/jasmine/lib/jasmine.css
36
+ - examples/jasmine/lib/jasmine.js
37
+ - examples/jasmine/model.js
38
+ - examples/jasmine/model.spec.js
39
+ - lib/ichabod.rb
40
+ - lib/ichabod/coercion.rb
41
+ - lib/ichabod/delegate/load.rb
42
+ - lib/ichabod/delegate/ui.rb
43
+ - lib/ichabod/repl.rb
44
+ - lib/ichabod/runtime.rb
45
+ - lib/ichabod/script_object/ichabod.rb
46
+ - lib/ichabod/script_object/ruby.rb
47
+ - lib/ichabod/tests.rb
48
+ - lib/ichabod/version.rb
49
+ - lib/js/jasmine.js
50
+ - lib/js/qunit.js
51
+ has_rdoc: true
52
+ homepage: http://github.com/maccman/ichabod
53
+ licenses:
54
+ - MIT
55
+ post_install_message:
56
+ rdoc_options: []
57
+
58
+ require_paths:
59
+ - lib
60
+ required_ruby_version: !ruby/object:Gem::Requirement
61
+ none: false
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ none: false
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: "0"
72
+ requirements: []
73
+
74
+ rubyforge_project:
75
+ rubygems_version: 1.6.0
76
+ signing_key:
77
+ specification_version: 3
78
+ summary: Ichabod wraps JavaScript in a loving MacRuby embrace.
79
+ test_files: []
80
+