evil-blocks-rails 0.3.0 → 0.3.1

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.
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.3.1 (Gilda, 1st July 1946)
2
+ * Fix in multiple block copies on one page (by Andrei Miroshnik).
3
+
1
4
  == 0.3 (Fat Man, 9th August 1945)
2
5
  * Add shortcut to Slim to set data-role and class.
3
6
  * Run callback on every block copy in page.
@@ -107,8 +107,8 @@
107
107
 
108
108
  var inits = callback($, b, block);
109
109
  if ( typeof(inits) == 'object' ) {
110
- for ( var i in inits ) {
111
- inits[i]($, b, block);
110
+ for ( var init in inits ) {
111
+ inits[init]($, b, block);
112
112
  }
113
113
  }
114
114
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evil-blocks-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-19 00:00:00.000000000 Z
12
+ date: 2013-06-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sprockets