Sha256: f443b5c9fd6a13d2f6d7cb03392c5f4c602fcd8e872e12cee043b56e52c9c12f

Contents?: true

Size: 638 Bytes

Versions: 1

Compression:

Stored size: 638 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'easycomments'
  s.version     = '1.0.5'
  s.date        = '2015-04-24'
  s.required_ruby_version = '>= 2.0.0'
  s.summary     = "Simple and easy to use comment system"
  s.description = <<EOF
EasyComments(EC) is an easy to use comment system with a simple api
for posting and retrieving comments.It also comes bundled with a dashboard
for moderating your comments.
EOF

  s.files       = `git ls-files`.split("\n")
  s.executables << 'ec'

  s.authors = ["Zisis Maras"]
  s.email = 'zisismaras@gmail.com'
  s.homepage = 'https://github.com/zisismaras/easycomments'
  s.license = 'MIT'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
easycomments-1.0.5 easycomments.gemspec