liquidscript 0.6.0 → 0.6.1

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: f78baec8227e0ec1b9986e425bfebd2b6f8111d2
4
- data.tar.gz: 2cbb8ff3abcd35097d0fb0857323d00278333459
3
+ metadata.gz: 2602bc9103770266bde3fdb0e822f67791414fc9
4
+ data.tar.gz: ec71b4b0af8544970847621c4c24f9c161a0823b
5
5
  SHA512:
6
- metadata.gz: e022aa7c15cbf00447245c497fc139d59374150b2ff6de9d46052cd0f5e673ee1c9c959add7a14bf771f22b073808128c4f2c9d5d568d7b3d1a2a77f0a7fa71b
7
- data.tar.gz: fb7907b5e7d3002e65a9194e810fb9c4adfd3392163e5e41fe3784f432a7c2a6312ae3b29613c58db3a0583ceac3b681246d455577149a56170995dee118356e
6
+ metadata.gz: e8975e7a72e1883d658a017e6022af516995c3f67db19856d996d85d834b9eb1d0e792e6dd5facd8ab4d0a4e3951eb7c127fe70068ca8df54c1543c69cfc9a16
7
+ data.tar.gz: b06daa98f1a904bee00a12c74f399e78683f6618a601fe960899c7c0175e681488308cababb9efc2038ef4496c24024b3c93a2e011e2630f0d1916ac42f345b3
@@ -1,4 +1,4 @@
1
- module Liquidscript
1
+ module Liquidscript
2
2
  module Generator
3
3
  class Javascript
4
4
  module Objects
@@ -11,7 +11,7 @@ module Liquidscript
11
11
 
12
12
  context :main do
13
13
  set :number, %r{
14
- -? [0-9][1-9]* # the base of the number
14
+ -? [1-9][0-9]* # the base of the number
15
15
  (\.[0-9]+)? # decmial portion, if needed
16
16
  ([eE][+-]?[0-9]+)? # scientific notation
17
17
  }x
@@ -1,5 +1,5 @@
1
1
  module Liquidscript
2
2
 
3
3
  # The current version of liquidscript.
4
- VERSION = "0.6.0".freeze
4
+ VERSION = "0.6.1".freeze
5
5
  end
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.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Rodi