Sha256: 8f17fcf883da14f12826007fde2f181be79e3c2419a2bc7c80ac16c4f6d35730
Contents?: true
Size: 822 Bytes
Versions: 2
Compression:
Stored size: 822 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "bushido/version" Gem::Specification.new do |s| s.name = "bushido" s.version = Bushido::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Sean Grove"] s.email = ["s@bushi.do"] s.homepage = "http://trapm.com" s.summary = %q{Command-lin interface for bushi.do} s.description = %q{A command line tool to do everything with bushido, from signing up and deploying apps, to claiming, restarting, and updating existing apps} s.rubyforge_project = "bushido" 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"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bushido-0.0.3 | bushido.gemspec |
bushido-0.0.2 | bushido.gemspec |