Sha256: 27e792a390cd4330d91f28fdc27b5f8025bc4579a211bb94734525302c323dff

Contents?: true

Size: 598 Bytes

Versions: 1

Compression:

Stored size: 598 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'easycomments'
  s.version     = '1.0.2'
  s.date        = '2015-03-30'
  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.2 easycomments.gemspec