Sha256: 0d45013b284c8cc52b33ed6d5caef5079e15fb3435c998cb35c3a4db16d73702

Contents?: true

Size: 555 Bytes

Versions: 3

Compression:

Stored size: 555 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
require 'cpe/version'

Gem::Specification.new do |s|
  s.name = "cpe"
  s.version = CPE::VERSION

  s.description = "Library for parsing and generating Common Platform Enumeration strings (see http://cpe.mitre.org)"
  s.summary = "CPE parsing and generating"
  s.authors = ["Chris Wuest"]
  s.email = "chris@chriswuest.com"
  s.homepage = "http://github.com/cwuest/ruby-cpe"

  s.files = `git ls-files`.split("\n")
	s.test_files = s.files.select { |f| f =~ /^test\/test_/ }

  s.license = 'MIT'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cpe-0.5.0 cpe.gemspec
cpe-0.4.0 cpe.gemspec
cpe-0.3.1 cpe.gemspec