gaffo / jasmine_webos

Simple Jasmine Testing for WebOS

This URL has Read+Write access

name age message
file .document Wed Sep 16 11:40:43 -0700 2009 Initial commit to jasmine-webos. [gaffo]
file .gemspec Thu Sep 17 08:42:10 -0700 2009 meh [gaffo]
file .gitignore Thu Oct 01 13:46:43 -0700 2009 updated docs for gemcutter, removed gemspec fro... [gaffo]
file .gitmodules Tue Sep 29 09:18:46 -0700 2009 removing duplicate submodule [gaffo]
file .hoerc Fri Sep 18 18:43:07 -0700 2009 removed generators, working on getting server s... [gaffo]
file .loadpath Wed Sep 16 14:14:49 -0700 2009 adding eclipse project files [gaffo]
file .project Thu Sep 17 11:19:40 -0700 2009 actually working [gaffo]
file History.txt Thu Sep 17 11:19:40 -0700 2009 actually working [gaffo]
file Manifest.txt Fri Sep 18 22:29:44 -0700 2009 named things correctly [gaffo]
file PostInstall.txt Mon Sep 21 08:58:21 -0700 2009 bumped version, added dependencies [gaffo]
file README.rdoc Thu Oct 01 13:46:43 -0700 2009 updated docs for gemcutter, removed gemspec fro... [gaffo]
file Rakefile Mon Sep 21 08:58:21 -0700 2009 bumped version, added dependencies [gaffo]
directory bin/ Fri Sep 18 22:29:44 -0700 2009 named things correctly [gaffo]
file jasmine_webos.gemspec Wed Oct 28 21:14:22 -0700 2009 bumped jasmine to 0.9.0, bumped gemspec [gaffo]
directory jslib/ Fri Sep 18 21:15:28 -0700 2009 adding prototype [gaffo]
directory lib/ Wed Oct 28 21:14:22 -0700 2009 bumped jasmine to 0.9.0, bumped gemspec [gaffo]
directory script/ Thu Sep 17 11:19:40 -0700 2009 actually working [gaffo]
directory templates/ Fri Sep 18 20:52:22 -0700 2009 got generator working [gaffo]
directory test/ Fri Sep 18 21:15:22 -0700 2009 adding root of the gem [gaffo]
directory vendor/ Wed Oct 28 21:14:22 -0700 2009 bumped jasmine to 0.9.0, bumped gemspec [gaffo]
README.rdoc

jasminewebos

DESCRIPTION:

Generates the stub files needed for testing with jasmine on a webos application. Runs a server to view your tests against.

INSTALL:

sudo gem source -a gemcutter.org sudo gem install jasmine_webos

LICENSE:

(The MIT License)

Copyright © 2009 Mike Gaffney

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.