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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d300fd3186669a296900d0bbbe2202a556bffe6c
4
- data.tar.gz: 6ce12d20e6fba2a84d02464105763781e3aacece
3
+ metadata.gz: 2bdb81d5a4f1ecbec9058683f42d1dd61ff22ba6
4
+ data.tar.gz: ff05ff97dfabbd8f1382df6e92ab7b1d2aba20a5
5
5
  SHA512:
6
- metadata.gz: ccca329f6008e27150d37bfa8ee735ff736e4967e376a61822e922a00043fec2f64749e36b36cb8400223da2fff924ca712e9d335d606707d81c56fa6769ce92
7
- data.tar.gz: 6d02f04f6c8352b7010cb0e7a552089464ab14b4942b9ecf8d7330c3a8a3a8efc9dcbb49007253df589eeafeb6693d9b9da3880e81c0ad189d2b539b1364a989
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
 
@@ -1,5 +1,5 @@
1
1
  module Rubinius
2
2
  module Bridge
3
- VERSION = "2.1"
3
+ VERSION = "2.2"
4
4
  end
5
5
  end
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.1'
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-05 00:00:00.000000000 Z
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