liquidscript 0.5.0 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fe5335e4dfdf4f906673f081655d77b96fbca14
4
- data.tar.gz: 5c1ff4ce91cc20fa3ede9c4fc7dfe030e752fef6
3
+ metadata.gz: c7b27422d639d89c8df52c7e75eee1babea5f56a
4
+ data.tar.gz: 340a10447020593a0f17c688f09a5dde271b1a97
5
5
  SHA512:
6
- metadata.gz: 051c175bba208e2cd9154d72722a55d31a2db037a17ed87dc4b8c7e275df81c6ec344fe35bd9f7bbae431b72c9c0f4789e8dfc9d54820a302360b759a92c777b
7
- data.tar.gz: 8f4c51719dcc4dfa40856605796694cc3bd00f579eee32fd63056126e86269fcdb302ddc217bcc1643e3191b61159255a904a50381d94f79fb88af3992cea602
6
+ metadata.gz: c735ed037f3a6e5166252b2aee8c0a9be0ba275d7906601e2ae1b3553fbd293f1f227d90ce80cea5d7ba6135cc9ab07c8cb831558e796330ad6c85cffec7e3fc
7
+ data.tar.gz: 2b3d9a03a02404890c5740845f85e407a2671a717a456bebfc4c0d816c0309f4d0fa45705a53225216ba6a90cc078b174116e4c06480b1191260372c5a16d3f4
@@ -153,7 +153,7 @@ module Liquidscript
153
153
  function <<
154
154
  "function(" <<
155
155
  code[1].parameters.join(',') <<
156
- ') {' <<
156
+ ") {\n" <<
157
157
  replace(code[1]) <<
158
158
  '}'
159
159
 
@@ -1,5 +1,5 @@
1
1
  module Liquidscript
2
2
 
3
3
  # The current version of liquidscript.
4
- VERSION = "0.5.0".freeze
4
+ VERSION = "0.5.1".freeze
5
5
  end
@@ -11,11 +11,12 @@
11
11
  concat = ArrayProto.concat;
12
12
  toString = ObjProto.toString;
13
13
  hasOwnProperty = ObjProto.hasOwnProperty;
14
- _ = _ || function _() {
14
+ _ = _ || function _() {
15
15
  if(this.initialize) {
16
16
  this.initialize.apply(this, arguments);
17
17
  }
18
- };
18
+ }
19
+ ;
19
20
  if( typeof exports !== 'undefined') {
20
21
  if( typeof root.module !== 'undefined' && root.module.exports) {
21
22
  exports = root.module.exports = _;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liquidscript
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Rodi