Sha256: 0df7ec774fc5d5639fbe92128c2ad114510d246b696edf1da1cc58748fbee060

Contents?: true

Size: 845 Bytes

Versions: 7

Compression:

Stored size: 845 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path(File.join('..', 'lib'), __FILE__)
require 'bourdain/metadata'

Gem::Specification.new do |s|
  s.name        = 'bourdain'
  s.version     = Bourdain::VERSION
  s.platform    = Gem::Platform::RUBY
  s.author      = Bourdain::AUTHOR
  s.email       = Bourdain::EMAIL
  s.homepage    = Bourdain::HOMEPAGE
  s.summary     = Bourdain::SUMMARY
  s.description = Bourdain::SUMMARY + '.'

  s.add_runtime_dependency 'pmap'
  s.add_runtime_dependency 'gitlab'
  s.add_runtime_dependency 'trollop'
  s.add_runtime_dependency 'colorize'
  s.add_runtime_dependency 'activesupport'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- test/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File::basename(f) }
  s.require_paths = %w[ lib ]
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bourdain-1.2.19 bourdain.gemspec
bourdain-1.2.18 bourdain.gemspec
bourdain-1.2.17 bourdain.gemspec
bourdain-1.2.16 bourdain.gemspec
bourdain-1.2.15 bourdain.gemspec
bourdain-1.2.14 bourdain.gemspec
bourdain-1.2.13 bourdain.gemspec