jquery_lazy_load 0.1.0.9 → 0.1.0.10

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: 38acc36a3163f030b2eb076b108ff2651d532a92
4
- data.tar.gz: 910954afc0142c840258fdbab324cc3c3e2659e2
3
+ metadata.gz: dfa59c0ec36b0163cb7950648e0b2d3b2ddb7cd4
4
+ data.tar.gz: 709607605b7683297c6e6df6fa4d2d9f108eddef
5
5
  SHA512:
6
- metadata.gz: 2913e6b756c7fd657d50aab110e896c340bc8ea37e7779663ea6444b41399da0dea341393d224ce0b282abc92fab186a4732b8a657fbe12353f34eabeee47624
7
- data.tar.gz: fc62bd6b12b5525812945ae945e563fb9d1504cde13378084e2e4e31c2f771aa030198fe813c66c1219eb7cf5b91626226dff265ec42415e6cd8499942749bb4
6
+ metadata.gz: 49338d94b5b8c2bdcf763ab588c7403ea154ccbb1457c50e7643db9497338f0a68263d9e5d8577af853a325269728738a086a3b5a81d89a00467c88f24e54474
7
+ data.tar.gz: c941c6cfdb5b03b984b48ed855d879cf1708c51bca1c1977efb4402befcbc491f2822dddf145a702f8f674abbfc459ef2f98312be5ac6c289bd0d8e18703dc09
@@ -88,12 +88,13 @@
88
88
 
89
89
  self.loaded = false;
90
90
 
91
+ /* disable placeholder (square 1x1 placeholder causes layout jumps), I use holder.js */
91
92
  /* If no src attribute given use data:uri. */
92
- if ($self.attr("src") === undefined || $self.attr("src") === false) {
93
+ /*if ($self.attr("src") === undefined || $self.attr("src") === false) {
93
94
  if ($self.is("img")) {
94
95
  $self.attr("src", settings.placeholder);
95
96
  }
96
- }
97
+ }*/
97
98
 
98
99
  /* If data-original is "null" - return. */
99
100
  if ($self.attr("data-" + settings.data_attribute) == "null") {
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["C80609A"]
10
10
  spec.email = ["c080609a@gmail.com"]
11
11
 
12
- spec.summary = "simple jquery lazy load gem and some additions"
13
- spec.description = 'nuff said'
12
+ spec.summary = "patched jquery lazy load gem"
13
+ spec.description = 'simple jquery lazy load gem with some additions and modifications'
14
14
  spec.homepage = "https://github.com/c080609a/jquery_lazy_load"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module JqueryLazyLoad
2
- VERSION = "0.1.0.9"
2
+ VERSION = "0.1.0.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery_lazy_load
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.9
4
+ version: 0.1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - C80609A
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-05 00:00:00.000000000 Z
11
+ date: 2015-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: nuff said
55
+ description: simple jquery lazy load gem with some additions and modifications
56
56
  email:
57
57
  - c080609a@gmail.com
58
58
  executables: []
@@ -74,6 +74,7 @@ files:
74
74
  - app/assets/stylesheets/lazy-image.scss
75
75
  - bin/console
76
76
  - bin/setup
77
+ - jquery_lazy_load-0.1.0.9.gem
77
78
  - jquery_lazy_load.gemspec
78
79
  - lib/jquery_lazy_load.rb
79
80
  - lib/jquery_lazy_load/version.rb
@@ -100,5 +101,5 @@ rubyforge_project:
100
101
  rubygems_version: 2.4.7
101
102
  signing_key:
102
103
  specification_version: 4
103
- summary: simple jquery lazy load gem and some additions
104
+ summary: patched jquery lazy load gem
104
105
  test_files: []