rubinius-instructions 3.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 6dbafa3374e290b8ac8c82e2ca8488d68f83dd19
4
+ data.tar.gz: 38770826f3036ee9ead03060441e7d44e85afe44
5
+ SHA512:
6
+ metadata.gz: a7481f205e660b6eb0512bc578b46bb2e37eeaadad8bc7c836a3f76757b8e7375089ed0fae74c4714979809b04157ae730b9039da80d7ab4ceb718f3f010eb8e
7
+ data.tar.gz: 77b4862ad4f713e2c53681197d8526c9f204947d9232188dcb6dfcb0a792a44046855ddfd77c41d82edb041e312e508f1ccb2216de1652868f98eb06552ace79
@@ -0,0 +1,7 @@
1
+ require "rubinius/code/instructions/version"
2
+
3
+ module Rubinius
4
+ module Instructions
5
+ # Your code goes here...
6
+ end
7
+ end
@@ -0,0 +1,5 @@
1
+ module Rubinius
2
+ module Instructions
3
+ VERSION = "3.0"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,77 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubinius-instructions
3
+ version: !ruby/object:Gem::Version
4
+ version: '3.0'
5
+ platform: ruby
6
+ authors:
7
+ - Brian Shirai
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-01-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.5'
20
+ prerelease: false
21
+ type: :development
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.5'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ prerelease: false
35
+ type: :development
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: |
42
+ The Rubinius virtual machine instructions are defined using a special
43
+ structure that is then used to generate documentation and implementations for
44
+ the bytecode interpreter and JIT compiler.
45
+ email:
46
+ - brixen@gmail.com
47
+ executables: []
48
+ extensions: []
49
+ extra_rdoc_files: []
50
+ files:
51
+ - lib/rubinius/code/instructions.rb
52
+ - lib/rubinius/code/instructions/version.rb
53
+ homepage: https://github.com/rubinius-code
54
+ licenses:
55
+ - MPL-2.0
56
+ metadata: {}
57
+ post_install_message:
58
+ rdoc_options: []
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: '0'
66
+ required_rubygems_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: '0'
71
+ requirements: []
72
+ rubyforge_project:
73
+ rubygems_version: 2.5.1
74
+ signing_key:
75
+ specification_version: 4
76
+ summary: Support tools for Rubinius instruction set.
77
+ test_files: []