Sha256: 863838f73562c0b20491c919059ba8a2771c8888c88d0e1b045c01b05239bfc2

Contents?: true

Size: 990 Bytes

Versions: 6

Compression:

Stored size: 990 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'ruboty/good_night/version'

Gem::Specification.new do |spec|
  spec.name          = "ruboty-good-night"
  spec.version       = Ruboty::GoodNight::VERSION
  spec.authors       = ["adorechic"]
  spec.email         = ["adorechic@gmail.com"]

  spec.summary       = %q{Say good night to ruboty.}
  spec.description   = %q{Ruboty says good night when ruboty goes to bed.}
  spec.homepage      = "https://github.com/adorechic/ruboty-good-night"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "minitest"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruboty-good-night-0.1.4 ruboty-good-night.gemspec
ruboty-good-night-0.1.3 ruboty-good-night.gemspec
ruboty-good-night-0.1.2 ruboty-good-night.gemspec
ruboty-good-night-0.1.1 ruboty-good-night.gemspec
ruboty-good-night-0.1.0 ruboty-good-night.gemspec
ruboty-good-night-0.0.1 ruboty-good-night.gemspec