coffee-react 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/coffee-react-transform.js +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c37e9af38a88f4c1ea53a9e4f2a5595bd4c595a
4
- data.tar.gz: 932baeb13b710547875569051f184165f55b47b6
3
+ metadata.gz: 5151f71565f6883ab6108c86a9855d66cfd022d6
4
+ data.tar.gz: 6ee5c62238728cae3b121f501e065b602afc0c37
5
5
  SHA512:
6
- metadata.gz: d7350633763b4f967713a8975e993a60194634d409ec5a523172b9b154fe6f0f0ec76a2f059a9798f6556462530150b0d9ceee6765ad7aa28227510d4af35d68
7
- data.tar.gz: a7739092b50a7737bceaeddff270913201be7bcb17fe7534b228345929f0745de8931533eeb98727f71db560f99803af12d8cca62f115f23bb61a2b5eba38108
6
+ metadata.gz: a7882d17da7ac6c3a52790d54481a387fcd6f4a5e1f0dd8f57d5100e09effee411c96aedbf4d20fc869ae1940809b1e322f4d44aeefb22dba857dc8d3966778b
7
+ data.tar.gz: addf06e0e5927a37596cd643d62ab4d55d76b14fb880ae4788d6e7fac1163d7064242cee1512a0fbab06aa0c978be5be4508a1495c14d4d5878dc0542d09dafe
@@ -998,9 +998,9 @@ module.exports = Parser = (function() {
998
998
 
999
999
  })();
1000
1000
 
1001
- OPENING_TAG = /^<([-A-Za-z0-9_\.]+)((?:(?:(?:\s+[\w-]+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:{[\s\S]*?})|[^>\s]+)))|\s+[\w-]+|\s+\{\.\.\.\s*?[^\s{}]+?\s*?\})?)*?\s*)(\/?)>/;
1001
+ OPENING_TAG = /^<(@?[-A-Za-z0-9_\.]+)((?:(?:(?:\s+[\w-]+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|(?:{[\s\S]*?})|[^>\s]+)))|\s+[\w-]+|\s+\{\.\.\.\s*?[^\s{}]+?\s*?\})?)*?\s*)(\/?)>/;
1002
1002
 
1003
- CLOSING_TAG = /^<\/([-A-Za-z0-9_\.]+)[^>]*>/;
1003
+ CLOSING_TAG = /^<\/(@?[-A-Za-z0-9_\.]+)[^>]*>/;
1004
1004
 
1005
1005
  TAG_ATTRIBUTES = /(?:([-A-Za-z0-9_]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:{((?:\\.|[\s\S])*)})|([^>\s]+)))?)|(?:\{\.\.\.(\s*?[^\s{}]+?\s*?)\})|([\s\n]+)/;
1006
1006
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffee-react
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
  - James Friend
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-11 00:00:00.000000000 Z
11
+ date: 2014-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs