Sha256: efa908328b0dfa695e5157109b01429b079f8d33a02ae2c49ce05f8bb4e647dc

Contents?: true

Size: 650 Bytes

Versions: 1

Compression:

Stored size: 650 Bytes

Contents

require 'echoe'

Echoe.new("netzke-core") do |p|
  p.author = "Sergei Kozlov"
  p.email = "sergei@playcode.nl"
  p.summary = "Build ExtJS/Rails widgets with minimum effort"
  p.url = "http://playcode.nl"
  p.development_dependencies = []
  p.test_pattern = 'test/**/*_test.rb'
  p.retain_gemspec = true
  
  # fixing the problem with lib/*-* files being removed while doing manifest
  p.clean_pattern = ["pkg", "doc", 'build/*', '**/coverage', '**/*.o', '**/*.so', '**/*.a', '**/*.log', "{ext,lib}/*.{bundle,so,obj,pdb,lib,def,exp}", "ext/Makefile", "{ext,lib}/**/*.{bundle,so,obj,pdb,lib,def,exp}", "ext/**/Makefile", "pkg", "*.gem", ".config"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
skozlov-netzke-core-0.4.1 Rakefile