Sha256: ffb2901e5090137997337ac179f3cc1fb0221c15ab0a6f9b476e59f8e2d067c2

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "jquery-mask-plugin"
  spec.version       = Jquery::Mask::Plugin::VERSION
  spec.authors       = ["Ilton Garcia"]
  spec.email         = ["ton.garcia.jr@gmail.com"]

  spec.summary       = 'Igor Escobar jquery mask plugin GEM by Ilton Garcia'
  spec.description   = 'Igor Escobar jquery mask plugin GEM by Ilton Garcia'
  spec.homepage      = "https://github.com/TonFw/jquery-mask-gem"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.11"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_dependency "railties", "> 3.1", '< 5.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jquery-mask-plugin-0.1.1 jquery-mask-plugin.gemspec