volt 0.5.15 → 0.5.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Readme.md +2 -0
- data/VERSION +1 -1
- data/templates/project/app/home/config/dependencies.rb +5 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c331d95b2b962f8db9475345cfe24c61996fd2b
|
4
|
+
data.tar.gz: c9dd53fe23701d98f90f5bc8f8cca25318c0533d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48b4dc9947c596e106fae02f424bcd2e52085321f7e24bb9281e28eb95ee815534e1452f2ebdaab688511ed51afd57040e321e6868f629f37ae004b3fbfa64d8
|
7
|
+
data.tar.gz: 6f0b074c85266a32e9b9b66a7e10166786b41a4788ba844838815be1ecb81500eaebfc642d0ca4d50b7560212de8b9b7a2d00fb425cdecf43b67bba6ba6a7b2e
|
data/Readme.md
CHANGED
@@ -12,6 +12,8 @@ Instead of syncing data between the client and server via HTTP, volt uses a pers
|
|
12
12
|
|
13
13
|
Pages HTML is written in a handlebars like template language. Volt uses data flow/reactive programming to automatically and intellegently propigate changes to the dom (or anything other code wanting to know when a value updates) When something in the dom changes, Volt intellegent updates only the nodes that need to be changed.
|
14
14
|
|
15
|
+
See a quick demo video here: [http://www.youtube.com/watch?v=j0vFIRMzarI](http://www.youtube.com/watch?v=j0vFIRMzarI)
|
16
|
+
|
15
17
|
## Goals
|
16
18
|
|
17
19
|
Volt has the following goals:
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.16
|
@@ -1,5 +1,8 @@
|
|
1
1
|
# Specify which components you wish to include when
|
2
2
|
# the "home" component loads.
|
3
3
|
|
4
|
-
#
|
5
|
-
component 'bootstrap'
|
4
|
+
# bootstrap css framework
|
5
|
+
component 'bootstrap'
|
6
|
+
|
7
|
+
# a default theme for the bootstrap framework
|
8
|
+
component 'bootstrap-jumbotron-theme'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: volt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Stout
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-02-
|
11
|
+
date: 2014-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|