olay-rails 0.1.9 → 0.2.0

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
  SHA512:
3
- data.tar.gz: a7e9f507d8e88291ea0a25c42a36d6df462d03f430f90ec025a9b7a6f41a65e97d1a27512813db75859feaf571ca09661d7f37ba772650fcf6093ee1bf541b5d
4
- metadata.gz: 66fd18e3cef5ae793b346d378be1b9c278a82c3977c3e0416dc706fc98ee5c4d48fd18cd7394c19c159e4b33a51e5b9cd545bbb8b6ced17d273287d7fee8c660
3
+ metadata.gz: 9ee8d8fee7e8684f7862e2d3401733fc6dbe2b90ecbbad72f84ae29ef6c135a5db160ca605926a7a2e02c1c9a080dac2d892dccb1bb3de22037f10704729da49
4
+ data.tar.gz: 7687fad113c3ec55ec1e4392d7d1bf3947166ba1d6c2aa262b87267837c6057de95c23550a3dc6cda236ffc743ee9c299d60f0975d9f25be947c136dc70198b6
5
5
  SHA1:
6
- data.tar.gz: a0e3d42af15820af64d51f81ae18a555dcb8875e
7
- metadata.gz: 96550cafdbc971374c92b50aa54a18eece53fe76
6
+ metadata.gz: 0635f67b6674a15a2c0ab0e8b5355707c11d76f1
7
+ data.tar.gz: 5fa92a4ac5911e1fe0418065d05928474310d608
@@ -1,6 +1,6 @@
1
1
  module Olay
2
- VERSION = '0.1.9'
2
+ VERSION = '0.2.0'
3
3
  module Rails
4
- VERSION = '0.1.9'
4
+ VERSION = '0.2.0'
5
5
  end
6
6
  end
@@ -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.1.9
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-11 00:00:00 Z
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.1.9 in the Rails asset pipeline.
25
+ description: Places Olay 0.2.0 in the Rails asset pipeline.
26
26
  email:
27
27
  - c@sey.me
28
28
  executables: []