Sha256: 83fbec67b9443496d7e860b5b15fa1a67ca367e1b2f88305f673d97318b8dd22

Contents?: true

Size: 725 Bytes

Versions: 1

Compression:

Stored size: 725 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'easycomments'
  s.version     = '1.0.1'
  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.add_development_dependency 'airborne', '~> 0.1', '>=0.1.15'
  s.add_development_dependency "rake", '~> 10.4', '>= 10.4.2'

  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.1 easycomments.gemspec