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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9556af4968ec664668973d4bb31e91b1388830aa
4
- data.tar.gz: 996b449146ae901f1c5de13d3d7fc3751a7b788b
3
+ metadata.gz: b9361f5650f055fdc448c5c167ea320108a97d03
4
+ data.tar.gz: 859f1bbfb1bfe8b4d2ea014bb674cb5a868857aa
5
5
  SHA512:
6
- metadata.gz: 5a19bded172b0b9aee0286c6078082421ac9a11b16253dadb350a2410ca6942cc2fda22dadd71b0fe7fe7002b4242b4d9746c8810bc4503cb713e76865452ef7
7
- data.tar.gz: ac2c6f9e6c87cc452a6311f78f28ee9a011e7eb0bd393e6c73cd6b8d14b4f1f844e83bb5c74cf75195be50c090ed6684ce01976e90c904368979347424cd4434
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 jquery.sliders
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
- *= require jquery.sliders
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
 
@@ -1,5 +1,5 @@
1
1
  module Wait
2
2
  module Dialog
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -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-header"><span id="wait_dialog_text"></span></div><div class="modal-body"><div class="progress progress-striped active"><div class="bar" style="width: 100%;"></div></div></div></div>');
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.1
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-07 00:00:00.000000000 Z
11
+ date: 2014-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler