oneclick / devkit-gem

PoC - RubyInstaller's DevKit as gem
MIT License
3 stars 5 forks source link

Simple `devkit` script for quick activation of DevKit #2

Open luislavena opened 9 years ago

luislavena commented 9 years ago

Similar to current implementation:

C:\myapp>rake -rdevkit compile
...

So you don't need to activate the DevKit outside the regular usage.

Challenges:

Azolo commented 9 years ago

I wish I could remember where I saw this, but there was a gem that had an activator stub for this kind of use case.

So instead it would be rake -rdevkit_init compile or something of the sort. Would still be considered a "breaking" change though.

luislavena commented 9 years ago

@Azolo today I'm going to open-source this and request for help. In the meantime if you remember what gem what that, much appreciated!