Sha256: 18e072e9de69f6e373bb88e13d016fb73b1ebbcfb223054724a275cfbfa3cef7

Contents?: true

Size: 823 Bytes

Versions: 1

Compression:

Stored size: 823 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.unshift 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.1 bumbler.gemspec