rubinius-bridge 2.0 → 2.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 +4 -4
- data/lib/rubinius/bridge/compiled_code.rb +1 -0
- data/lib/rubinius/bridge/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d300fd3186669a296900d0bbbe2202a556bffe6c
|
|
4
|
+
data.tar.gz: 6ce12d20e6fba2a84d02464105763781e3aacece
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccca329f6008e27150d37bfa8ee735ff736e4967e376a61822e922a00043fec2f64749e36b36cb8400223da2fff924ca712e9d335d606707d81c56fa6769ce92
|
|
7
|
+
data.tar.gz: 6d02f04f6c8352b7010cb0e7a552089464ab14b4942b9ecf8d7330c3a8a3a8efc9dcbb49007253df589eeafeb6693d9b9da3880e81c0ad189d2b539b1364a989
|
|
@@ -18,6 +18,7 @@ module Rubinius
|
|
|
18
18
|
attr_accessor :scope # [ConstantScope] scope for looking up constants
|
|
19
19
|
attr_accessor :keywords # [Tuple] pairs of Symbol name, required flag
|
|
20
20
|
attr_accessor :arity # [Integer] number of arguments, negative if variadic.
|
|
21
|
+
attr_accessor :literals_count # [Fixnum] number of literals in the instruction stream.
|
|
21
22
|
attr_accessor :primitive
|
|
22
23
|
attr_accessor :block_index
|
|
23
24
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubinius-bridge
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '2.
|
|
4
|
+
version: '2.1'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brian Shirai
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|