Sha256: 9fd4f04247ee7fae8f09ae2f9d3ade19d28a758e3dfa7d0d8ade6d2cd62e8d19
Contents?: true
Size: 1.17 KB
Versions: 6
Compression:
Stored size: 1.17 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.authors = ["Micah Geisel", "Nick Hogle"] gem.email = ["micah@botandrose.com"] gem.description = %q{This immaculate work of engineering genius allows mere mortals to collaborate with beings of transcendent intelligence like Micah, Michael, and Nick.} gem.summary = %q{Tools for collaborating with Bot and Rose Design.} gem.homepage = "https://github.com/botandrose/bard" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "bard" gem.require_paths = ["lib"] gem.version = File.read("VERSION").chomp gem.add_dependency "thor", "0.11.7" gem.add_dependency "capistrano", "2.5.10" gem.add_dependency "rvm-capistrano" gem.add_dependency "grit", "1.1.1" gem.add_dependency "systemu", ">=1.2.0" gem.add_dependency "term-ansicolor", ">=1.0.3" gem.add_dependency "bard-rake", ">=0.1.1" gem.add_development_dependency "rspec", "~>1.3.0" gem.add_development_dependency "cucumber", "~>0.9.0" end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
bard-0.19.2 | bard.gemspec |
bard-0.19.1 | bard.gemspec |
bard-0.19.0 | bard.gemspec |
bard-0.18.0 | bard.gemspec |
bard-0.17.1 | bard.gemspec |
bard-0.17.0 | bard.gemspec |