Sha256: 38690dc651b27bba2e52791359666e964ae5f2ba42b23df4d3aae0e93f5702c6
Contents?: true
Size: 870 Bytes
Versions: 1
Compression:
Stored size: 870 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/version", __FILE__) Gem::Specification.new do |s| s.name = "yes_ship_it" s.version = YSI::VERSION s.license = 'MIT' s.platform = Gem::Platform::RUBY s.authors = ['Cornelius Schumacher'] s.email = ['schumacher@kde.org'] s.homepage = "http://github.com/cornelius/yes_ship_it" s.summary = "The ultimate release script" s.description = "Whenever the answer is 'Yes, ship it!' you will need yes_ship_it. It is the ultimate helper in releasing software.." s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "yes_ship_it" s.add_development_dependency "rspec", "~>3" s.add_development_dependency "given_filesystem" s.add_development_dependency "cli_tester" s.files = `git ls-files`.split("\n") s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yes_ship_it-0.0.2 | yes_ship_it.gemspec |