olay-rails 0.1.2 → 0.1.3
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/README.md +1 -1
- data/lib/olay/rails/version.rb +2 -2
- data/vendor/assets/javascripts/olay.js +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA512:
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
data.tar.gz: d576d4327eef3314aa28bf00da03c5bfbfe3370daf7bc3642540d008f3967367d56af1a359e397dde23e9889ebc554dd22f074294d3f8981e8debd5ef5c5f66a
|
|
4
|
+
metadata.gz: 7aaf0cac7596d0f11294d80eec703a20440d04d8db385b1aceb14d833d8d0ca5664e2df8f5561a286d20e2c5be5a725fda89dbe202a51f2cab733219b090395c
|
|
5
5
|
SHA1:
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
data.tar.gz: c64677dd3c9b336c88c72ec0bd1493a236f2a383
|
|
7
|
+
metadata.gz: f7067c70f35fcce6a569f03e37c5d945cc893e4a
|
data/README.md
CHANGED
data/lib/olay/rails/version.rb
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
|
|
65
65
|
// Show the olay.
|
|
66
66
|
show: function () {
|
|
67
|
-
var inDom = $.contains($('body'), this.$container);
|
|
67
|
+
var inDom = $.contains($('body')[0], this.$container[0]);
|
|
68
68
|
if (inDom && this.$container.hasClass('js-olay-show')) return this;
|
|
69
69
|
clearTimeout(this._timeout);
|
|
70
70
|
if (!inDom) this._append();
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: olay-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Casey Foster
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
version: "3.1"
|
|
23
23
|
type: :runtime
|
|
24
24
|
version_requirements: *id001
|
|
25
|
-
description: Places Olay 0.1.
|
|
25
|
+
description: Places Olay 0.1.2 in the Rails asset pipeline.
|
|
26
26
|
email:
|
|
27
27
|
- c@sey.me
|
|
28
28
|
executables: []
|