olay-rails 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/olay/rails/version.rb +2 -2
- data/vendor/assets/javascripts/olay.js +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA512:
|
3
|
-
|
4
|
-
|
3
|
+
metadata.gz: 9ee8d8fee7e8684f7862e2d3401733fc6dbe2b90ecbbad72f84ae29ef6c135a5db160ca605926a7a2e02c1c9a080dac2d892dccb1bb3de22037f10704729da49
|
4
|
+
data.tar.gz: 7687fad113c3ec55ec1e4392d7d1bf3947166ba1d6c2aa262b87267837c6057de95c23550a3dc6cda236ffc743ee9c299d60f0975d9f25be947c136dc70198b6
|
5
5
|
SHA1:
|
6
|
-
|
7
|
-
|
6
|
+
metadata.gz: 0635f67b6674a15a2c0ab0e8b5355707c11d76f1
|
7
|
+
data.tar.gz: 5fa92a4ac5911e1fe0418065d05928474310d608
|
data/lib/olay/rails/version.rb
CHANGED
@@ -112,7 +112,7 @@
|
|
112
112
|
delegate(this.$content, 'click', this._$contentClick);
|
113
113
|
delegate(this.$content, 'click', '.js-olay-hide', this._hide);
|
114
114
|
|
115
|
-
this.$el.trigger('show');
|
115
|
+
this.$el.trigger('olay:show');
|
116
116
|
var duration = this.duration;
|
117
117
|
if (!this.duration) return this;
|
118
118
|
duration += this.transitionDuration;
|
@@ -175,7 +175,7 @@
|
|
175
175
|
$(this).attr('tabindex', this.olayTabindex);
|
176
176
|
delete this.olayTabindex;
|
177
177
|
});
|
178
|
-
this.$el.trigger('hide');
|
178
|
+
this.$el.trigger('olay:hide');
|
179
179
|
if (!this.preserve) this.destroy();
|
180
180
|
return this;
|
181
181
|
}
|
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.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Casey Foster
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2013-03-
|
13
|
+
date: 2013-03-16 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
prerelease: false
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
version: "3.1"
|
23
23
|
type: :runtime
|
24
24
|
version_requirements: *id001
|
25
|
-
description: Places Olay 0.
|
25
|
+
description: Places Olay 0.2.0 in the Rails asset pipeline.
|
26
26
|
email:
|
27
27
|
- c@sey.me
|
28
28
|
executables: []
|