# -*- encoding: utf-8 -*- require File.expand_path('../lib/celsius-core/version', __FILE__) Gem::Specification.new do |gem| gem.name = "celsius-core" gem.authors = ["René Sprotte", "Michael Sievers"] gem.email = ["ubpb-celsius@googlegroups.com"] gem.description = "Common Library Search Interface - core components" gem.summary = "celsius-core-#{Celsius::Core::VERSION}" gem.homepage = "http://github.com/ubpb/celsius-core" gem.license = "MIT" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.version = Celsius::Core::VERSION end