This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zeno Rocha
committed
Mar 20, 2014
1 parent
7a3d49e
commit 869744e
Showing
11 changed files
with
463 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
], | ||
"license": "BSD", | ||
"private": true, | ||
"version": "0.2.0" | ||
"version": "0.2.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,227 @@ | ||
BUILD LOG | ||
--------- | ||
Build Time: 2014-02-14T15:57:20 | ||
Build Time: 2014-03-07T10:33:27 | ||
|
||
NODEJS INFORMATION | ||
================== | ||
nodejs: v0.10.25 | ||
nodejs: v0.10.26 | ||
chai: 1.9.0 | ||
─ assertion-error: 1.0.0 | ||
┬ deep-eql: 0.1.3 | ||
└── type-detect: 0.1.1 | ||
grunt: 0.4.2 | ||
─ async: 0.1.22 | ||
─ coffee-script: 1.3.3 | ||
─ colors: 0.6.2 | ||
─ dateformat: 1.0.2-1.2.3 | ||
─ eventemitter2: 0.4.13 | ||
─ exit: 0.1.2 | ||
┬ findup-sync: 0.1.2 | ||
└── lodash: 1.0.1 | ||
─ getobject: 0.1.0 | ||
┬ glob: 3.1.21 | ||
├── graceful-fs: 1.2.3 | ||
└── inherits: 1.0.0 | ||
─ hooker: 0.2.3 | ||
─ iconv-lite: 0.2.11 | ||
┬ js-yaml: 2.0.5 | ||
├─┬ argparse: 0.1.15 | ||
│ ├── underscore: 1.4.4 | ||
│ └── underscore.string: 2.3.3 | ||
└── esprima: 1.0.4 | ||
─ lodash: 0.9.2 | ||
┬ minimatch: 0.2.14 | ||
├── lru-cache: 2.5.0 | ||
└── sigmund: 1.0.0 | ||
┬ nopt: 1.0.10 | ||
└── abbrev: 1.0.4 | ||
┬ rimraf: 2.0.3 | ||
└── graceful-fs: 1.1.14 | ||
─ underscore.string: 2.2.1 | ||
─ which: 1.0.5 | ||
grunt-audit: 0.0.2 | ||
grunt-concat-sourcemap: 0.4.1 | ||
┬ source-map: 0.1.32 | ||
└── amdefine: 0.1.0 | ||
grunt-contrib-concat: 0.3.0 | ||
grunt-contrib-uglify: 0.3.2 | ||
┬ chalk: 0.4.0 | ||
├── ansi-styles: 1.0.0 | ||
├── has-color: 0.1.4 | ||
└── strip-ansi: 0.1.1 | ||
┬ grunt-lib-contrib: 0.6.1 | ||
└── zlib-browserify: 0.0.1 | ||
┬ uglify-js: 2.4.12 | ||
├── async: 0.2.10 | ||
├─┬ optimist: 0.3.7 | ||
│ └── wordwrap: 0.0.2 | ||
├─┬ source-map: 0.1.32 | ||
│ └── amdefine: 0.1.0 | ||
└── uglify-to-browserify: 1.0.2 | ||
grunt-contrib-yuidoc: 0.5.0 | ||
┬ yuidocjs: 0.3.47 | ||
├─┬ express: 3.1.2 | ||
│ ├── buffer-crc32: 0.2.1 | ||
│ ├── commander: 0.6.1 | ||
│ ├─┬ connect: 2.7.5 | ||
│ │ ├── buffer-crc32: 0.1.1 | ||
│ │ ├── bytes: 0.2.0 | ||
│ │ ├── formidable: 1.0.11 | ||
│ │ ├── pause: 0.0.1 | ||
│ │ └── qs: 0.5.1 | ||
│ ├── cookie: 0.0.5 | ||
│ ├── cookie-signature: 1.0.0 | ||
│ ├── debug: 0.7.4 | ||
│ ├── fresh: 0.1.0 | ||
│ ├── methods: 0.0.1 | ||
│ ├── mkdirp: 0.3.5 | ||
│ ├── range-parser: 0.0.4 | ||
│ └─┬ send: 0.1.0 | ||
│ └── mime: 1.2.6 | ||
├── graceful-fs: 2.0.1 | ||
├── marked: 0.2.10 | ||
├─┬ minimatch: 0.2.14 | ||
│ ├── lru-cache: 2.5.0 | ||
│ └── sigmund: 1.0.0 | ||
├─┬ rimraf: 2.0.3 | ||
│ └── graceful-fs: 1.1.14 | ||
└─┬ yui: 3.9.1 | ||
└─┬ request: 2.12.0 | ||
├─┬ form-data: 0.0.3 | ||
│ ├── async: 0.1.9 | ||
│ └─┬ combined-stream: 0.0.3 | ||
│ └── delayed-stream: 0.0.5 | ||
└── mime: 1.2.7 | ||
grunt-karma: 0.6.2 | ||
┬ optimist: 0.6.1 | ||
├── minimist: 0.0.7 | ||
└── wordwrap: 0.0.2 | ||
karma: 0.10.9 | ||
karma-chrome-launcher: 0.1.2 | ||
┬ chokidar: 0.8.1 | ||
├── fsevents: 0.1.6 extraneous | ||
└── recursive-readdir: 0.0.2 extraneous | ||
─ coffee-script: 1.6.3 | ||
─ colors: 0.6.0-1 | ||
┬ connect: 2.8.8 | ||
├── buffer-crc32: 0.2.1 | ||
├── bytes: 0.2.0 | ||
├── cookie: 0.1.0 | ||
├── cookie-signature: 1.0.1 | ||
├── debug: 0.7.4 | ||
├── formidable: 1.0.14 | ||
├── fresh: 0.2.0 | ||
├── methods: 0.0.1 | ||
├── pause: 0.0.1 | ||
├── qs: 0.6.5 | ||
├─┬ send: 0.1.4 | ||
│ └── range-parser: 0.0.4 | ||
└── uid2: 0.0.2 | ||
─ di: 0.0.1 | ||
┬ glob: 3.1.21 | ||
└── inherits: 1.0.0 | ||
─ graceful-fs: 1.2.3 | ||
┬ http-proxy: 0.10.4 | ||
├─┬ optimist: 0.6.1 | ||
│ ├── minimist: 0.0.7 | ||
│ └── wordwrap: 0.0.2 | ||
├── pkginfo: 0.3.0 | ||
└─┬ utile: 0.2.1 | ||
├── async: 0.2.10 | ||
├── deep-equal: 0.2.1 | ||
├── i: 0.3.2 | ||
├── mkdirp: 0.3.5 | ||
└── ncp: 0.4.2 | ||
─ lodash: 1.1.1 | ||
┬ log4js: 0.6.10 | ||
├── async: 0.1.15 | ||
├─┬ readable-stream: 1.0.25 | ||
│ └── string_decoder: 0.10.25-1 | ||
└── semver: 1.1.4 | ||
─ mime: 1.2.11 | ||
┬ minimatch: 0.2.14 | ||
├── lru-cache: 2.5.0 | ||
└── sigmund: 1.0.0 | ||
┬ optimist: 0.3.7 | ||
└── wordwrap: 0.0.2 | ||
─ q: 0.9.7 | ||
─ rimraf: 2.1.4 | ||
┬ socket.io: 0.9.16 | ||
├── base64id: 0.1.0 | ||
├── policyfile: 0.0.4 | ||
├── redis: 0.7.3 | ||
└─┬ socket.io-client: 0.9.16 | ||
├─┬ active-x-obfuscator: 0.0.1 | ||
│ └── zeparser: 0.0.5 | ||
├── uglify-js: 1.2.5 | ||
├─┬ ws: 0.4.31 | ||
│ ├── commander: 0.6.1 | ||
│ ├── nan: 0.3.2 | ||
│ ├── options: 0.0.5 | ||
│ └── tinycolor: 0.0.1 | ||
└── xmlhttprequest: 1.4.2 | ||
┬ useragent: 2.0.7 | ||
└── lru-cache: 2.2.4 | ||
karma-chrome-launcher: 0.0.2 (git://github.com/morethanreal/karma-chrome-launcher#aaaef751f4c39b4671447f4b62a3462101f8a3c4) | ||
karma-coffee-preprocessor: 0.1.2 | ||
─ coffee-script: 1.6.3 | ||
karma-crbot-reporter: 0.0.4 | ||
karma-firefox-launcher: 0.1.3 | ||
karma-html2js-preprocessor: 0.1.0 | ||
karma-ie-launcher: 0.1.1 | ||
karma-jasmine: 0.1.5 | ||
karma-mocha: 0.1.1 | ||
karma-phantomjs-launcher: 0.1.2 | ||
┬ phantomjs: 1.9.7-1 | ||
├── adm-zip: 0.2.1 | ||
├── kew: 0.1.7 | ||
├── mkdirp: 0.3.5 | ||
├── ncp: 0.4.2 | ||
├─┬ npmconf: 0.0.24 | ||
│ ├─┬ config-chain: 1.1.8 | ||
│ │ └── proto-list: 1.2.2 | ||
│ ├── inherits: 1.0.0 | ||
│ ├── ini: 1.1.0 | ||
│ ├─┬ nopt: 2.1.2 | ||
│ │ └── abbrev: 1.0.4 | ||
│ ├── once: 1.1.1 | ||
│ ├── osenv: 0.0.3 | ||
│ └── semver: 1.1.4 | ||
├── rimraf: 2.2.6 | ||
└── which: 1.0.5 | ||
karma-requirejs: 0.2.1 | ||
karma-safari-launcher: 0.1.1 | ||
karma-script-launcher: 0.1.0 | ||
mocha: 1.17.1 | ||
─ commander: 2.0.0 | ||
─ debug: 0.7.4 | ||
─ diff: 1.0.7 | ||
┬ glob: 3.2.3 | ||
├── graceful-fs: 2.0.1 | ||
├── inherits: 2.0.1 | ||
└─┬ minimatch: 0.2.14 | ||
├── lru-cache: 2.5.0 | ||
└── sigmund: 1.0.0 | ||
─ growl: 1.7.0 | ||
┬ jade: 0.26.3 | ||
├── commander: 0.6.1 | ||
└── mkdirp: 0.3.0 | ||
─ mkdirp: 0.3.5 | ||
requirejs: 2.1.10 | ||
|
||
REPO REVISIONS | ||
============== | ||
CustomElements: 18efac1ed0fa054536a9efae2ddea678ddb986b1 | ||
HTMLImports: 69486ed9670afe6da872ed673e8a8d0448db16a8 | ||
NodeBind: eb5ee7941f712cbee755da24ab7553e2d90fb99d | ||
PointerEvents: 1d551ce7af420577f150f5c922fc54b97f04c84d | ||
PointerGestures: 0cded24896294ebecdfdad47583468f714a0a34e | ||
ShadowDOM: 308a7c2e67032f746b5e52f4e27320ffe3a57ecd | ||
TemplateBinding: 279934127f6777bdfb9f752e98eb0da172fbca1b | ||
CustomElements: 7be9e6e758903f62df6ba73a5ea82777c37dc273 | ||
HTMLImports: cae0c94f3be4b492c0db686ffdd0288b49dbdfe7 | ||
NodeBind: 62f7e53baee55d5821747227de9b407da1c261ec | ||
PointerEvents: f2964bcc070231c41391cb864fa0c6578031592c | ||
PointerGestures: f645ec49a0b2fa2e0d4dee40722bb0dab24ae59f | ||
ShadowDOM: 4c2f646faa3fe5e5f2625bc16753be11ef2a026e | ||
TemplateBinding: 08008af605298aaf2d56ef34d4af4df70679ea61 | ||
WeakMap: a0947a9a0f58f5733f464755c3b86de624b00a5d | ||
observe-js: 3ba9aeec73f7864d519fb13c6f38cb10923cdfd9 | ||
platform: 6460c3d51b30b50d311eb1d7b055f29affa26f74 | ||
observe-js: 3d7b5aa5eb7b403ee7be398280113f7cc36e448a | ||
platform: 59d0c0d8307e9433d0dcd9943c627ab3ba45ac10 | ||
polymer-expressions: 470cced7cf167bd164f0b924ceb088dd7a8240b9 | ||
|
||
BUILD HASHES | ||
============ | ||
build/platform.js: d0831d90d53d03c34a5382fdace5432599c97850 | ||
build/platform.js: 2dd0f0a8ebdaaffd6fecc70158cc3cefce3ad67a |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.