Sha256: 0b0beb7f75bc730f0599c52837e3787d05b675d552eb0a1135b21f878f243bcd
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'blacklight_marc/version' Gem::Specification.new do |spec| spec.name = "blacklight_marc" spec.version = BlacklightMarc::VERSION spec.authors = ["Justin Coyne"] spec.email = ["justin@curationexperts.com"] spec.description = %q{SolrMarc support for Blacklight} spec.summary = %q{SolrMarc support for Blacklight} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_dependency "railties", ">= 3.2.6", "< 5" # Let's allow future versions of marc, count on # them to be backwards compat until 1.1 spec.add_dependency "marc", ">= 0.4.3", "< 1.1" # Marc record parser. end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight_marc-0.0.4 | blacklight_marc.gemspec |
blacklight_marc-0.0.3 | blacklight_marc.gemspec |