rubinius-bridge 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rubinius/bridge/encoding.rb +11 -0
- data/lib/rubinius/bridge/string.rb +11 -0
- data/lib/rubinius/bridge/version.rb +1 -1
- data/lib/rubinius/bridge.rb +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 304ede4b23eaad39ef58ee313c3e971ebf0e390e
|
4
|
+
data.tar.gz: 58dc509b3fc14c303c1a4ec154d2c1728e39bc7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acf2c30859b2504498e8fc53addd700308808e4bb40057486a205884a2d936d3994a63ca3645a0610190f68e1fcf7b67163506a22acc1f9d982462f07e046ba1
|
7
|
+
data.tar.gz: 0c83c73f0d0dba99c61d39f49a899c6c50533db4abb77c326d0562bfc37d7f29755814df18d7f19c6ef09fc58d730abee50664a1b20e07348f079291c1270656
|
data/lib/rubinius/bridge.rb
CHANGED
@@ -7,6 +7,7 @@ unless RedCard.check :rubinius
|
|
7
7
|
require "rubinius/bridge/string"
|
8
8
|
require "rubinius/bridge/rubinius"
|
9
9
|
require "rubinius/bridge/compiled_code"
|
10
|
+
require "rubinius/bridge/encoding"
|
10
11
|
require "rubinius/bridge/exception"
|
11
12
|
require "rubinius/bridge/executable"
|
12
13
|
require "rubinius/bridge/iseq"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubinius-bridge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
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-
|
11
|
+
date: 2014-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: redcard
|
@@ -73,6 +73,7 @@ files:
|
|
73
73
|
- lib/rubinius/bridge.rb
|
74
74
|
- lib/rubinius/bridge/array.rb
|
75
75
|
- lib/rubinius/bridge/compiled_code.rb
|
76
|
+
- lib/rubinius/bridge/encoding.rb
|
76
77
|
- lib/rubinius/bridge/exception.rb
|
77
78
|
- lib/rubinius/bridge/executable.rb
|
78
79
|
- lib/rubinius/bridge/iseq.rb
|