Sha256: ecefb1753df596275e91c361ca2afc625b7592f9c92b4638d5cb863c814b982b

Contents?: true

Size: 169 Bytes

Versions: 6

Compression:

Stored size: 169 Bytes

Contents

ENV['JRUBY_OPTS'] = '--2.0 -X-C'
ENV['RBXOPT'] = '-X20'

task(:spec) { ruby '-w -S rspec' }
task(:doc_stats) { ruby '-S yard stats' }
task(default: [:spec, :doc_stats])

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
mustermann19-0.3.1.2 Rakefile
mustermann19-0.3.1.1 Rakefile
mustermann19-0.3.1 Rakefile
mustermann-0.3.1 Rakefile
mustermann-0.3.0 Rakefile
mustermann-0.2.0 Rakefile