Every repository with this icon (
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install jbarnette-johnson
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 24 16:30:07 -0700 2008 | [jbarnette] |
| |
CHANGELOG | Mon Jun 23 22:40:18 -0700 2008 | [jbarnette] |
| |
MANIFEST | Tue Jun 24 10:50:13 -0700 2008 | [jbarnette] |
| |
MINGW32.mk | Wed Apr 23 08:17:10 -0700 2008 | [matthewd] |
| |
README.rdoc | Mon Jun 23 23:53:01 -0700 2008 | [jbarnette] |
| |
Rakefile | Tue Jun 24 10:40:49 -0700 2008 | [jbarnette] |
| |
bin/ | Tue Jun 24 15:24:30 -0700 2008 | [jbarnette] |
| |
cross-compile.txt | Wed Apr 23 21:40:46 -0700 2008 | [matthewd] |
| |
ext/ | Thu Jun 19 05:51:00 -0700 2008 | [aaronp] |
| |
johnson.gemspec | Thu Jul 03 13:53:26 -0700 2008 | [jbarnette] |
| |
js/ | Thu Jun 19 14:06:01 -0700 2008 | [jbarnette] |
| |
lib/ | Thu Jul 03 13:53:26 -0700 2008 | [jbarnette] |
| |
test/ | Wed Jun 18 19:39:15 -0700 2008 | [aaronp] |
| |
todo/ | Fri May 30 17:18:16 -0700 2008 | [jbarnette] |
| |
vendor/ | Sun Jul 06 03:03:57 -0700 2008 | [jbarnette] |
Johnson
Johnson wraps JavaScript in a loving Ruby embrace.
- {Source Code}[http://github.com/jbarnette/johnson]
- {Bug Tracker}[http://johnson.lighthouseapp.com]
- {RubyForge Project}[http://johnson.rubyforge.org]
Usage
# FIXME: write some decent examples
require "johnson"
Johnson.evaluate("4 + 4") # => 8
Johnson.evaluate("4 + foo", :foo => 4) # => 8
Installing
[sudo] gem install johnson
Installing Development Versions
We periodically update Johnson’s gemspec on Github. Rather than installing the official releases (hosted on RubyForge), you can track the development version. Development versions will have a timestamped version number, like 1.0.0.200806232349.
[sudo] gem sources -a http://gems.github.com # if you haven't already [sudo] gem install jbarnette-johnson
License
Copyright 2008 John Barnette, Aaron Patterson, Yehuda Katz, Matthew Draper
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.




