rubinius-compiler 2.0.4 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rubinius/compiler/compiled_file.rb +1 -1
- data/lib/rubinius/compiler/compiler.rb +1 -1
- data/lib/rubinius/compiler/evaluator.rb +1 -1
- data/lib/rubinius/compiler/generator.rb +1 -1
- data/lib/rubinius/compiler/generator_methods.rb +1 -1
- data/lib/rubinius/compiler/locals.rb +1 -1
- data/lib/rubinius/compiler/printers.rb +1 -1
- data/lib/rubinius/compiler/runtime.rb +1 -1
- data/lib/rubinius/compiler/stages.rb +1 -1
- data/lib/rubinius/compiler/version.rb +2 -2
- data/rubinius-compiler.gemspec +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5acab156c744b74d3701a97ce2a936ed5a626e4
|
4
|
+
data.tar.gz: 01b7e1db56052cc7f8959251505415f955772ad8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd08452cfd3e40636214c3db841365131ad15cafb2aa15e1517b0ae33add7aceb82e34a8f67da2bf504682a33a96b61bac1052fd94b3731ba6705ba29f6d02dd
|
7
|
+
data.tar.gz: 2324f6df47926b6e38818e482083b0305ab0031c7c92094c98f944c2b67fe0ef369573c633bbe49db5e692c26a4be8bcd5446389bc541a1225a2e619e4214573
|
data/rubinius-compiler.gemspec
CHANGED
@@ -4,7 +4,7 @@ require './lib/rubinius/compiler/version'
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "rubinius-compiler"
|
7
|
-
spec.version = Rubinius::
|
7
|
+
spec.version = Rubinius::ToolSets.current::ToolSet::Compiler::VERSION
|
8
8
|
spec.authors = ["Brian Shirai"]
|
9
9
|
spec.email = ["brixen@gmail.com"]
|
10
10
|
spec.description = %q{Rubinius bytecode compiler.}
|
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: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Shirai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -84,9 +84,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
86
|
rubyforge_project:
|
87
|
-
rubygems_version: 2.
|
87
|
+
rubygems_version: 2.2.2
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: Rubinius bytecode compiler.
|
91
91
|
test_files: []
|
92
|
-
has_rdoc:
|