gobstones-code-runner 0.10.0 → 0.10.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
  SHA256:
3
- metadata.gz: d0c61811ba78d55fb716b65f4389a23995138383aad819f094ff891d3091e8ad
4
- data.tar.gz: 8447f55f82f8bf887d57f0deafa273266468760bf3662d82271f858810da9490
3
+ metadata.gz: ed605592c87a53cb0ae1b3e8322b6c5b3a80b731ccd4bd7ef9cc15bc698fd3f2
4
+ data.tar.gz: db1c23a3643b1e94a5c50ad4810be259646a9ecf55641c031e3d77ad82eae172
5
5
  SHA512:
6
- metadata.gz: 11852568707822c0da7e0531e880ff51ddcf6c1b7e662500dda9caf2a00c0b56f681b05be2f9ff3e3ccdf184bb921c9a6664a9373f70735a7cbb61722278a605
7
- data.tar.gz: 0ef4ca18b260d2bd67d6b47b9f15c0ec3c06092bf460eaf2520f2ff69b2ad53ce2a5d15534674a6da01bff418c40c5b1d5746d97dc4c802250a7caacafc0b484
6
+ metadata.gz: 84f30a8980bd601ae9b65ea799d2b2a429034bf44dffd03d087b5b815ae3a5c773945f0f85ab33922835c30d26953cb431322bc382fbbf1e04d73a9c28b90c24
7
+ data.tar.gz: 37f78978826b1e6660bf5fbbf918cc2f0450755867e275c954079715add437e7f656bd73d38baae16589afe6d29d9d82a54cb301ab309ebc96266b506283aed1
@@ -6936,6 +6936,8 @@ var RuntimePrimitives = exports.RuntimePrimitives = function () {
6936
6936
  return a.tail();
6937
6937
  });
6938
6938
 
6939
+ this._primitiveFunctions[(0, _i18n.i18n)('PRIM:oldTail')] = this._primitiveFunctions[(0, _i18n.i18n)('PRIM:tail')];
6940
+
6939
6941
  this._primitiveFunctions[(0, _i18n.i18n)('PRIM:init')] = new PrimitiveOperation([typeListAny], function (startPos, endPos, globalState, args) {
6940
6942
  var a = args[0];
6941
6943
  if (a.length() === 0) {
@@ -9349,6 +9351,7 @@ var LOCALE_ES = exports.LOCALE_ES = {
9349
9351
  'PRIM:isEmpty': 'esVacía',
9350
9352
  'PRIM:head': 'primero',
9351
9353
  'PRIM:tail': 'sinElPrimero',
9354
+ 'PRIM:oldTail': 'resto',
9352
9355
  'PRIM:init': 'comienzo',
9353
9356
  'PRIM:last': 'último',
9354
9357
 
@@ -11584,6 +11587,7 @@ LOCALE_EN['PRIM:maxDir'] = 'maxDir';
11584
11587
 
11585
11588
  LOCALE_EN['PRIM:head'] = 'head';
11586
11589
  LOCALE_EN['PRIM:tail'] = 'tail';
11590
+ LOCALE_EN['PRIM:oldTail'] = 'tail';
11587
11591
  LOCALE_EN['PRIM:init'] = 'init';
11588
11592
  LOCALE_EN['PRIM:last'] = 'last';
11589
11593
 
@@ -11994,6 +11998,7 @@ LOCALE_PT['PRIM:maxDir'] = 'maxDir';
11994
11998
 
11995
11999
  LOCALE_PT['PRIM:head'] = 'primeiro';
11996
12000
  LOCALE_PT['PRIM:tail'] = 'resto';
12001
+ LOCALE_PT['PRIM:oldTail'] = 'resto';
11997
12002
  LOCALE_PT['PRIM:init'] = 'comeco';
11998
12003
  LOCALE_PT['PRIM:last'] = 'ultimo';
11999
12004
 
@@ -1,5 +1,5 @@
1
1
  module Gobstones
2
2
  module CodeRunner
3
- VERSION = "0.10.0"
3
+ VERSION = "0.10.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobstones-code-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Alfonso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-12 00:00:00.000000000 Z
11
+ date: 2019-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler