On 11/29/2012 08:00 AM, Bohuslav Kabrda wrote:
----- Original Message -----
On 11/07/2012 10:12 PM, Mo Morsi wrote:
Before jumping back into isitfedoraruby, I plan on pushing some long overdue updates to some of the gems I maintain.
The following packages have been updated in rawhide:
- thor: 0.14.6 -> 0.16.0 (BZ #843898, vit took care of)
- childprocess: 0.2.0 -> 0.3.6 (BZ #873320)
- minitest: 2.10.1 -> 4.2.0 (BZ #798247)
- ZenTest: 4.6.2 -> 4.8.2 (BZ #828262)
- sexp_processor: 3.0.4 -> 4.1.2 (BZ #843897)
- sass: 3.1.20 -> 3.2.2 (BZ #847675)
- webmock: 1.8.7 -> 1.9.0 (BZ #842655)
- treetop: 1.4.11 -> 1.4.12 (BZ #871769)
- uuidtools: 2.1.2 -> 2.1.3 (BZ #840762)
- haml: 3.1.6 -> 3.1.7 (BZ #847670)
- authlogic: 3.0.3 -> 3.1.3
- cucumber: 1.1.9 -> 1.2.1
- vcr: 1.10.0 -> 2.3.0
- compass: 0.11.5 -> 0.12.2
The following are still planned / in flight:
- ruby2ruby: 1.2.4 -> 2.0.1 (BZ #843895) depends on
ruby_parser
- ruby_parser: 2.0.4 -> 3.0.1 (BZ #843896) depends on
sexp_processor, just pushed to rawhide
Is there an estimate when these two ^^ will be updated? Both depend on sexp_processor ~> 3.0, so they are unusable in Rawhide currently: irb(main):001:0> require 'ruby2ruby' Gem::LoadError: Could not find sexp_processor (~> 3.0) amongst [..., sexp_processor-4.1.2]
Thanks.
Was waiting for sexp_processor to land in rawhide so I didn't have to muck w/ the chain builds and such.
Now that that has been tagged and pushed, I'll look to updating these packages in the next day or two.
-Mo