wait-dialog 0.0.1 → 0.0.2
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/README.md +2 -5
- data/lib/wait/dialog/version.rb +1 -1
- data/vendor/assets/javascripts/wait-dialog.js +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: b9361f5650f055fdc448c5c167ea320108a97d03
|
|
4
|
+
data.tar.gz: 859f1bbfb1bfe8b4d2ea014bb674cb5a868857aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5280adb1fa5ae6b0aac9cce7a8e5376e9b70117e3b8f5820cbc23e168308d6964e5f8fe97abe1aafae9db463f25507557a85441e11b9f52e093f9cfd8bf61cb8
|
|
7
|
+
data.tar.gz: f9d258b46451ff7ca3175ef142808d61e93bce066e09766a24075c6aeaa4d5fcdbecac8995e842b5de6578e3d372a84217fbf6c87f244e4a30a5c3ca86d3b5e9
|
data/README.md
CHANGED
|
@@ -20,13 +20,10 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
Add the following to your app/assets/application.js file in the manifest section:
|
|
22
22
|
|
|
23
|
-
//= require
|
|
23
|
+
//= require wait-dialog
|
|
24
24
|
|
|
25
|
-
Then add the following to your app/assets/application.css file in the manifest seciton:
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
Finally, follow the example & instructions on the jQuery Sliders Project Page for details on usage of the jQuery plugin itself.
|
|
26
|
+
Finally, follow the example and instructions on the [waitDialog.js Page](https://github.com/Banta/waitDialog.js) for details on usage of the waitDialog plugin itself.
|
|
30
27
|
|
|
31
28
|
## Contributing
|
|
32
29
|
|
data/lib/wait/dialog/version.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var waitDialog;
|
|
2
2
|
waitDialog = waitDialog || (function () {
|
|
3
|
-
var pleaseWaitDiv = $('<div class="modal hide" id="pleaseWaitDialog" data-backdrop="static" data-keyboard="false"><div class="modal-
|
|
3
|
+
var pleaseWaitDiv = $('<div class="modal hide" id="pleaseWaitDialog" data-backdrop="static" data-keyboard="false"><div class="modal-body"><div style="margin-top: 35px;"><span id="wait_dialog_text" style="text-align: center;"></span></div><div class="progress progress-striped active" style="margin-bottom: 40px;"><div class="bar" style="width: 100%;"></div></div></div></div>');
|
|
4
4
|
return {
|
|
5
5
|
showPleaseWait: function() {
|
|
6
6
|
pleaseWaitDiv.modal();
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wait-dialog
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bernard Banta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|