Sha256: 5f994ee361adf2bf83624d59935fa64baa69e4eb7ef8e7ad4512776d0eb2e44b

Contents?: true

Size: 1 KB

Versions: 3

Compression:

Stored size: 1 KB

Contents

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

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

  s.add_runtime_dependency 'twss-classifier', '~> 0'
  s.add_runtime_dependency 'calc', '~> 1'
  s.add_runtime_dependency 'nokogiri', '~> 1.5'
  s.add_runtime_dependency 'rubypress', '~> 1'
  s.add_runtime_dependency 'sclemmer-robut', '~> 0'
  s.add_runtime_dependency 'trollop', '~> 2'
  s.add_runtime_dependency 'awesome_print', '~> 1'
  s.add_runtime_dependency 'daybreak', '~> 0'
  s.add_runtime_dependency 'hipchat', '~> 1'

  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

3 entries across 3 versions & 1 rubygems

Version Path
robit-1.0.3 robit.gemspec
robit-1.0.2 robit.gemspec
robit-1.0.1 robit.gemspec