Sha256: 13e996c0c765bab90409c000f09e1ec3611badbe0d6ba676c5619f7109a54a57

Contents?: true

Size: 1001 Bytes

Versions: 2

Compression:

Stored size: 1001 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path("../lib/netzke-communitypack/version", __FILE__)

Gem::Specification.new do |s|
  s.name        = "netzke-communitypack"
  s.version     = Netzke::Communitypack::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Paul Spieker']
  s.email       = ['p.spieker@duenos.de']
  s.homepage    = "http://github.com/skozlov/netzke-communitypack"
  s.summary     = "Components for Netzke created by the community"
  s.description = "The community pack for netzke contains components for Netzke which are provided by the community"

  s.required_rubygems_version = ">= 1.3.6"
  s.rubyforge_project         = "netzke-communitypack"

  s.add_development_dependency "bundler", ">= 1.0.0"

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
  s.require_paths = ['lib']

  s.rdoc_options = ["--charset=UTF-8"]

  s.add_dependency 'netzke-basepack', '>= 0.6.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
netzke-communitypack-0.1.3 netzke-communitypack.gemspec
netzke-communitypack-0.1.1.beta netzke-communitypack.gemspec