Sha256: bc94e9c8d1bc9f1f398725545ac538d9a6516d84e0e0732cb7dd34b6dd64e8bf
Contents?: true
Size: 639 Bytes
Versions: 3
Compression:
Stored size: 639 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "shell-spinner/version" Gem::Specification.new do |s| s.name = "shell-spinner" s.version = ShellSpinner::VERSION s.authors = ["Ivan Garmatenko"] s.email = %w(cheef.che@gmail.ru) s.homepage = "https://github.com/cheef/shell-spinner" s.summary = %q{Animated spinner for shell} s.description = %q{Gem provides animated spinner for UNIX shell and could be used with rake tasks and any console scripts} s.files = `git ls-files`.split("\n") s.require_paths = %w(lib) s.add_runtime_dependency "colorize" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shell-spinner-1.0.3 | shell-spinner.gemspec |
shell-spinner-1.0.1 | shell-spinner.gemspec |
shell-spinner-1.0.0 | shell-spinner.gemspec |