Sha256: e7dbce540b545c81c5920ade769c67185190913c9e421c0dcdeef1306577d2bc

Contents?: true

Size: 616 Bytes

Versions: 2

Compression:

Stored size: 616 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.description = 'Buildar helps automate the release process with versioning, building, packaging, and publishing.  Optional git integration.'

  s.required_ruby_version = ">= 2"

  s.version  = File.read(File.join(__dir__, 'VERSION')).chomp
  s.files  = %w[buildar.gemspec VERSION README.md Rakefile]
  s.files += Dir['lib/**/*.rb']
  s.files += Dir['test/**/*.rb']
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
buildar-3.1.1.1 buildar.gemspec
buildar-3.1.0.1 buildar.gemspec