Sha256: c33933cd6cce6efef4ed4c0553a464101421aacd82e5e4c6b25aed1581f31e76

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

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

Gem::Specification.new do |gem|
  gem.name          = "clear_helper"
  gem.version       = ClearHelper::VERSION
  gem.authors       = ["Philip Hallstrom"]
  gem.email         = ["philip@pjkh.com"]
  gem.description   = %q{A Rails helper method to simplify generation of "clear" divs}
  gem.summary       = %q{ClearHelper is a simple method helper to make creating a "cleared" div simple and consistent across platforms.  You can specify whether you want to clear 'both', 'left', or 'right' and set the height of the div in any unit you want (defaults to pixels)}
  gem.homepage      = "https://github.com/phallstrom/clear_helper"
  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
clear_helper-0.0.2 clear_helper.gemspec