Sha256: 42863d8042261e149fb11b75bd61829b37952a49da1270b12e1d1c45af52cab7
Contents?: true
Size: 884 Bytes
Versions: 1
Compression:
Stored size: 884 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'verse/version' Gem::Specification.new do |spec| spec.name = "verse" spec.version = Verse::VERSION spec.authors = ["Piotr Murach"] spec.email = [""] spec.summary = %q{Text transformations such as truncation, wrapping, aligning, indentation and grouping of words.} spec.description = %q{Text transformations such as truncation, wrapping, aligning, indentation and grouping of words.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(spec)/}) spec.require_paths = ['lib'] spec.add_development_dependency 'bundler', '~> 1.5' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
verse-0.1.1 | verse.gemspec |