codelation_assets 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0c2a1d185f5816c8f9b6e1456de99786a25b11dd
4
- data.tar.gz: 50a89a2cbc7b018311399b72df754503affe7388
3
+ metadata.gz: 1f6a7da0294a96ab081cecb2d4729261e4427cda
4
+ data.tar.gz: 1a31d329ad4afd38e0aa236ab3ddd90238b8425c
5
5
  SHA512:
6
- metadata.gz: 6866cde7bed504239b60d631e617eda31f564759e55e4fb0fb1ec0c5aa92189b500842044e47d5537fb4352a24ef4133b3e27d6b433de8e9b21f047cb0a71f62
7
- data.tar.gz: 8d666f98453e5735b93ff8ccb7c8b2f795b666f4c5a0bb22fbd7728cb9245bbc4c6d456f6e90c044ed22b2c3fab86af0cd8d13f7711cae168552bb02a9c86f15
6
+ metadata.gz: 1289853289d9af5242c6b3487736e128422a51843d8cffce099bd99097a47ef011adb22d23fda5c7baf08dd78b18c18e70407261bf846654a3f87d00364563a1
7
+ data.tar.gz: 991f302ea3477dbb9c1ab6a313cfadf645c0972931097d91a7af75888b927ebea212d96ed5c59ffda9fe1473560e349c4d6ce1e3ef862f7c303cf32115205c61
data/README.md CHANGED
@@ -102,7 +102,7 @@ for the given controller name.
102
102
  Add to `application.scss`:
103
103
 
104
104
  ```scss
105
- @include "codelation";
105
+ @import "codelation";
106
106
  ```
107
107
 
108
108
  ### Included Sass/CSS Libraries
@@ -57,7 +57,7 @@
57
57
  };
58
58
 
59
59
  // Fires off any callbacks registered for enter, with or without Turbolinks.
60
- $(document).on('ready page:load', function() {
60
+ $(document).on('ready page:load page:restore', function() {
61
61
  bodyElement = $('body');
62
62
 
63
63
  // Determine which functions should be fired
@@ -1,3 +1,3 @@
1
1
  module CodelationAssets
2
- VERSION = "0.3.8".freeze
2
+ VERSION = "0.3.9".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codelation_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pattison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-08 00:00:00.000000000 Z
11
+ date: 2016-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails