rubinius-compiler 1.1.0 → 1.1.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/compiler/compiled_file.rb +0 -2
- data/lib/rubinius/compiler/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: 1c931386eba3ba3e6ae935a08c574c6e3a3028e5
|
|
4
|
+
data.tar.gz: afa1b97723c68f27f5fd144f181f5d6193086796
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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)
|
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.
|
|
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-
|
|
11
|
+
date: 2014-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|