Sha256: bad5c00bb27b3434f0662330897b5ae033b29d4330d3a80a5ca31c4e2fdd942e
Contents?: true
Size: 908 Bytes
Versions: 1
Compression:
Stored size: 908 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "knife-github/version" Gem::Specification.new do |s| s.name = "knife-github" s.version = Knife::Github::VERSION s.platform = Gem::Platform::RUBY s.has_rdoc = false s.extra_rdoc_files = ["LICENSE" ] s.authors = ["Sander Botman"] s.email = ["sbotman@schubergphilis.com"] s.homepage = "https://github.com/schubergphilis/knife-github" s.summary = %q{Github interaction support for Chef's Knife Command} s.description = s.summary s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # s.add_dependency "chef", "~> 0.10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
knife-github-0.0.1 | knife-github.gemspec |