rubinius-compiler 2.0.4 → 2.1.0

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: a8770864e11b10b91210d89d9278f223f8471fd3
4
- data.tar.gz: 380f6ba72280272efeed19dd29317b702a358bce
3
+ metadata.gz: a5acab156c744b74d3701a97ce2a936ed5a626e4
4
+ data.tar.gz: 01b7e1db56052cc7f8959251505415f955772ad8
5
5
  SHA512:
6
- metadata.gz: a213cb2271866445a8c951ae8769c68cc75d8b87c0ce25575d5364f29bd91d0319b764b6f3779c1827c268a90d6d8ed59709572505208aa3dfdee00a044bf1a1
7
- data.tar.gz: 308bbb4be99788c507e5e193d293e1268613cacbd2b37739085b8c8fe38f665953c752291fe61522027010ae50059ddf857b504efa759cddc2159b391feefcdb
6
+ metadata.gz: fd08452cfd3e40636214c3db841365131ad15cafb2aa15e1517b0ae33add7aceb82e34a8f67da2bf504682a33a96b61bac1052fd94b3731ba6705ba29f6d02dd
7
+ data.tar.gz: 2324f6df47926b6e38818e482083b0305ab0031c7c92094c98f944c2b67fe0ef369573c633bbe49db5e692c26a4be8bcd5446389bc541a1225a2e619e4214573
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: us-ascii -*-
2
2
 
3
- module Rubinius::ToolSet.current::TS
3
+ module Rubinius::ToolSets.current::ToolSet
4
4
  ##
5
5
  # A decode for the .rbc file format.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: us-ascii -*-
2
2
 
3
- module Rubinius::ToolSet.current::TS
3
+ module Rubinius::ToolSets.current::ToolSet
4
4
 
5
5
  class CompileError < RuntimeError
6
6
  end
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  # Used for the Rubinius::asm Compiler hook.
5
5
 
6
- module Rubinius::ToolSet.current::TS
6
+ module Rubinius::ToolSets.current::ToolSet
7
7
  module AST
8
8
  class Node
9
9
  end
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: us-ascii -*-
2
2
 
3
- module Rubinius::ToolSet.current::TS
3
+ module Rubinius::ToolSets.current::ToolSet
4
4
  class Generator
5
5
  include GeneratorMethods
6
6
 
@@ -1,6 +1,6 @@
1
1
  # *** This file is generated by InstructionParser ***
2
2
 
3
- module Rubinius::ToolSet.current::TS
3
+ module Rubinius::ToolSets.current::ToolSet
4
4
  module GeneratorMethods
5
5
  def noop
6
6
  @stream << 0
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: us-ascii -*-
2
2
 
3
- module Rubinius::ToolSet.current::TS
3
+ module Rubinius::ToolSets.current::ToolSet
4
4
  class Compiler
5
5
  module LocalVariables
6
6
  def variables
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: us-ascii -*-
2
2
 
3
- module Rubinius::ToolSet.current::TS
3
+ module Rubinius::ToolSets.current::ToolSet
4
4
  class Compiler
5
5
  class Printer < Stage
6
6
  def initialize
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: us-ascii -*-
2
2
 
3
- module Rubinius::ToolSet.current::TS
3
+ module Rubinius::ToolSets.current::ToolSet
4
4
  module Compiler::Runtime
5
5
  def self.matches_when(array, receiver)
6
6
  array.each { |x| return true if x === receiver }
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: us-ascii -*-
2
2
 
3
- module Rubinius::ToolSet.current::TS
3
+ module Rubinius::ToolSets.current::ToolSet
4
4
  class Compiler
5
5
  Stages = { }
6
6
 
@@ -1,5 +1,5 @@
1
- module Rubinius::ToolSet.current::TS
1
+ module Rubinius::ToolSets.current::ToolSet
2
2
  module Compiler
3
- VERSION = "2.0.4"
3
+ VERSION = "2.1.0"
4
4
  end
5
5
  end
@@ -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::ToolSet.current::TS::Compiler::VERSION
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
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: 2013-10-02 00:00:00.000000000 Z
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.0.7
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: