stephencelis / dots

Free progress dots for your scripts. Test::Unit-style.

stephencelis (author)
Sun May 10 11:00:33 -0700 2009
dots / dots.gemspec
100644 27 lines (23 sloc) 1.189 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{dots}
  s.version = "0.0.1"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Stephen Celis"]
  s.date = %q{2009-05-10}
  s.description = %q{Free progress dots for your scripts.}
  s.email = ["stephen@stephencelis.com"]
  s.extra_rdoc_files = ["History.rdoc", "Manifest.txt", "README.rdoc"]
  s.files = ["History.rdoc", "Manifest.txt", "Rakefile", "README.rdoc", "cucumber.yml", "dots.gemspec", "features", "features/dots.feature", "features/step_definitions/dots_steps.rb", "features/support/env.rb", "lib", "lib/dots/kaoemoji.rb", "lib/dots/rainbows.rb", "lib/dots/redgreen.rb", "lib/dots.rb", "spec/dots_spec.rb"]
  s.has_rdoc = true
  s.rdoc_options = ["--main", "README.rdoc"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{dots}
  s.rubygems_version = %q{1.3.2}
  s.summary = %q{Free progress dots for your scripts}
  s.homepage = "http://github.com/stephencelis/dots"
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
  end
end