Sha256: dba2a5520d196b67837e0f025c7f814f2c530dcbd81993b41906f2112c656fcf

Contents?: true

Size: 855 Bytes

Versions: 1

Compression:

Stored size: 855 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "thumbnail_hover_effect"
  spec.version       = ThumbnailHoverEffect::VERSION
  spec.authors       = ["gotqn"]
  spec.email         = ["george_27@abv.bg"]
  spec.description   = 'Simple image hover effects generators for your application'
  spec.summary       = ''
  spec.homepage      = ""
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thumbnail_hover_effect-0.0.1 thumbnail_hover_effect.gemspec