goodguide-gibbon 0.12.2 → 0.12.3

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: 0a55be3ca054cecc06fba19962698430c5f1cf66
4
- data.tar.gz: b35a441febfdfffe57cbed629711b00a794bab89
3
+ metadata.gz: 123b573261502c31910bcbf24a9c1c7047fdaecb
4
+ data.tar.gz: 3f6b3987ed29cb47a30b5e6c3b55ffd20c68a073
5
5
  SHA512:
6
- metadata.gz: 4ca10eb0ec4254eaa95f54801ebce5835a2d8b4b34382f41f3bd459ed7a21100848576e3c89870844d62b756e3ebea6e8a53f7585841f6e4db79579ddc869a21
7
- data.tar.gz: 000300d09b7e525508739878a5344f26e80260556df4720409afca6766b593b18a9ed997bcb8b2aa2bcfbab66d9c462898cc2170031d9e7a6b1e62b59c365334
6
+ metadata.gz: 62c07def8c57478407aaed8e0ed4932553426cd9c73924434a8dff40cb19b6c78382186a510b197d2d137df41c7df8ade25849bd0a450d3dd5de095d17bb0452
7
+ data.tar.gz: b3024104e4b3e2bcd5cb627813cc0da2e2e2035091e4471cb5aef8ab404dda18c5c47d16feffbd97d184f1374bf3b34e1718a8e7042e55a6c18fc885973ef2fe
@@ -5803,6 +5803,12 @@ stdlib = Gibbon.stdlib = (function() {
5803
5803
  return Core.fail('missing');
5804
5804
  }
5805
5805
  },
5806
+ blank: {
5807
+ type: parse.type('blank = % -> %a'),
5808
+ compile: function() {
5809
+ return Core.fail('blank');
5810
+ }
5811
+ },
5806
5812
  weight: {
5807
5813
  type: parse.type('weight [numeric : numeric] = % -> numeric'),
5808
5814
  compile: function(_, _arg) {
@@ -5740,6 +5740,12 @@ stdlib = Gibbon.stdlib = (function() {
5740
5740
  return Core.fail('missing');
5741
5741
  }
5742
5742
  },
5743
+ blank: {
5744
+ type: parse.type('blank = % -> %a'),
5745
+ compile: function() {
5746
+ return Core.fail('blank');
5747
+ }
5748
+ },
5743
5749
  weight: {
5744
5750
  type: parse.type('weight [numeric : numeric] = % -> numeric'),
5745
5751
  compile: function(_, _arg) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gibbon",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "A data language",
5
5
  "keywords": ["language"],
6
6
  "author": "Jeanine Adkisson <jjmadkisson at gmail dot com>",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goodguide-gibbon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Adkisson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-03 00:00:00.000000000 Z
11
+ date: 2014-11-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Run and analyze gibbon code from ruby or a browser (via a ruby app).
14
14
  email: