0.6.2 • Published 11 years ago

tandem-core v0.6.2

Weekly downloads
12
License
BSD
Repository
github
Last release
11 years ago

WARNING

Please do not publicize this repository in any way. There are a few known documentation gaps and other issues we wish to address before publication. Thank you for your patience.

Tandem Core

This repository is also both a Rails gem and a Node.js module.

Build Status

Project Organization

Top level files/directories

The tandem source code is in the src folder. Tests are in the tests folder.

All other files/directories are just supporting npm/bundler, build, or documentation files.

build - javascript output
lib - bundler
src - source code
tests - tests written for Mocha on node.js
vendor/assets/javascripts/* - symlinks to src with .module added before extension
delta.js - entry point for tandem/scribe coffeeify
index.js - npm
package.json - npm
tandem-core-rails.gemspec - bundler

Version numbers

Until we write a script, version numbers will have to be updated in the following files:

  • lib/tandem-core-rails/version.rb
  • package.json

Tests

We use the mocha testing framework. To run:

make test

To run code coverage tests:

make cov

Visit coverage/lcov-report/index.html in your browser to see the output.

0.6.2

11 years ago

0.6.1

11 years ago

0.6.0

11 years ago

0.5.2

12 years ago

0.5.1

12 years ago

0.3.2

12 years ago

0.5.0

12 years ago

0.4.7

12 years ago

0.4.4

12 years ago