Sha256: 52bd3839e9c88ae43e893fabcbf41a9919a3bb7745fc5231bac541e86dcdd216

Contents?: true

Size: 576 Bytes

Versions: 1

Compression:

Stored size: 576 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'dayrb'
  s.version     = '2.0.6'
  s.required_ruby_version = '>= 3.0'
  s.summary     = "To-do & Time-Tracking CLI App"
  s.description = "Create and track time on tasks via command-line."
  s.authors     = ["Cam Carroll"]
  s.email       = 'ckcarroll4@gmail.com'
  s.files       = `git ls-files`.split($/)
  s.executables =  s.files.grep(%r{^bin/}) { |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.homepage    =
    'http://github.com/CameronCarroll/day'
  s.license       = 'MIT'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dayrb-2.0.6 dayrb.gemspec