rubinius-compiler 1.1.0 → 1.1.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: 9eadc81b5fa23a562aa53900e36768683bdb0199
4
- data.tar.gz: b1b97cbfccec9b4ee99e90f66e4a76371d749e8d
3
+ metadata.gz: 1c931386eba3ba3e6ae935a08c574c6e3a3028e5
4
+ data.tar.gz: afa1b97723c68f27f5fd144f181f5d6193086796
5
5
  SHA512:
6
- metadata.gz: bdc127fe0e934b544f78c712219204669e0701042e2cef881f66fe546a5ca56fdba23b80ef129cdb9ac6ec4f2b974b3301b23c63709d3b2a12cca9f71673c151
7
- data.tar.gz: 130d0085431e594b411adbba7c47b3fbf412d8aaf54c02775f0035280c165b5d70f407b9c9a99a500774de1704033a59bb2f878278966b2a1c1306e0107d26ed
6
+ metadata.gz: 855d3021bab98eb8b86b7beabfb7b97d6e0f6fb8d5f4ead47b42e6f0a3cd9291bc8f3eb9381b7cfe24f1c14b2b6df85759e3180ea0c64620b08de7e84cea6bf8
7
+ data.tar.gz: 192021526c90acf45e6e0294059d9a8146739bf2f5b82886ba32cae6ef4d6f565ee91a3c9da2c3f6c24ccc7afcb5b2c5ee48ad367e7af25b08f5489f3395c083
@@ -184,7 +184,6 @@ module Rubinius::ToolSets.current::ToolSet
184
184
  code.stack_size = unmarshal_data
185
185
  code.local_count = unmarshal_data
186
186
  code.required_args = unmarshal_data
187
- code.post_args = unmarshal_data
188
187
  code.total_args = unmarshal_data
189
188
  code.splat = unmarshal_data
190
189
  code.literals = unmarshal_data
@@ -293,7 +292,6 @@ module Rubinius::ToolSets.current::ToolSet
293
292
  str.append marshal(val.stack_size)
294
293
  str.append marshal(val.local_count)
295
294
  str.append marshal(val.required_args)
296
- str.append marshal(val.post_args)
297
295
  str.append marshal(val.total_args)
298
296
  str.append marshal(val.splat)
299
297
  str.append marshal(val.literals)
@@ -1,5 +1,5 @@
1
1
  module Rubinius::ToolSets.current::ToolSet
2
2
  class Compiler
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-compiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.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: 2014-03-15 00:00:00.000000000 Z
11
+ date: 2014-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler