Sha256: 53bb1255c21e5e643d434857412c44d4c11c845f6b2c9894153b156a6171073c

Contents?: true

Size: 835 Bytes

Versions: 1

Compression:

Stored size: 835 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require 'gom/core/version'

Gem::Specification.new do |s|
  s.name        = "gom-core"
  s.version     = Gom::Core::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["art+com/dirk luesebrink"]
  s.email       = ["dirk.luesebrink@artcom.de"]
  s.homepage    = "http://github.com/crux/gom-core"
  s.summary     = %q{basic GOM functionallity}
  s.description = %q{
    this gem includes stuff which is of use for the server as well as for gom
    scripting clients
  }
  s.rubyforge_project = "gom-core"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map do |f| 
    File.basename(f)
  end
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gom-core-0.2.0 gom-core.gemspec