kolo 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/assets/javascripts/data-access.js.coffee +6 -0
- data/lib/kolo/version.rb +1 -1
- 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: 47670a1fd711b59e2e956fd14c63d6ea95f47937
|
4
|
+
data.tar.gz: ccfa6742eb412d74dde1d1813a5a4eb3f27dfc1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c0d4631946bd57ec26e223e55ad88f52590a2b8cb8aef7092045894621226b559316af0532b221658db42a2438964b684350d587488084d5b53a56174ff8787
|
7
|
+
data.tar.gz: 5908105265b91a54121399bbaad2921605cdfc276769307976771369b690501e8920895332c8b4ae69f86a46619eb8dd8ff933ac1765a18bc9c02c820e931fd5
|
@@ -21,6 +21,12 @@ class ViewModel
|
|
21
21
|
$('body').attr("data-#{name}", value)
|
22
22
|
@loading(/ing$/.test(value))
|
23
23
|
|
24
|
+
flashPanel: (elementId)->
|
25
|
+
$(elementId).fadeIn()
|
26
|
+
setTimeout =>
|
27
|
+
$(elementId).fadeOut()
|
28
|
+
, 10000
|
29
|
+
|
24
30
|
# Construct passing in a name (which is used in notifications) and a URL (eg /api/v1/people.json) that is used to load items (GET) and create them (POST)
|
25
31
|
# Plus an optional pushStateURI; if supplied (for example as /path/to/object) then the pushState is updated to selected().name() with the URI set to /path/to/object/#{selected().id}
|
26
32
|
#
|
data/lib/kolo/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kolo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rahoul Baruah
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|