Sha256: 6a5fce81c7fc221edee99040d3f40c75ccfa8625159635e923101cbe4f51830c

Contents?: true

Size: 986 Bytes

Versions: 2

Compression:

Stored size: 986 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "xib_image_validator"
  spec.version       = XibImageValidator::VERSION
  spec.authors       = ["Igor Makarov"]
  spec.email         = ["igormaka@gmail.com"]

  spec.summary       = "XIB Image Validator"
  spec.description   = "A gem that ensures you have the proper image files that you've referenced in your XIBs."
  spec.homepage      = "https://github.com/igor-makarov/xib-image-validator"
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.12"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xib_image_validator-0.1.1 xib_image_validator.gemspec
xib_image_validator-0.1.0 xib_image_validator.gemspec