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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 67231eda881a693e5c8f4b95332eb98359b35a77
4
- data.tar.gz: b3922e6f56e30aa1d1a920e870bc773def7b50b1
2
+ SHA256:
3
+ metadata.gz: d93af1e3eaad3b31d14e6141cdac38b358e61d806b3d7d2fc4407c93b948e954
4
+ data.tar.gz: ca2f3a948b3230ae3b68249385186331c1ba22e0661ba963fd393104151247c5
5
5
  SHA512:
6
- metadata.gz: fe24a07ea6e6a48a2b29f5f6bc7de0068c96c58edd82c9c1b01782864b0b8a5f38a0c82774e81741a7012534bf02717e3fa5e933564e81cc42af64460d9b2c8f
7
- data.tar.gz: '0093d67cebec46f47d72c9e3b80405bc4dd75fea4638d8d6b8b76a86a935122c257d1dfcc466b2aeeae9499c31f52ce308fee4e8a3bd8c72f80bdcfe178926fa'
6
+ metadata.gz: f50817b206b38b7c9f37b5d81de2c1350663c053af8cfe95a979479aef845a0210fb64098d7753bc696aa190459b7333a996117df8741d8e249ad823fb03f6f6
7
+ data.tar.gz: d825996a14349c8b1ff3515b728141b7dc43c5e66e8bcd9e4433d8782f3bf227d89a1ef0d4450f7f2aa8f599592f89c4501b825e95d476e5e4e0b61957b5d645
@@ -1,3 +1,3 @@
1
1
  module RLoading
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
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.6
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: 2017-02-06 00:00:00.000000000 Z
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.6.8
97
+ rubygems_version: 2.7.7
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Rloading plugin