robeaux 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Makefile +1 -1
- data/README.markdown +2 -0
- data/css/fonts.css +59 -0
- data/fonts/inconsolata-bold-webfont.eot +0 -0
- data/fonts/inconsolata-bold-webfont.svg +240 -0
- data/fonts/inconsolata-bold-webfont.ttf +0 -0
- data/fonts/inconsolata-bold-webfont.woff +0 -0
- data/fonts/inconsolata-regular-webfont.eot +0 -0
- data/fonts/inconsolata-regular-webfont.svg +240 -0
- data/fonts/inconsolata-regular-webfont.ttf +0 -0
- data/fonts/inconsolata-regular-webfont.woff +0 -0
- data/fonts/roboto-bold-webfont.eot +0 -0
- data/fonts/roboto-bold-webfont.svg +593 -0
- data/fonts/roboto-bold-webfont.ttf +0 -0
- data/fonts/roboto-bold-webfont.woff +0 -0
- data/fonts/roboto-regular-webfont.eot +0 -0
- data/fonts/roboto-regular-webfont.svg +621 -0
- data/fonts/roboto-regular-webfont.ttf +0 -0
- data/fonts/roboto-regular-webfont.woff +0 -0
- data/fonts/robotoslab-bold-webfont.eot +0 -0
- data/fonts/robotoslab-bold-webfont.svg +670 -0
- data/fonts/robotoslab-bold-webfont.ttf +0 -0
- data/fonts/robotoslab-bold-webfont.woff +0 -0
- data/index.html +1 -1
- data/package.json +1 -1
- data/robeaux.gemspec +1 -1
- metadata +23 -2
Binary file
|
Binary file
|
data/index.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
<title>Robeaux</title>
|
7
7
|
|
8
|
-
<link rel="stylesheet" href="
|
8
|
+
<link rel="stylesheet" href="/css/fonts.css">
|
9
9
|
<link rel="stylesheet" href="/css/normalize.css">
|
10
10
|
<link rel="stylesheet" href="/css/style.css">
|
11
11
|
|
data/package.json
CHANGED
data/robeaux.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "robeaux"
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.1"
|
6
6
|
s.platform = Gem::Platform::RUBY
|
7
7
|
s.authors = ["Ron Evans", "Adrian Zankich", "Ari Lerner", "Mario Ricalde", "Daniel Fischer", "Andrew Stewart"]
|
8
8
|
s.email = ["artoo@hybridgroup.com"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: robeaux
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ron Evans
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2014-04-
|
16
|
+
date: 2014-04-25 00:00:00.000000000 Z
|
17
17
|
dependencies: []
|
18
18
|
description: Angular-based front end for universal robot API
|
19
19
|
email:
|
@@ -24,11 +24,32 @@ extra_rdoc_files: []
|
|
24
24
|
files:
|
25
25
|
- Makefile
|
26
26
|
- README.markdown
|
27
|
+
- css/fonts.css
|
27
28
|
- css/normalize.css
|
28
29
|
- css/style.css
|
29
30
|
- css/themes/artoo.css
|
30
31
|
- css/themes/cylon.css
|
31
32
|
- css/themes/gobot.css
|
33
|
+
- fonts/inconsolata-bold-webfont.eot
|
34
|
+
- fonts/inconsolata-bold-webfont.svg
|
35
|
+
- fonts/inconsolata-bold-webfont.ttf
|
36
|
+
- fonts/inconsolata-bold-webfont.woff
|
37
|
+
- fonts/inconsolata-regular-webfont.eot
|
38
|
+
- fonts/inconsolata-regular-webfont.svg
|
39
|
+
- fonts/inconsolata-regular-webfont.ttf
|
40
|
+
- fonts/inconsolata-regular-webfont.woff
|
41
|
+
- fonts/roboto-bold-webfont.eot
|
42
|
+
- fonts/roboto-bold-webfont.svg
|
43
|
+
- fonts/roboto-bold-webfont.ttf
|
44
|
+
- fonts/roboto-bold-webfont.woff
|
45
|
+
- fonts/roboto-regular-webfont.eot
|
46
|
+
- fonts/roboto-regular-webfont.svg
|
47
|
+
- fonts/roboto-regular-webfont.ttf
|
48
|
+
- fonts/roboto-regular-webfont.woff
|
49
|
+
- fonts/robotoslab-bold-webfont.eot
|
50
|
+
- fonts/robotoslab-bold-webfont.svg
|
51
|
+
- fonts/robotoslab-bold-webfont.ttf
|
52
|
+
- fonts/robotoslab-bold-webfont.woff
|
32
53
|
- images/delete.png
|
33
54
|
- index.html
|
34
55
|
- js/app.js
|