Sha256: 52aa1f04878ed54c9683200a6e86d0a65428fe4eb53919d45de1f0c8df36dff4

Contents?: true

Size: 1018 Bytes

Versions: 6

Compression:

Stored size: 1018 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "puree"
  spec.version       = Puree::VERSION
  spec.authors       = ["Adrian Albin-Clark"]
  spec.email         = ["a.albin-clark@lancaster.ac.uk"]
  spec.summary       = %q{A client for the Pure Research Information System API.}
  spec.description   = %q{Consumes the Pure Research Information System API and puts the metadata into simple data structures.}
  spec.homepage      = "https://aalbinclark.gitbooks.io/puree"
  spec.license       = "MIT"
  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.required_ruby_version = '~> 2.1'

  spec.add_runtime_dependency 'http', '~> 2.0'
  spec.add_runtime_dependency 'nokogiri', '~> 1.6'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
puree-0.20.0 puree.gemspec
puree-0.19.2 puree.gemspec
puree-0.19.1 puree.gemspec
puree-0.19.0 puree.gemspec
puree-0.18.0 puree.gemspec
puree-0.17.1 puree.gemspec