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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aef98d0989a1aa032fe7e0231129fb518d13c45ff7b359ce4f805fb40a23116e
4
- data.tar.gz: 2aef9b143d414fb8c9dc3ddcc67d51e674375d7889ccdc738fe6f909bbeaf239
3
+ metadata.gz: 0c5198b3122a60babc0104ce1910619aad3372564c0fd3a07b8e507e3ceddb61
4
+ data.tar.gz: e52a5a2e5870640e5e0f8604f16d0e38cd81d9a1e46295a80201bc8d5934a9ec
5
5
  SHA512:
6
- metadata.gz: 95c57e77d03ed1bc68daabb5cc8450b2fba7cad9bc98dcbea9c2cc7443386f87b90b9369f553dd0c29ce4154701763783385deb9d3f1f1a30f9232cbd110c3d9
7
- data.tar.gz: a562b85535364137bd5675506e9c56054be829dbac4d4e347da000bc548a5d33e71adc20baa316c179027a66e10385a6ce7ed410a0248a661d8c05011f5e3c2e
6
+ metadata.gz: '085053197cdb79ff32e84b0f15956052f575f984b0add5ce256e20b5d913a74d7006cc47acdfd863cb7a3d84e5cebf816dc2eed85b55ea81461bcd4e00b9dd86'
7
+ data.tar.gz: 2b649c5317855951a4cbaa6fce78a3fec57d28d77bde7576d4709ce00ea1d0a32aced9763af272284c6e3b3bfbaf0896564b7ed024b2d4af5b67669f0d1a0164
data/CHANGELOG.rdoc CHANGED
@@ -1,5 +1,9 @@
1
1
  = RKelly-Turbo CHANGELOG
2
2
 
3
+ === 0.1.1
4
+
5
+ * Update readme
6
+
3
7
  === 0.1.0
4
8
 
5
9
  * Gain about 2x speedup by enacting some optimizations.
data/README.rdoc CHANGED
@@ -1,19 +1,20 @@
1
- = RKelly Remix
1
+ = RKelly Turbo
2
2
 
3
- https://github.com/nene/rkelly-remix
3
+ https://github.com/hmdne/rkelly-turbo
4
4
 
5
5
  == DESCRIPTION
6
6
 
7
- RKelly Remix is a fork of the
8
- RKelly[https://github.com/tenderlove/rkelly] JavaScript parser.
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-remix
13
+ gem install rkelly-turbo
13
14
 
14
- Note that you can't have rkelly and rkelly-remix both installed at the
15
- same time. That would cause a conflict since they're both included
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
@@ -1,3 +1,3 @@
1
1
  module RKelly
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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 Remix is a fork of the
51
- RKelly[https://github.com/tenderlove/rkelly] JavaScript parser.
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/nene/rkelly-remix
267
+ homepage: https://github.com/hmdne/rkelly-turbo
267
268
  licenses:
268
269
  - MIT
269
270
  metadata:
270
- homepage_uri: https://github.com/nene/rkelly-remix
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 Remix is a fork of the RKelly[https://github.com/tenderlove/rkelly]
292
- JavaScript parser.
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: []