rubinius-bridge 2.0 → 2.1

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: e165ded81336a7ea3219f1e1f512273503fad081
4
- data.tar.gz: bedebb7a58b2943052ef5bfd462acae96354e072
3
+ metadata.gz: d300fd3186669a296900d0bbbe2202a556bffe6c
4
+ data.tar.gz: 6ce12d20e6fba2a84d02464105763781e3aacece
5
5
  SHA512:
6
- metadata.gz: 0c4b8e0ccd2c0233863e09e91d8f91ce6fbf6f3fa36accbebcf79358964cc4e665fbfa793a36d1c481c5c66946b5ba036f91b81e627cba4da8addbc298ce7806
7
- data.tar.gz: 2ca0c145e077d2be8cbcf7c3f3ff4abf5f75a57e82b226112e53f7975799eabbbfa3f59b6969542b61728d34dae326ce7e04792a7faddf2edf5cc98785189e1c
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
 
@@ -1,5 +1,5 @@
1
1
  module Rubinius
2
2
  module Bridge
3
- VERSION = "2.0"
3
+ VERSION = "2.1"
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.0'
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-04 00:00:00.000000000 Z
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