Sha256: 3f24ef67a5aa28978bdf0cbe8158c1b37913cd8336b8a046b736b29c1a1df69f

Contents?: true

Size: 1.27 KB

Versions: 10

Compression:

Stored size: 1.27 KB

Contents

# -*- encoding: utf-8 -*-

require File.dirname(__FILE__) + "/lib/paint/version"

Gem::Specification.new do |s|
  s.name        = "paint"
  s.version     = Paint::VERSION
  s.authors     = ["Jan Lelis"]
  s.email       = ["hi@ruby.consulting"]
  s.homepage    = "https://github.com/janlelis/paint"
  s.summary     = "Terminal painter!"
  s.description = "Terminal painter with RGB and 256 (fallback) color and terminal effects support. No string extensions! Usage: Paint['string', :red, :bright]"
  s.license = 'MIT'

  s.files = %w[
    paint.gemspec
    Rakefile
    .rspec
    .travis.yml
    lib/paint.rb
    lib/paint/pa.rb
    lib/paint/rgb_colors.rb
    lib/paint/constants.rb
    lib/paint/util.rb
    lib/paint/version.rb
    data/rgb_colors.marshal.gz
  ]
  s.extra_rdoc_files = %w[
    README.md
    CHANGELOG.md
    MIT-LICENSE.txt
  ]

  s.required_ruby_version = '>= 1.9.3'
  s.add_development_dependency 'rspec', '~> 3.2'
  s.add_development_dependency 'rake', '~> 12.3'
  s.add_development_dependency 'benchmark-ips', '~> 2.7'
  s.add_development_dependency 'rainbow', '~> 3.0'
  s.add_development_dependency 'term-ansicolor', '~> 1.7'
  s.add_development_dependency 'ansi', '~> 1.5'
  s.add_development_dependency 'hansi', '~> 0.2'
  s.add_development_dependency 'pastel', '~> 0.7'
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
ric-0.14.2 vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/paint.gemspec
ric-0.14.1 vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/paint.gemspec
ric-0.14.0 vendor/bundle/ruby/2.7.0/gems/paint-2.2.1/paint.gemspec
paint-2.2.1 paint.gemspec
pokedex-terminal-0.2.8 vendor/bundle/ruby/2.7.0/gems/paint-2.2.0/paint.gemspec
pokedex-terminal-0.2.7 vendor/bundle/ruby/2.7.0/gems/paint-2.2.0/paint.gemspec
pokedex-terminal-0.2.6 vendor/bundle/ruby/2.7.0/gems/paint-2.2.0/paint.gemspec
pokedex-terminal-0.2.5 vendor/bundle/ruby/2.7.0/gems/paint-2.2.0/paint.gemspec
pokedex-terminal-0.2.4 vendor/bundle/ruby/2.7.0/gems/paint-2.2.0/paint.gemspec
paint-2.2.0 paint.gemspec