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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2469172546ddba97b9c00bc73da5fddefe967928
4
- data.tar.gz: 7c27bd6e2250163c9be6dd7ec4ddc49032df294b
3
+ metadata.gz: 9c331d95b2b962f8db9475345cfe24c61996fd2b
4
+ data.tar.gz: c9dd53fe23701d98f90f5bc8f8cca25318c0533d
5
5
  SHA512:
6
- metadata.gz: ad637726fb2c4d46c487ec81d35fe29b4a07e2588da85cc524f74be0edf34d84661a11ab1f1376acaf3c262b76a33b346055ef745efac726c007b0d76453ad5a
7
- data.tar.gz: 69fc8dabb224940f60d7290bb7a507ae6da0018a8e12382656aa1d09422315043ba49464df88c0503a10212b59cb107ccf7915aba31c11edd112ddb74ad00a21
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.15
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
- # the bootstrap theme
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.15
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-07 00:00:00.000000000 Z
11
+ date: 2014-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor