Sebastián Katzer
Sebastián Katzer
@wheybags
## Description I think this is more a feature request then a bug. If RVM sees the `ruby` version constraint inside a `Gemfile`, it expects a fix version (`"equals"`). But...
```yml --- &default foo: bar ---
## About This PR adds the ability to register additional QML-Types for autocompletion by proving a `qmlTypes` contribution point. ```json // 3rd-party package.json { "contributes": { "qmlTypes": [ "./qml_types/**/*.json" ]...
Test fails using latest `mruby-io` (and mruby-head) on Windows. ``` Fail: File.basename (mrbgems: mruby-io) - Assertion[1] Failed: Expected to be equal Expected: "/" Actual: "//" ```