Sha256: eebab1cd7e5ac8bfb0a7ceecec7c0930598978fd6239cdee3952b3f722dbf4aa

Contents?: true

Size: 871 Bytes

Versions: 1

Compression:

Stored size: 871 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'link_out_to_helper/version'

Gem::Specification.new do |gem|
  gem.name          = "link_out_to_helper"
  gem.version       = LinkOutToHelper::VERSION
  gem.authors       = ["Philip Hallstrom"]
  gem.email         = ["philip@pjkh.com"]
  gem.description   = %q{link_out_to automatically sets a :target of _blank to your links.}
  gem.summary       = %q{link_out_to automatically sets a :target of _blank to your links.}
  gem.homepage      = "https://github.com/phallstrom/link_out_to"
  gem.license       = "MIT"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
link_out_to_helper-0.0.2 clear_helper.gemspec