rkelly-turbo 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.rdoc +4 -0
- data/README.rdoc +10 -9
- data/lib/rkelly/constants.rb +1 -1
- metadata +9 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c5198b3122a60babc0104ce1910619aad3372564c0fd3a07b8e507e3ceddb61
|
4
|
+
data.tar.gz: e52a5a2e5870640e5e0f8604f16d0e38cd81d9a1e46295a80201bc8d5934a9ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '085053197cdb79ff32e84b0f15956052f575f984b0add5ce256e20b5d913a74d7006cc47acdfd863cb7a3d84e5cebf816dc2eed85b55ea81461bcd4e00b9dd86'
|
7
|
+
data.tar.gz: 2b649c5317855951a4cbaa6fce78a3fec57d28d77bde7576d4709ce00ea1d0a32aced9763af272284c6e3b3bfbaf0896564b7ed024b2d4af5b67669f0d1a0164
|
data/CHANGELOG.rdoc
CHANGED
data/README.rdoc
CHANGED
@@ -1,19 +1,20 @@
|
|
1
|
-
= RKelly
|
1
|
+
= RKelly Turbo
|
2
2
|
|
3
|
-
https://github.com/
|
3
|
+
https://github.com/hmdne/rkelly-turbo
|
4
4
|
|
5
5
|
== DESCRIPTION
|
6
6
|
|
7
|
-
RKelly
|
8
|
-
RKelly[https://github.com/tenderlove/rkelly]
|
7
|
+
RKelly Turbo is a fork of the RKelly Remix[https://github.com/nene/rkelly-remix]
|
8
|
+
which in turn is a fork of RKelly[https://github.com/tenderlove/rkelly]
|
9
|
+
JavaScript parser.
|
9
10
|
|
10
11
|
== Install
|
11
12
|
|
12
|
-
gem install rkelly-
|
13
|
+
gem install rkelly-turbo
|
13
14
|
|
14
|
-
Note that you can't have rkelly
|
15
|
-
same time. That would cause a conflict since they're
|
16
|
-
with:
|
15
|
+
Note that you can't have rkelly, rkelly-remix, rkelly-turbo (any two)
|
16
|
+
installed at the same time. That would cause a conflict since they're
|
17
|
+
all included with:
|
17
18
|
|
18
19
|
require 'rkelly'
|
19
20
|
|
@@ -114,7 +115,7 @@ approach is taken by another JS parser: Esprima[http://esprima.org] ).
|
|
114
115
|
|
115
116
|
The MIT License
|
116
117
|
|
117
|
-
Copyright (c) 2007, 2008, 2009 Aaron Patterson, John Barnette
|
118
|
+
Copyright (c) 2007, 2008, 2009, 2021 Aaron Patterson, John Barnette, hmdne
|
118
119
|
|
119
120
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
120
121
|
of this software and associated documentation files (the "Software"), to deal
|
data/lib/rkelly/constants.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rkelly-turbo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Patterson
|
@@ -47,8 +47,9 @@ dependencies:
|
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '3.22'
|
49
49
|
description: |-
|
50
|
-
RKelly
|
51
|
-
RKelly[https://github.com/tenderlove/rkelly]
|
50
|
+
RKelly Turbo is a fork of the RKelly Remix[https://github.com/nene/rkelly-remix]
|
51
|
+
which in turn is a fork of RKelly[https://github.com/tenderlove/rkelly]
|
52
|
+
JavaScript parser.
|
52
53
|
email:
|
53
54
|
- aaron.patterson@gmail.com
|
54
55
|
- rene.saarsoo@sencha.com
|
@@ -263,11 +264,11 @@ files:
|
|
263
264
|
- test/test_void_node.rb
|
264
265
|
- test/test_while_node.rb
|
265
266
|
- test/test_with_node.rb
|
266
|
-
homepage: https://github.com/
|
267
|
+
homepage: https://github.com/hmdne/rkelly-turbo
|
267
268
|
licenses:
|
268
269
|
- MIT
|
269
270
|
metadata:
|
270
|
-
homepage_uri: https://github.com/
|
271
|
+
homepage_uri: https://github.com/hmdne/rkelly-turbo
|
271
272
|
post_install_message:
|
272
273
|
rdoc_options:
|
273
274
|
- "--main"
|
@@ -288,6 +289,7 @@ requirements: []
|
|
288
289
|
rubygems_version: 3.2.15
|
289
290
|
signing_key:
|
290
291
|
specification_version: 4
|
291
|
-
summary: RKelly
|
292
|
-
|
292
|
+
summary: RKelly Turbo is a fork of the RKelly Remix[https://github.com/nene/rkelly-remix]
|
293
|
+
which in turn is a fork of RKelly[https://github.com/tenderlove/rkelly] JavaScript
|
294
|
+
parser.
|
293
295
|
test_files: []
|