Sha256: 3efa507d4cbf6cf0afaed11df5cf8dc28beb262142fe6400828b7ec872312e21
Contents?: true
Size: 637 Bytes
Versions: 3
Compression:
Stored size: 637 Bytes
Contents
require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "colorize" gemspec.summary = "Add colors methods to string class" gemspec.email = "fazibear@gmail.com" gemspec.homepage = "http://github.com/fazibear/colorize" gemspec.description = "Ruby string class extension. It add some methods to set color, background color and text effect on console easier. Uses ANSI escape sequences." gemspec.authors = ["fazibear"] end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
colorize-0.5.8 | Rakefile |
colorize-0.5.7 | Rakefile |
colorize-0.5.6 | Rakefile |