Sha256: 0e5aa2b5cd1ae03399fae8b1e18190631f80bcae81265cfe7a7ee962c69ae46c
Contents?: true
Size: 572 Bytes
Versions: 1
Compression:
Stored size: 572 Bytes
Contents
# 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gog_engine-0.0.1pre | gog_engine.gemspec |