Sha256: db61577ff58f00944540cc8a68dc83e6d88bae73d2da065ff0489aca1b988825

Contents?: true

Size: 622 Bytes

Versions: 2

Compression:

Stored size: 622 Bytes

Contents

Gem::Specification.new do |s|
  # static stuff
  s.name     = 'buildar'
  s.summary  = 'Buildar adds rake tasks to assist with gem publishing'
  s.author   = 'Rick Hull'
  s.homepage = 'https://github.com/rickhull/buildar'
  s.license  = 'MIT'
  s.has_rdoc = true
  s.description = 'Buildar helps automate the release process with versioning, building, packaging, and publishing.  Optional git integration.'

  s.required_ruby_version = "~> 2"

  # dynamic assignments
  s.version  = File.read(File.join(__dir__, 'VERSION')).chomp
  s.files =
    File.readlines(File.join(__dir__, 'MANIFEST.txt')).map { |f| f.chomp }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildar-3.0.0.2 buildar.gemspec
buildar-3.0.0.1 buildar.gemspec