# encoding: utf-8 require File.expand_path('../lib/gog_engine/version', __FILE__) Gem::Specification.new do |s| s.name = 'gog_engine' s.version = GogEngine::VERSION s.summary = 'Rails engine providing web interface for displaying gog logs' s.description = s.summary s.authors = ['Thomas Darde'] s.email = 'thomas@rougecardinal.fr' s.homepage = 'http://github.com/goglog/gog_engine' s.platform = Gem::Platform::RUBY s.add_dependency('gog') s.add_dependency('haml') s.files = `git ls-files`.split("\n") s.require_path = 'lib' end