imagesLoaded_rails 3.1.6 → 3.1.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 +4 -4
- data/app/assets/javascripts/imagesloaded.js +3 -3
- data/lib/imagesLoaded_rails/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fd8a4e90ec982033b613a0ff98ac66b9ff415966
|
|
4
|
+
data.tar.gz: e16100dd7a4f2cdc138353a2be13bccf13c4e3cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3f3ce856bb9b109c625d1e2a6c312d294826c407cb5f562284ee53e1ba1b1ba452497f1113fe970ea9cba521a2a6537dab9c4e0c23c4936932e1d6dce07f99f
|
|
7
|
+
data.tar.gz: d4210f48dea5979d8464dabb5492d9570945524b8c2e7b36f8da3e9dfc727c8e6b0a4a19065b6136112f913f5fbfdaf9940bbff5332c16d21177ac465032a894
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* imagesLoaded PACKAGED v3.1.
|
|
2
|
+
* imagesLoaded PACKAGED v3.1.7
|
|
3
3
|
* JavaScript is all like "You images are done yet or what?"
|
|
4
4
|
* MIT License
|
|
5
5
|
*/
|
|
@@ -557,7 +557,7 @@ if ( typeof define === 'function' && define.amd ) {
|
|
|
557
557
|
})( this );
|
|
558
558
|
|
|
559
559
|
/*!
|
|
560
|
-
* imagesLoaded v3.1.
|
|
560
|
+
* imagesLoaded v3.1.7
|
|
561
561
|
* JavaScript is all like "You images are done yet or what?"
|
|
562
562
|
* MIT License
|
|
563
563
|
*/
|
|
@@ -591,7 +591,7 @@ if ( typeof define === 'function' && define.amd ) {
|
|
|
591
591
|
);
|
|
592
592
|
}
|
|
593
593
|
|
|
594
|
-
})(
|
|
594
|
+
})( window,
|
|
595
595
|
|
|
596
596
|
// -------------------------- factory -------------------------- //
|
|
597
597
|
|
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.
|
|
4
|
+
version: 3.1.7
|
|
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-
|
|
11
|
+
date: 2014-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -89,9 +89,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
89
89
|
version: '0'
|
|
90
90
|
requirements: []
|
|
91
91
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 2.2.
|
|
92
|
+
rubygems_version: 2.2.2
|
|
93
93
|
signing_key:
|
|
94
94
|
specification_version: 4
|
|
95
95
|
summary: Asset pipeline is like "I'll take care of that js for you sir" and Rails
|
|
96
96
|
is like "You know thats right! and what about them images?!"
|
|
97
97
|
test_files: []
|
|
98
|
+
has_rdoc:
|