Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/narwhal.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'utils/narwhal.gemspec')
-rwxr-xr-xutils/narwhal.gemspec105
1 files changed, 0 insertions, 105 deletions
diff --git a/utils/narwhal.gemspec b/utils/narwhal.gemspec
deleted file mode 100755
index 25ed8ba..0000000
--- a/utils/narwhal.gemspec
+++ /dev/null
@@ -1,105 +0,0 @@
-# -*- encoding: utf-8 -*-
-Gem::Specification.new do |s|
- s.name = %q{Narwhal}
- s.version = "0.0.1"
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Tom Robinson", "Kris Kowal", "George Moschovitis", "Kevin Dangoor", "Hannes Wallnöfer"]
- s.date = %q{2009-05-30}
- s.description = %q{An implementation of the ServerJS standard library}
- s.email = %q{jack-js@googlegroups.com}
- s.homepage = %q{http://narwhaljs.org}
- s.executables = ["narwhal"]
- s.files = [
- "bin",
- "bin/js",
- "bin/narwhal",
- "bin/sea",
- "bin/tusk",
- "lib",
- "lib/args.js",
- "lib/codec",
- "lib/codec/base64.js",
- "lib/file.js",
- "lib/hash.js",
- "lib/hashp.js",
- "lib/http.js",
- "lib/io.js",
- "lib/json.js",
- "lib/logger.js",
- "lib/mime.js",
- "lib/narwhal",
- "lib/narwhal/repl.js",
- "lib/narwhal/tusk-init.js",
- "lib/narwhal/tusk.js",
- "lib/narwhal.js",
- "lib/packages.js",
- "lib/ref_send.js",
- "lib/regexp.js",
- "lib/sandbox.js",
- "lib/string.js",
- "lib/test",
- "lib/test/assert.js",
- "lib/test/equiv.js",
- "lib/test/jsdump.js",
- "lib/test/runner.js",
- "lib/unload.js",
- "lib/uri.js",
- "lib/util.js",
- "lib/xregexp.js",
- "platforms",
- "platforms/browser",
- "platforms/browser/lib",
- "platforms/browser/lib/reactor.js",
- "platforms/default",
- "platforms/default/lib",
- "platforms/default/lib/array.js",
- "platforms/default/lib/file-platform.js",
- "platforms/default/lib/function.js",
- "platforms/default/lib/global.js",
- "platforms/default/lib/io-platform.js",
- "platforms/default/lib/object.js",
- "platforms/default/lib/reactor.js",
- "platforms/default/lib/system.js",
- "platforms/k7",
- "platforms/k7/bin",
- "platforms/k7/bin/narwhal-k7",
- "platforms/k7/bootstrap.js",
- "platforms/k7/lib",
- "platforms/k7/lib/file-platform.js",
- "platforms/k7/lib/system.js",
- "platforms/rhino",
- "platforms/rhino/bin",
- "platforms/rhino/bin/narwhal-rhino",
- "platforms/rhino/bootstrap.js",
- "platforms/rhino/jars",
- "platforms/rhino/jars/jline.jar",
- "platforms/rhino/jars/js.jar",
- "platforms/rhino/lib",
- "platforms/rhino/lib/binary.js",
- "platforms/rhino/lib/file-platform.js",
- "platforms/rhino/lib/http-platform.js",
- "platforms/rhino/lib/io-platform.js",
- "platforms/rhino/lib/os.js",
- "platforms/rhino/lib/packages-platform.js",
- "platforms/rhino/lib/process.js",
- "platforms/rhino/lib/sandbox-platform.js",
- "platforms/rhino/lib/system.js",
- "platforms/rhino/lib/zip.js",
- "platforms/secure",
- "platforms/secure/lib",
- "platforms/secure/lib/file.js",
- "platforms/secure/lib/system.js",
- "platforms/template",
- "platforms/template/bin",
- "platforms/template/bin/narwhal-platform-name",
- "platforms/template/bootstrap.js",
- "platforms/template/lib",
- "platforms/template/lib/file-platform.js",
- "platforms/template/lib/system.js",
- "platforms/v8cgi",
- "platforms/v8cgi/bootstrap.js"
- ]
- s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.3}
- s.summary = %q{Implementation of the ServerJS standard library}
-end