hippodrome 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/package.json +44 -0
  3. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc363fc1a6f5b4c711badecad9bdb084890ec197
4
- data.tar.gz: fc199a6577fbdb723eb008650122d9867d514af3
3
+ metadata.gz: 26e29116082ce1b2a6381ff30a5cc06b26f80489
4
+ data.tar.gz: cd4dad2122a89a383b5aa9573d31c79b368e07df
5
5
  SHA512:
6
- metadata.gz: ae09eb653bafe30c02daac3d801eed039960f5e231f5ce9774607ced38ca858bd788c508bafc8d75c99a67761d719d46aa158cde6805b24c0c1cf7476b3b91cb
7
- data.tar.gz: 8a6c2493258e70cf2f4b93ac26fe743147b306713174bc5e8cfe0661170f97106d3b88d7d72fa34f47efb1e6ab1f0eda756ebe3a0b5d7f9b002e45934c7ee9ac
6
+ metadata.gz: 15c8283c27c12952f61334e1a2fa0008a3c901827a30a9c28f543d3c38a8fd1a9a51c9f83d1929d00b932f1e61670e284de5156146f8ace8bc313d33fbe7b326
7
+ data.tar.gz: a58a3d30f0bf0d865ffd6eedcad0bff69a26ffb4478811ba6541ac8fc51a9cace520fab2b7f8ec87ad8af9a0552809ef4f71ab13feae20d976eecab492275ec4
data/package.json ADDED
@@ -0,0 +1,44 @@
1
+ {
2
+ "name": "hippodrome",
3
+ "version": "0.0.21",
4
+ "description": "Your data, like your chariots, go around and around in one direction in this, a Flux implementation that only Ben Hur could love.",
5
+ "main": "js/hippodrome.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "build": "gulp build"
9
+ },
10
+ "engines": {
11
+ "node": "0.10.x"
12
+ },
13
+ "dependencies": {
14
+ "lodash": "^2.4.1"
15
+ },
16
+ "devDependencies": {
17
+ "gulp": "^3.8.9",
18
+ "gulp-coffee": "^2.2.0",
19
+ "gulp-concat": "^2.4.1",
20
+ "gulp-insert": "^0.4.0",
21
+ "gulp-rename": "^1.2.0",
22
+ "gulp-shell": "^0.2.10",
23
+ "gulp-uglify": "^1.0.1"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git://github.com/Structural/hippodrome.git"
28
+ },
29
+ "contributors": [
30
+ {
31
+ "name": "Sean Kermes",
32
+ "email": "skermes@gmail.com"
33
+ },
34
+ {
35
+ "name": "William Lubelski",
36
+ "email": "will.lubelski@gmail.com"
37
+ }
38
+ ],
39
+ "license": "MIT",
40
+ "bugs": {
41
+ "url": "https://github.com/Structural/hippodrome/issues"
42
+ },
43
+ "homepage": "https://github.com/Structural/hippodrome"
44
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hippodrome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Kermes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-25 00:00:00.000000000 Z
12
+ date: 2014-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -84,6 +84,7 @@ files:
84
84
  - app/assets/javascripts/hippodrome.min.js
85
85
  - lib/hippodrome.rb
86
86
  - lib/hippodrome/version.rb
87
+ - package.json
87
88
  homepage: https://github.com/Structural/hippodrome
88
89
  licenses:
89
90
  - MIT