evil-blocks-rails 0.6.4 → 0.7.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
  SHA1:
3
- metadata.gz: b052fb80447a91d9b4e665d351e7090dc2f69844
4
- data.tar.gz: 4dcb2d97bbdf7a58e8602a558f0afaef37fcc773
3
+ metadata.gz: 365191dbabb07e88f8623868c2142f0042e067c8
4
+ data.tar.gz: 5f965e79ab4bf9dde59505b827b42ff840d54e93
5
5
  SHA512:
6
- metadata.gz: 216663fee169088310079ef089d1a1907ee05daa2be547bd22b353747c0041d916d049ef53da08ceb8340369ce1aa2669752c0af73969ffdd88dae510c009cde
7
- data.tar.gz: 683c8244b4beed6ef05d9b8c079c5c50cab99aec5dd691bf5faf9801b5486a177367b4e4b059e41eb3d48b3ab38691857187b12067af8fbee65e886fbac27b75
6
+ metadata.gz: 446bea720c122ccfcc2971be76f755d2568749d17a0cfac427e15b7e899c51f8fe0fa1b116680173881b8be06e693b3fd627aa551ea5a66fa0d9ab2c93bc5947
7
+ data.tar.gz: e45d3dac2a7d69a15685f46b66fba675f384dd39843ee912c09b0799a60a084c0c61a1bd37a3ad18ab00a97e03112a1cc52c5cffb1a250cec131371272e40e7f
@@ -1,10 +1,13 @@
1
- # 0.6.4
1
+ ## 0.7 (Ranger Baker, 28th January 1951)
2
+ * Rename `evil-blocks.debug` to `evil-blocks-debug` for Sprockets 3 support.
3
+
4
+ ## 0.6.4
2
5
  * Add Sprockets 3 support.
3
6
 
4
- # 0.6.3
7
+ ## 0.6.3
5
8
  * Add Slim 3.0 support (by Andrey Krivko).
6
9
 
7
- # 0.6.2
10
+ ## 0.6.2
8
11
  * Fix IE 8 support (by Dmitry Klimensky).
9
12
  * Fix event name in debugger (by Andrey Krivko).
10
13
 
data/README.md CHANGED
@@ -334,11 +334,11 @@ evil.block '@@comment',
334
334
  ## Debug
335
335
 
336
336
  Evil Blocks contains a debug extension, which logs all the events inside blocks.
337
- To enable it, just load `evil-blocks.debug.js`. For example, in Rails:
337
+ To enable it, just load `evil-blocks-debug.js`. For example, in Rails:
338
338
 
339
339
  ```haml
340
340
  - if Rails.env.development?
341
- = javascript_include_tag 'evil-blocks.debug'
341
+ = javascript_include_tag 'evil-blocks-debug'
342
342
  ```
343
343
 
344
344
  ## Extensions
@@ -9,7 +9,7 @@
9
9
  };
10
10
 
11
11
  if ( !window.evil || !window.evil.block ) {
12
- log("You should include evil-blocks.debug.js after evil-blocks.js");
12
+ log("You should include evil-blocks-debug.js after evil-blocks.js");
13
13
  return;
14
14
  }
15
15
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evil-blocks-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-13 00:00:00.000000000 Z
11
+ date: 2016-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sprockets
@@ -36,8 +36,8 @@ files:
36
36
  - ChangeLog.md
37
37
  - LICENSE
38
38
  - README.md
39
+ - lib/evil-blocks-debug.js
39
40
  - lib/evil-blocks-rails.rb
40
- - lib/evil-blocks.debug.js
41
41
  - lib/evil-blocks.js
42
42
  homepage: https://github.com/ai/evil-blocks
43
43
  licenses: