Sha256: 6b0a101e430084228b4cf82aaae658ee19b96f8a90ea8109c6e4d03b0e719c55

Contents?: true

Size: 1.11 KB

Versions: 10

Compression:

Stored size: 1.11 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "bibliothecary"
  spec.version       = Bibliothecary::VERSION
  spec.authors       = ["Andrew Nesbitt"]
  spec.email         = ["andrewnez@gmail.com"]

  spec.summary       = "Find and parse manifests"
  spec.homepage      = "https://github.com/librariesio/bibliothecary"
  spec.license       = "AGPL-3.0"

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

  spec.add_dependency "toml-rb", "~> 0.3.9"
  spec.add_dependency "librariesio-gem-parser"
  spec.add_dependency "ox"
  spec.add_dependency "typhoeus"
  spec.add_dependency "deb_control"
  spec.add_dependency "sdl4r"

  spec.add_development_dependency "bundler", "~> 1.11"
  spec.add_development_dependency "rake", "~> 12.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bibliothecary-5.3.4 bibliothecary.gemspec
bibliothecary-5.3.3 bibliothecary.gemspec
bibliothecary-5.3.2 bibliothecary.gemspec
bibliothecary-5.3.1 bibliothecary.gemspec
bibliothecary-5.3.0 bibliothecary.gemspec
bibliothecary-5.2.0 bibliothecary.gemspec
bibliothecary-5.1.0 bibliothecary.gemspec
bibliothecary-5.0.2 bibliothecary.gemspec
bibliothecary-5.0.1 bibliothecary.gemspec
bibliothecary-5.0.0 bibliothecary.gemspec