libyajl2.gemspec
UNKNOWN
Verdict: BENIGN
Local reference
Suspicious dependency
Inferred
| 1 |
# coding: utf-8 |
|
| 2 |
lib = File.expand_path('../lib', __FILE__) |
|
| 3 |
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) |
|
| 4 |
require 'libyajl2/version' |
|
| 5 |
|
|
| 6 |
Gem::Specification.new do |spec| |
Ruby gemspec assigns package name |
| 7 |
spec.name = "libyajl2" |
|
| 8 |
spec.version = Libyajl2::VERSION |
|
| 9 |
spec.authors = ["lamont-granquist"] |
|
| 10 |
spec.email = ["lamont… |
|
| 11:16 |
… = %q{Installs a vendored copy of libyajl2 for distributions which lack it} |
|
| 12 |
spec.description = spec.summary |
|
| 13 |
spec.homepage = "https://github.com/opscode/libyajl2-gem" |
References a public code-forge URL |
| 14 |
spec.licenses = ["Apache 2.0"] |
|
| 15 |
|
|
| 16 |
spec.files = Dir.glob("{ext,lib,spec}/**/*") + |
Enumerates files with a recursive Ruby glob |
| 17 |
%w{Gemfile Rakefile CONTRIBUTING.md README.md libyajl2.gemspec bootstrap.sh LICENSE} |
|
| 18 |
spec.executables = spec.file… |
|
| 19:22 |
…= spec.files.grep(%r{^spec/}) |
|
| 20 |
spec.require_paths = ["lib"] |
|
| 21 |
|
|
| 22 |
spec.extensions = Dir["ext/**/extconf.rb"] |
Gemspec declares a native extension build file |
| 23 |
|
|
| 24 |
# required for 'rake spec' |
|
| 25 |
spec.add_development_dependency "bundler" |
|
| 26 |
spec.add_development_dependency "rake" |
|
| 27 |
# rake-compiler 0.9.2 is required for rbx compiles, and in turn requires rubygems >= 1.8.25 |
|
| 28 |
spec.add_development_dependency "rake-compiler", "~> 0.9"… |
|
Micro-behaviors
| 11:16 |
… = %q{Installs a vendored copy of libyajl2 for distributions which lack it} |
|
| 12 |
spec.description = spec.summary |
|
| 13 |
spec.homepage = "https://github.com/opscode/libyajl2-gem" |
|
| 14 |
spec.licenses = ["Apache 2.0"] |
|
| 15 |
|
|
| 16 |
spec.files = Dir.glob("{ext,lib,spec}/**/*") + |
|
| 17 |
%w{Gemfile Rakefile CONTRIBUTING.md README.md libyajl2.gemspec bootstrap.sh LICENSE} |
|
| 18 |
spec.executables = spec.file… |
|
| 11:16 |
… = %q{Installs a vendored copy of libyajl2 for distributions which lack it} |
|
| 12 |
spec.description = spec.summary |
|
| 13 |
spec.homepage = "https://github.com/opscode/libyajl2-gem" |
|
| 14 |
spec.licenses = ["Apache 2.0"] |
|
| 15 |
|
|
| 16 |
spec.files = Dir.glob("{ext,lib,spec}/**/*") + |
|
| 17 |
%w{Gemfile Rakefile CONTRIBUTING.md README.md libyajl2.gemspec bootstrap.sh LICENSE} |
|
| 18 |
spec.executables = spec.file… |
|
| 11:16 |
… = %q{Installs a vendored copy of libyajl2 for distributions which lack it} |
|
| 12 |
spec.description = spec.summary |
|
| 13 |
spec.homepage = "https://github.com/opscode/libyajl2-gem" |
|
| 14 |
spec.licenses = ["Apache 2.0"] |
|
| 15 |
|
|
| 16 |
spec.files = Dir.glob("{ext,lib,spec}/**/*") + |
|
| 17 |
%w{Gemfile Rakefile CONTRIBUTING.md README.md libyajl2.gemspec bootstrap.sh LICENSE} |
|
| 18 |
spec.executables = spec.file… |
|
Metadata
| 1 |
# coding: utf-8 |
|
| 2 |
lib = File.expand_path('../lib', __FILE__) |
|
| 3 |
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) |
|
| 4 |
require 'libyajl2/version' |
|
| 5 |
|
|
| 6 |
Gem::Specification.new do |spec| |
|
| 7 |
spec.name = "libyajl2" |
|
| 8 |
spec.version = Libyajl2::VERSION |
|
| 9 |
spec.authors = ["lamont-granquist"] |
|
| 10 |
spec.email = ["lamont… |
|
| 19:22 |
…= spec.files.grep(%r{^spec/}) |
|
| 20 |
spec.require_paths = ["lib"] |
|
| 21 |
|
|
| 22 |
spec.extensions = Dir["ext/**/extconf.rb"] |
|
| 23 |
|
|
| 24 |
# required for 'rake spec' |
|
| 25 |
spec.add_development_dependency "bundler" |
|
| 26 |
spec.add_development_dependency "rake" |
|
| 27 |
# rake-compiler 0.9.2 is required for rbx compiles, and in turn requires rubygems >= 1.8.25 |
|
| 28 |
spec.add_development_dependency "rake-compiler", "~> 0.9"… |
|
| 19:22 |
…= spec.files.grep(%r{^spec/}) |
|
| 20 |
spec.require_paths = ["lib"] |
|
| 21 |
|
|
| 22 |
spec.extensions = Dir["ext/**/extconf.rb"] |
|
| 23 |
|
|
| 24 |
# required for 'rake spec' |
|
| 25 |
spec.add_development_dependency "bundler" |
|
| 26 |
spec.add_development_dependency "rake" |
|
| 27 |
# rake-compiler 0.9.2 is required for rbx compiles, and in turn requires rubygems >= 1.8.25 |
|
| 28 |
spec.add_development_dependency "rake-compiler", "~> 0.9"… |
|
| 11:16 |
… = %q{Installs a vendored copy of libyajl2 for distributions which lack it} |
|
| 12 |
spec.description = spec.summary |
|
| 13 |
spec.homepage = "https://github.com/opscode/libyajl2-gem" |
|
| 14 |
spec.licenses = ["Apache 2.0"] |
|
| 15 |
|
|
| 16 |
spec.files = Dir.glob("{ext,lib,spec}/**/*") + |
|
| 17 |
%w{Gemfile Rakefile CONTRIBUTING.md README.md libyajl2.gemspec bootstrap.sh LICENSE} |
|
| 18 |
spec.executables = spec.file… |
|
-
0
# 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
Identity
| SHA-256 |
d14d947e9d6e87a561be2a3235cb9a9f27009ce76ae976ff3bc5148f3eff33ed |
| Filename |
libyajl2.gemspec |
Origin
| Source |
x |
| Feed |
pkg.go.dev |
| Ecosystem |
go |
Timeline
| First seen |
16 Aug 2026 05:39 UTC |
| First analyzed |
16 Aug 2026 05:41 UTC |
| Last analyzed |
16 Aug 2026 05:41 UTC |
| Last updated |
16 Aug 2026 05:39 UTC |