rubinius-compiler 3.20 → 3.21

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: 9d64b0fa2cb3a8c50ba3fb47e587d109724fd776
4
- data.tar.gz: 92e2f9e9552caf8c54e7ad13e59ca1c09f237c10
3
+ metadata.gz: 22819023864905408849646d48272bdb353eeffb
4
+ data.tar.gz: a21788fb0cf9cb2f4bf67b4b385ededd3505a6b4
5
5
  SHA512:
6
- metadata.gz: c51e1d6dd4579849830647169a02b23cc30f91851401867bd32722e53c937ab9bc8e74626998194d38e7d1d7b383676eb385a0733107c7459c299261cf4db5d1
7
- data.tar.gz: 155702f8eb894852e7b3921abcfe429f1b951863a22bb8f210468a1cc1625a8a4087cfc1f42c31eea6d77b622ceeec778f093f8a1144a7bd7ec49eb0f4f0559f
6
+ metadata.gz: 65c73a89e75b836ca917272fd76686d43e5e911f16a3b46de0d0ce709d4fd1d4dc1cc43ef40a089e23233d84bdccfc1f8821f4f3bad9d07c9502741d46a9e108
7
+ data.tar.gz: 5dc59cc4ff598d2685d901b3d14abe599c42f1794e67506d5186a2448362ad2751c1fc5892d6ae7a679cb17d79730b23949527b3a0bfe29bc4f4c91c33e77319
@@ -767,7 +767,6 @@ module CodeTools
767
767
  end
768
768
 
769
769
  def unwind(arg1)
770
- location = @ip + 1
771
770
  @stream << 93 << arg1
772
771
  @ip += 2
773
772
  @instruction = 93
@@ -1,5 +1,5 @@
1
1
  module CodeTools
2
2
  class Compiler
3
- VERSION = "3.20"
3
+ VERSION = "3.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-compiler
3
3
  version: !ruby/object:Gem::Version
4
- version: '3.20'
4
+ version: '3.21'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai