Sha256: f0f29982c7846da63a7d2217ca36297f1fca16123c8bd1f8a762a4b367b541a6

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 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.6.3'
  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

5 entries across 5 versions & 1 rubygems

Version Path
robit-1.0.8 robit.gemspec
robit-1.0.7 robit.gemspec
robit-1.0.6 robit.gemspec
robit-1.0.5 robit.gemspec
robit-1.0.4 robit.gemspec