rubinius-bridge 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 590bff5e9164abeca5956dcc8754efc77bdd8312
4
- data.tar.gz: 1ce41495d777014311f97a2f32614bd5db6414d6
3
+ metadata.gz: 1cad1dddf13f71814205d1272c560c3d93f82d6f
4
+ data.tar.gz: 78b4487d9e10edd08dd71f79764a18b5a3752e7a
5
5
  SHA512:
6
- metadata.gz: dcf413711d48a713cdf3fc273bca83f054fe2147df6e7f26ef0d38eba9f4c0491ae4558c6762a24729bd35e69d87f9e9a76efb8927afc91b084a5471f66bb609
7
- data.tar.gz: 61519c43cd19b7a8f0cdaf44a77537ab009871abd0d4e031529e595c7103fcc25461787ce82ee018852fd3fecb24ee5862ac348b71cea80f9a0d0543506d987b
6
+ metadata.gz: fe3fab29e3235a2bd94a90c33a87fd2f7f3b49778088f98cc6e9c2eb20bb11ea225e0af14c8bd2be99917ff08e0fa7c8a518da9a5fb70af0896a7fb65714ef99
7
+ data.tar.gz: 66da70fdca51ed07950e1fe42e9cb1aa0040f547b7edf449eddc29c51a794348c477543a8781731092167449a0d2a788bcd175375e20d3e520198030140bbc74
@@ -1,6 +1,6 @@
1
1
  module Rubinius
2
2
  class CompiledCode
3
- KernelMethodSerial = 42
3
+ KernelMethodSerial = 47
4
4
 
5
5
  attr_accessor :hints # added by the VM to indicate how it's being used.
6
6
  attr_accessor :metadata # [Tuple] extra data
@@ -1,5 +1,5 @@
1
1
  module Rubinius
2
2
  module Bridge
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
4
4
  end
5
5
  end
@@ -15,7 +15,7 @@ code tools under MRI. To do so requires adding some classes and methods
15
15
  that are built into Rubinius.
16
16
  EOD
17
17
  spec.summary = %q{Classes and methods to run other Rubinius tools under MRI.}
18
- spec.homepage = ""
18
+ spec.homepage = "https://github.com/rubinius/rubinius-bridge"
19
19
  spec.license = "MIT"
20
20
 
21
21
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-bridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
@@ -83,7 +83,7 @@ files:
83
83
  - lib/rubinius/bridge/tuple.rb
84
84
  - lib/rubinius/bridge/version.rb
85
85
  - rubinius-bridge.gemspec
86
- homepage: ''
86
+ homepage: https://github.com/rubinius/rubinius-bridge
87
87
  licenses:
88
88
  - MIT
89
89
  metadata: {}