rubinius-ast 2.1.2 → 2.1.3

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: debd9c88d2a69f2dc6bfcc61016014c8e10bf446
4
- data.tar.gz: f4ec3012f43b4e1e7b2f926a43480e99f8f171ca
3
+ metadata.gz: bc9ddee64cf9f30bf0458c2cdee3f81c509c7062
4
+ data.tar.gz: 126e405ea53fa96cf9d9eac72c48931f8244a7de
5
5
  SHA512:
6
- metadata.gz: 4d9e1186e5666273da760f53093cdf0dab1f3068e118feb864c5e6d2b96aa9517e3c843a15917d3e22d7fcf803cc7ff22ddf1236f76b6e4e2d797883a478d3a4
7
- data.tar.gz: 673f761afd7c2e5fa6c1c67bbf3b9d6559d29dcf45c60de4582f71310724f91d89ece7fc69206491ee3f0b138f355be10cc6829d1083a838a81dbba05726b455
6
+ metadata.gz: 38d4c5b5fa58fa3bc5c77acb2a5db91b08ff21ac8adf95b0f93cd6756aa1510da999e56ce723e941a30bc68f4961c36b762874ee7f8485479b77e42ccef031aa
7
+ data.tar.gz: 8d7e5e6b3358850059b2f338c29a8eb3fbf8bc12783e0d0a6c3246f0b2dc1bfdb494d204280bb13dd119b6b0c581dc7edb5b0d108b3311b0930bf6e0b94c044d
@@ -703,7 +703,7 @@ module Rubinius::ToolSets.current::ToolSet
703
703
 
704
704
  if @post
705
705
  g.state.push_masgn
706
- @post.body.each do |x|
706
+ @post.body.reverse_each do |x|
707
707
  g.dup
708
708
  g.send :pop, 0
709
709
  g.cast_array if x.kind_of? MultipleAssignment and x.left
@@ -1,5 +1,5 @@
1
1
  module Rubinius::ToolSets.current::ToolSet
2
2
  module AST
3
- VERSION = "2.1.2"
3
+ VERSION = "2.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-ast
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
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-03-14 00:00:00.000000000 Z
11
+ date: 2014-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler