Sha256: c1baa7420423544f57dae2f69836037bc0fc879ef126c5c2d3db340259cd3ecc

Contents?: true

Size: 1.57 KB

Versions: 1

Compression:

Stored size: 1.57 KB

Contents

# -*- encoding: utf-8 -*-
require_relative 'lib/alexandria/version'

Gem::Specification.new do |s|
  s.name = 'alexandria-book-collection-manager'
  s.version = Alexandria::VERSION

  s.summary = 'GNOME application for managing collections of books'
  s.required_ruby_version = '>= 1.9.3'

  s.authors = [
    'Alexander McCormmach',
    'Aymeric Nys',
    'Cathal Mc Ginley',
    'Claudio Belotti',
    'Constantine Evans',
    'Dafydd Harries',
    'Javier Fernandez-Sanguino Pena',
    'Joseph Method',
    'Kevin Schultz',
    'Laurent Sansonetti',
    'Marco Costantini',
    'Mathieu Leduc-Hamel',
    'Matijs van Zuijlen',
    'Owain Evans',
    'Pascal Terjan',
    'Rene Samselnig',
    'Robby Stephenson',
    'Sun Ning',
    'Takayuki Kusano',
    'Timothy Malone',
    'Zachary P. Landau'
  ]
  s.email = ['matijs@matijs.net']
  s.homepage = 'http://www.github.com/mvz/alexandria-book-collection-manager'

  s.license = 'GPL-2'

  s.files = `git ls-files -z`.split("\0") |
    ['lib/alexandria/default_preferences.rb']

  s.executables = ['alexandria']

  s.rdoc_options = ['--main', 'README.md']

  s.add_runtime_dependency('gettext', ['~> 3.1'])
  s.add_runtime_dependency('hpricot', ['~> 0.8.5'])
  s.add_runtime_dependency('htmlentities', ['~> 4.3'])
  s.add_runtime_dependency('gtk3', ['~> 3.0.9'])
  s.add_runtime_dependency('gio2', ['~> 3.0.9'])
  s.add_runtime_dependency('gstreamer', ['~> 3.0'])

  s.add_development_dependency('minitest', ['~> 5.0'])
  s.add_development_dependency('rake', ['~> 11.1'])
  s.add_development_dependency('rspec', ['~> 3.0'])

  s.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alexandria-book-collection-manager-0.7.0 alexandria-book-collection-manager.gemspec