Sha256: 8ee236388426c9422afe6ad94c8b1df38b830318ff5d60f793d7aeb9e52219f6

Contents?: true

Size: 715 Bytes

Versions: 2

Compression:

Stored size: 715 Bytes

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'typeright/version'

Gem::Specification.new do |s|
  s.name        = 'typeright'
  s.version     = Typeright::VERSION
  s.platform    = Gem::Platform::RUBY

  s.authors     = ['Marcos Piccinini']
  s.homepage    = 'http://github.com/nofxx/typeright'
  s.email       = 'x@nofxx.com'
  s.description = 'Make text beautiful'
  s.summary     = 'Make text UTF-8 beautiful'
  s.license     = 'MIT'

  s.executables = ['typeright']
  s.default_executable = 'typeright'

  s.files = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ['lib']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typeright-0.0.5 typeright.gemspec
typeright-0.0.3 typeright.gemspec