Sha256: e5c87bed401bd98ad5f6dd8a40998b93ed7ef691da8035f1bf1b832f783f40cb

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "MX-ID"
  spec.version       = MX::ID::VERSION # `git describe --tags --abbrev=0`.strip
  spec.authors       = ["Pablo Ruiz"]
  spec.email         = ["pjruiz@maquech.com.mx"]
  spec.summary       = %q{Mexican government identifiers utilities / Utilerías para lidiar con identifcadores del gobierno mexicano}
  spec.description   = %q{Mexican government identifiers utilities / Utilerías para lidiar con identifcadores del gobierno mexicano}
  spec.homepage      = "https://github.com/Maquech/MX-ID"
  spec.license       = "MIT"
  spec.post_install_message = "¡Viva México!"

  spec.required_ruby_version = '>= 1.9.3'
  spec.files         = `git ls-files -z`.split("\x0")
  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_dependency 'activesupport'
  spec.add_dependency 'numbers_and_words'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
MX-ID-0.0.1.pre MX-ID.gemspec