motion-require icon indicating copy to clipboard operation
motion-require copied to clipboard

Dependency management for RubyMotion, using a pseudo `require`

Results 2 motion-require issues
Sort by recently updated
recently updated
newest added

While running tests with rspec>3.1 it fails due to ```NoMethodError: undefined method `color_enabled=' ``` This is because the config options changed after rspec >3.1. This PR introduces changes so that...

Looks like the ruby that ships with High Sierra is `2.3.1` now as opposed to `1.8`. It looks like there were some major changes to `ripper` in 2.3.1 that's making...