rloading 0.0.6 → 0.0.7
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 +5 -5
- data/lib/rloading/version.rb +1 -1
- data/rloading.gemspec +0 -8
- data/vendor/assets/javascripts/rloading.js +9 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d93af1e3eaad3b31d14e6141cdac38b358e61d806b3d7d2fc4407c93b948e954
|
|
4
|
+
data.tar.gz: ca2f3a948b3230ae3b68249385186331c1ba22e0661ba963fd393104151247c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f50817b206b38b7c9f37b5d81de2c1350663c053af8cfe95a979479aef845a0210fb64098d7753bc696aa190459b7333a996117df8741d8e249ad823fb03f6f6
|
|
7
|
+
data.tar.gz: d825996a14349c8b1ff3515b728141b7dc43c5e66e8bcd9e4433d8782f3bf227d89a1ef0d4450f7f2aa8f599592f89c4501b825e95d476e5e4e0b61957b5d645
|
data/lib/rloading/version.rb
CHANGED
data/rloading.gemspec
CHANGED
|
@@ -14,14 +14,6 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.homepage = "http://rubygems.org/gems/rloading"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
|
-
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
18
|
-
# delete this section to allow pushing this gem to any host.
|
|
19
|
-
# if spec.respond_to?(:metadata)
|
|
20
|
-
# spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
|
|
21
|
-
# else
|
|
22
|
-
# raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
|
23
|
-
# end
|
|
24
|
-
|
|
25
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
26
18
|
spec.bindir = "exe"
|
|
27
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/*
|
|
2
|
+
TopZIndex 1.2 (October 21, 2010) plugin for jQuery
|
|
3
|
+
http://topzindex.googlecode.com/
|
|
4
|
+
Copyright (c) 2009-2011 Todd Northrop
|
|
5
|
+
http://www.speednet.biz/
|
|
6
|
+
Licensed under GPL 3, see <http://www.gnu.org/licenses/>
|
|
7
|
+
*/
|
|
8
|
+
if(typeof $.topZIndex != "function"){(function(a){a.topZIndex=function(b){return Math.max(0,Math.max.apply(null,a.map((b||"*")==="*"?a.makeArray(document.getElementsByTagName("*")):a(b),function(b){return parseFloat(a(b).css("z-index"))||null})))};a.fn.topZIndex=function(b){if(this.length===0)return this;b=a.extend({increment:1},b);var c=a.topZIndex(b.selector),d=b.increment;return this.each(function(){this.style.zIndex=c+=d})}})(jQuery);}
|
|
9
|
+
|
|
1
10
|
function install(){
|
|
2
11
|
if ($('#blackout').length==0){
|
|
3
12
|
$("body").prepend("<div id='blackout' class='ncolor'></div><div class='loading'><div class='ball ncolor'></div><div class='ball ncolor'></div><div class='ball ncolor'></div><div class='ball ncolor'></div><div class='ball ncolor'></div><div class='ball ncolor'></div><div class='ball ncolor'></div></div>");
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rloading
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thiago feitosa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
version: '0'
|
|
95
95
|
requirements: []
|
|
96
96
|
rubyforge_project:
|
|
97
|
-
rubygems_version: 2.
|
|
97
|
+
rubygems_version: 2.7.7
|
|
98
98
|
signing_key:
|
|
99
99
|
specification_version: 4
|
|
100
100
|
summary: Rloading plugin
|