Sha256: 27fbecb41d8412f8e518b0a9881ca58d12025a558e5214895449856386846c0e
Contents?: true
Size: 564 Bytes
Versions: 3
Compression:
Stored size: 564 Bytes
Contents
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__)) + '/lib/' require 'vagabond/version' Gem::Specification.new do |s| s.name = 'vagabond' s.version = Vagabond::VERSION.version s.summary = 'Vagabond creator' s.author = 'Chris Roberts' s.email = 'chrisroberts.code@gmail.com' s.homepage = 'http://github.com/chrisroberts/vagabond' s.description = 'Vagabonds, lazing about' s.require_path = 'lib' s.has_rdoc = true s.extra_rdoc_files = ['README.md'] s.files = Dir['**/*'] s.executables = ['vagabond'] s.add_dependency 'chef' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagabond-0.1.4 | vagabond.gemspec |
vagabond-0.1.2 | vagabond.gemspec |
vagabond-0.1.0 | vagabond.gemspec |