Sha256: 3c09ee7943c685e4aba4d9b038cb90d71a55b0e67d5087de04b12798f1743f96
Contents?: true
Size: 409 Bytes
Versions: 1
Compression:
Stored size: 409 Bytes
Contents
require 'bones' rescue abort '### Please install the "bones" gem ###' ensure_in_path 'lib' require 'git_hub' task :default => 'test:run' task 'gem:release' => 'test:run' Bones { ignore_file '.gitignore' name 'git_hub' authors 'Arvicco' email 'arvitallian@gmail.com' url 'http://github.com/arvicco/git_hub' version GitHub::VERSION ignore_file '.gitignore' } # EOF
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git_hub-0.0.1 | Rakefile |