Sha256: 1da4849168b6b132074637c3b1ee92d61a1f139a1668cb5e9ba9bb922c401896

Contents?: true

Size: 822 Bytes

Versions: 1

Compression:

Stored size: 822 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "libyajl2"
  spec.version       = Libyajl2::VERSION
  spec.authors       = ["lamont-granquist"]
  spec.email         = ["lamont@chef.io"]
  spec.summary       = %q{Installs a vendored copy of libyajl2 for distributions which lack it}
  spec.description   = spec.summary
  spec.homepage      = "https://github.com/chef/libyajl2-gem"
  spec.licenses      = ["Apache-2.0"]

  spec.files         = Dir.glob("{ext,lib,spec}/**/*") +
    %w{Gemfile Rakefile libyajl2.gemspec bootstrap.sh LICENSE}
  spec.test_files    = spec.files.grep(%r{^spec/})
  spec.require_paths = ["lib"]

  spec.extensions = Dir["ext/**/extconf.rb"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
libyajl2-2.1.0 libyajl2.gemspec