imagesLoaded_rails 3.1.1 → 3.1.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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YTZmM2JhYWU2MjkxOTY5NzI1YzAwM2VhNjE3ZGYwODc5NGIwZTMyNw==
4
+ OTgwZTBhZmE4MWM3OTgwZThlNjA3NjUwMGMzYmU2OTc0YmY5OGUwZQ==
5
5
  data.tar.gz: !binary |-
6
- YTc2YmQ5MDNlOTQ3MjcxOGM4M2ZlM2ZkOTFmMmE3NDhhMDJkOGQ0OQ==
6
+ MmEyZWMzMTc1YzU1Y2VhOGE1ZDhkYzU3ZWE1ODE0Mjc3ZDc2NDEwMg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDQ3YWI5ZTU3OGVmOTMzNzIyNjA5ODAzMDgwOTRlNDc0MWIyNTFmNmZiMjNh
10
- YjY2N2JmY2RjMTc4MTUyMzA4NjcwYWU5MDJmZTA2NWQwMzJlMjkxZGQzODFj
11
- NjcyOTYxOGI1MWY0MjZhNzVmM2ZmMWMwMDA0ZWY0Y2JkMTgyNjg=
9
+ ZTM5MTBlYjEyNDFlZTUwOThjMTA1Y2U1N2VkNTc2ZWY1YTBjOTYwNjAzNTli
10
+ OGRjZjJlNmI5ZjZkNDE5MzY4NGQ0NzE2ZmY4ZThmNTBiMThjYmRmZjczODMy
11
+ ZDQ3YWVlMTY0ZTNkN2M5ZmE2YzU2MWFlNDk2ZjVlOGY3MzA3YjM=
12
12
  data.tar.gz: !binary |-
13
- NDBkODViMDE4ODVkMzZkMTViM2ZmODkxZTQ1NWY1ZjliMTdhNWJhNDljN2Zm
14
- NDVhZThkZjQyMWM0YWNiZTQ1NjBlMGRhZDk3Y2I4ZGYwZmFiNzQwODAwM2E4
15
- ZTkxYWRkM2ZlOGE0NThmM2M1YTk3ZjNkZTU1MTE4YTZhNTg5NGE=
13
+ MWI1ZTEwNWRjZTU1NTFiYjk1YTUyMTQzNWRlZGQyZTliM2YzNDA4YmI3YWYw
14
+ ZjdkZGQ1MWM2NTFmZGFhNmQyMmYzMWFkMTc5NWUxN2QwMmQzN2U1NjQ2ODM3
15
+ ZDE3MWIxYmViMDM5NDljMGExNGE2ZWYzNDlhNWE2N2U4MTgzYTg=
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * imagesLoaded v3.1.1
2
+ * imagesLoaded v3.1.2
3
3
  * JavaScript is all like "You images are done yet or what?"
4
4
  * MIT License
5
5
  */
@@ -160,7 +160,7 @@ function defineImagesLoaded( EventEmitter, eventie ) {
160
160
  var _this = this;
161
161
  setTimeout( function() {
162
162
  _this.emit( 'progress', _this, image );
163
- if ( _this.jqDeferred ) {
163
+ if ( _this.jqDeferred && _this.jqDeferred.notify ) {
164
164
  _this.jqDeferred.notify( _this, image );
165
165
  }
166
166
  });
@@ -1,3 +1,3 @@
1
1
  module ImagesLoadedRails
2
- VERSION = "3.1.1"
2
+ VERSION = "3.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imagesLoaded_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guy Israeli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-04 00:00:00.000000000 Z
11
+ date: 2014-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler