Sha256: 968b0b38c4468500089679af3576478ca7cfa5a54103c1d80bcb95f21f6b910b

Contents?: true

Size: 775 Bytes

Versions: 1

Compression:

Stored size: 775 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'colorize'
  s.version = '0.7.0'

  s.authors = ['fazibear']
  s.email = 'fazibear@gmail.com'
  
  s.date = '2012-09-15'
  
  s.homepage = 'http://github.com/fazibear/colorize'
  s.description = 'Ruby String class extension. Adds methods to set text color, background color and, text effects on ruby console and command line output, using ANSI escape sequences.'
  s.summary = 'Add color methods to String class'
  s.license = 'GPL-2'

  s.require_paths = ['lib']
  
  s.files = [
    'LICENSE',
    'CHANGELOG',
    'README.md',
    'Rakefile',
    'colorize.gemspec',
    'lib/colorize.rb',
    'test/test_colorize.rb',
    'test/test_helper.rb'
  ]
  s.test_files = [
    'test/test_helper.rb',
    'test/test_colorize.rb'
  ]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
colorize-0.7.0 colorize.gemspec