Sha256: 396647c0aa7b047e5096d5a419508f9b5d80b7d8f55a8f0f005e4cdaa8749a55

Contents?: true

Size: 768 Bytes

Versions: 6

Compression:

Stored size: 768 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "upstart-exporter/version"

Gem::Specification.new do |s|
  s.name        = "upstart-exporter"
  s.version     = Upstart::Exporter::VERSION
  s.authors     = ["Ilya Averyanov", "Egor Blinov"]
  s.email       = ["ilya@averyanov.org", "monshq@gmail.com"]
  s.homepage    = ""
  s.summary     = %q{Gem for converting extended Procfile-like files to upstart scripts}
  s.description = %q{Gem for converting extended Procfile-like files to upstart scripts}

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
upstart-exporter-2.1.5 upstart-exporter.gemspec
upstart-exporter-2.1.4 upstart-exporter.gemspec
upstart-exporter-2.1.3 upstart-exporter.gemspec
upstart-exporter-2.1.2 upstart-exporter.gemspec
upstart-exporter-2.1.1 upstart-exporter.gemspec
upstart-exporter-2.0.1 upstart-exporter.gemspec