Sha256: 595f77f77b0cd520f41c35c3ebbdbcb39de6412696889a129a7c5540a0a45c0a
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 Bytes
Contents
begin require 'bones' rescue LoadError abort '### Please install the "bones" gem ###' end task :default => 'test:run' task 'gem:release' => 'test:run' Bones { name 'fanuc-ekg' authors 'Jay Strybis' email 'jay.strybis@gmail.com' url 'http://github.com/unreal/fanuc-ekg' depend_on 'fastercsv', '1.5.3' if RUBY_VERSION.to_f < 1.9 }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fanuc-ekg-0.1.2 | Rakefile |
fanuc-ekg-0.1.1 | Rakefile |
fanuc-ekg-0.0.2 | Rakefile |