Sha256: 15f42283bf4daf43dd8bda5ba4826208d12b71e40c55b905fff3b595b41b5747

Contents?: true

Size: 941 Bytes

Versions: 8

Compression:

Stored size: 941 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "url_format"
  spec.version       = UrlFormat::VERSION
  spec.authors       = ["John Otander"]
  spec.email         = ["johnotander@gmail.com"]
  spec.description   = %q{Validate the url format of an attribute.}
  spec.summary       = %q{Validate the url format of an attribute.}
  spec.homepage      = "https://github.com/johnotander/url_format"
  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"
  spec.add_development_dependency "rspec"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
url_format-0.0.8 url_format.gemspec
url_format-0.0.7 url_format.gemspec
url_format-0.0.6 url_format.gemspec
url_format-0.0.5 url_format.gemspec
url_format-0.0.4 url_format.gemspec
url_format-0.0.3 url_format.gemspec
url_format-0.0.2 url_format.gemspec
url_format-0.0.1 url_format.gemspec