Sha256: 281a40e4a97cef2ed44eb8f6b7b9970c140b52472a11a3503c3751c8fcd7246f

Contents?: true

Size: 1.28 KB

Versions: 18

Compression:

Stored size: 1.28 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        = "bin"
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "tomlrb", "~> 2.0"
  spec.add_dependency "librariesio-gem-parser"
  spec.add_dependency "ox", ">= 2.8.1"
  spec.add_dependency "typhoeus"
  spec.add_dependency "deb_control"
  spec.add_dependency "sdl4r"
  spec.add_dependency "commander"
  spec.add_dependency "strings-ansi"
  spec.add_dependency "strings"

  spec.add_development_dependency "pry"
  spec.add_development_dependency "rake", "~> 12.0"
  spec.add_development_dependency "rspec", "~> 3.0"
  spec.add_development_dependency "webmock"
  spec.add_development_dependency "vcr"
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
bibliothecary-7.3.6 bibliothecary.gemspec
bibliothecary-7.3.5 bibliothecary.gemspec
bibliothecary-7.3.4 bibliothecary.gemspec
bibliothecary-7.3.3 bibliothecary.gemspec
bibliothecary-7.3.2 bibliothecary.gemspec
bibliothecary-7.3.1 bibliothecary.gemspec
bibliothecary-7.3.0 bibliothecary.gemspec
bibliothecary-7.2.1 bibliothecary.gemspec
bibliothecary-7.2.0 bibliothecary.gemspec
bibliothecary-7.1.5 bibliothecary.gemspec
bibliothecary-7.1.4 bibliothecary.gemspec
bibliothecary-7.1.3 bibliothecary.gemspec
bibliothecary-7.1.2 bibliothecary.gemspec
bibliothecary-7.1.1 bibliothecary.gemspec
bibliothecary-7.1.0 bibliothecary.gemspec
bibliothecary-7.0.2 bibliothecary.gemspec
bibliothecary-7.0.1 bibliothecary.gemspec
bibliothecary-7.0.0 bibliothecary.gemspec