Sha256: 65b4500d30e16d90cc028457cccd9217a9295acdd43f182a3c9ee6b53a77ba83
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "bumbler/version" Gem::Specification.new do |s| s.name = "bumbler" s.version = Bumbler::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Ian MacLeod"] s.email = ["ian@nevir.net"] s.homepage = "https://github.com/nevir/Bumbler" s.summary = %q{Track the load progress of your Bundler-based projects} s.description = %q{Why stare blankly at your terminal window when you can clutter it up with awesome progress bars?} s.rubyforge_project = "bumbler" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bumbler-0.1.0 | bumbler.gemspec |