rubinius-bridge 2.1 → 2.2
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 -1
- 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: 2bdb81d5a4f1ecbec9058683f42d1dd61ff22ba6
|
|
4
|
+
data.tar.gz: ff05ff97dfabbd8f1382df6e92ab7b1d2aba20a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5abe1b9ed2c0b6164e9eac434b6d5a05abe6753fb4a88fb0b7d5c57c71af62b33d1e8a12e6856ab820c2e0e345f22b7b1254b778815058508bb2c18af5fc357e
|
|
7
|
+
data.tar.gz: 45f59db10fa7033776f625fa07a9396d9a6fbeeb372d12bbdf844c91881658872843ec6acab984f228e4cd1bba99ad7c161856eeff8df4dbbb057247e7d72299
|
|
@@ -12,13 +12,13 @@ module Rubinius
|
|
|
12
12
|
attr_accessor :post_args # [Integer] number of args after splat
|
|
13
13
|
attr_accessor :total_args # [Integer] number of total args
|
|
14
14
|
attr_accessor :splat # [Integer] POSITION of the splat arg
|
|
15
|
+
attr_accessor :literals # [Tuple] tuple of the literals
|
|
15
16
|
attr_accessor :lines # [Tuple] tuple of the lines where its found
|
|
16
17
|
attr_accessor :file # [Symbol] the file where this comes from
|
|
17
18
|
attr_accessor :local_names # [Array<Symbol>] names of the local vars
|
|
18
19
|
attr_accessor :scope # [ConstantScope] scope for looking up constants
|
|
19
20
|
attr_accessor :keywords # [Tuple] pairs of Symbol name, required flag
|
|
20
21
|
attr_accessor :arity # [Integer] number of arguments, negative if variadic.
|
|
21
|
-
attr_accessor :literals_count # [Fixnum] number of literals in the instruction stream.
|
|
22
22
|
attr_accessor :primitive
|
|
23
23
|
attr_accessor :block_index
|
|
24
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.2'
|
|
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-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|