Sha256: 827ab6954154aedbbcc9664e1ea3036e3172874694cf8457201141ce4acecdc8
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
require 'rubygems' include Rake::DSL require 'echoe' Echoe.new "vagrant-snap", File.read("./VERSION").chomp do |p| p.author = "t9md" p.email = "taqumd@gmail.com" p.summary = %Q{vagrant snapshot management plugin} p.project = nil p.url = "http://github.com/t9md/vagrant-snap" p.ignore_pattern = ["misc/*"] p.runtime_dependencies << 'vagrant' p.runtime_dependencies << 'colored' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-snap-0.10 | Rakefile |