Sha256: d82f065509f0dfbab00c9f29825acd255f19caf42d342631f17b510d9160ba43

Contents?: true

Size: 786 Bytes

Versions: 2

Compression:

Stored size: 786 Bytes

Contents

require File.expand_path('../lib/notes-cli/version', __FILE__)

Gem::Specification.new do |s|
  s.name        = 'notes-cli'
  s.date        = '2013-01-13'
  s.summary     = "A tool for managing source code annotations"
  s.description = %q{
    notes-cli lets you manage source code annotations such as
    todo or fixme comments, providing a command-line interface as well as a web
    dashboard.
  }.strip.gsub(/\s+/, ' ')
  s.authors     = ["Andrew Berls"]
  s.email       = 'andrew.berls@gmail.com'
  s.homepage    = 'https://github.com/andrewberls/notes-cli'
  s.license     = 'MIT'

  s.executables << 'notes'
  s.files       = `git ls-files`.split($/)
  s.version     = Notes::VERSION

  s.add_runtime_dependency 'sinatra'
  s.add_development_dependency 'rspec', '~> 2.14.1'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notes-cli-2.0.1 notes-cli.gemspec
notes-cli-2.0.0 notes-cli.gemspec