Sha256: 071cf9549e837446b41d6cbb17c6adb3b85775e22fdb35724df67a55d2cac403

Contents?: true

Size: 618 Bytes

Versions: 1

Compression:

Stored size: 618 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__), 'lib')
require 'pilcrow/version'  

Gem::Specification.new do |s|
  s.name     = "pilcrow"
  s.version  = ::Pilcrow::VERSION
  s.authors  = ["Cameron Dutro"]
  s.email    = ["camertron@gmail.com"]
  s.homepage = "http://github.com/camertron"

  s.description = s.summary = "Automatically inserts non-with spaces between words in text from STDIN"

  s.platform = Gem::Platform::RUBY
  s.has_rdoc = true

  s.require_path = 'lib'
  s.files = Dir["{lib,spec,vendor}/**/*", "Gemfile", "History.txt", "README.md", "Rakefile", "pilcrow.gemspec"]
  s.executables << 'pilcrow'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pilcrow-1.0.0 pilcrow.gemspec