RubyGems Navigation menu

analizaruptor 0.2.0

Analizaruptor is a tool that looks for 'break', 'require', and 'provides' commands (and does a *teensy* bit of code analyzing (+/(class|module) *(w+)/+) to provide some defaults) to make your RubyMotion +Rakefile+ and +debugger_cmds+ files short and consistent. To use, include this gem, and add +app.analyze+ to your +Rakefile+, after you have added your libraries and whatnot. In your source code you can add Analizaruptor commands (+#----> break|provides|requires+) and those will be translated into directives for `app.files_dependencies` and `debugger_cmds`. Run +rake+ or +rake debug=1+, and off you go!

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.3.1 - March 07, 2013 (6 KB)
  2. 0.3.0 - December 07, 2012 (6 KB)
  3. 0.2.0 - December 03, 2012 (6 KB)
  4. 0.1.0 - October 31, 2012 (5.5 KB)

Owners:

Authors:

  • Colin Thomas-Arnold <colinta@gmail.com>

SHA 256 checksum:

58ac2cbf822dcf11721703237d7cdab212698b0fbbf1ecc2d408c9fbacd88b64

Total downloads 16,849

For this version 3,970

Licenses:

N/A

Required Ruby Version: None

Links: