Sha256: 6f7ded048ca3fae86d381e9d3a4bf01447c530563037f4cd2ad8b9cca75258cf

Contents?: true

Size: 882 Bytes

Versions: 4

Compression:

Stored size: 882 Bytes

Contents

# -*- encoding: utf-8 -*-
#$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name              = 'trinidad_jars'
  s.rubyforge_project = 'trinidad_jars'
  
  file = File.expand_path("../lib/trinidad/jars.rb", __FILE__)
  line = File.read(file)[/^\s*TRINIDAD_JARS_VERSION\s*=\s*.*/]
  s.version = line.match(/.*TRINIDAD_JARS_VERSION\s*=\s*['"](.*)['"]/)[1]
  
  s.summary     = "Tomcat's jars packed for Trinidad"
  s.description = "Bundled version of Tomcat packed for Trinidad"
  
  s.authors  = ["David Calavera"]
  s.email    = 'calavera@apache.org'
  s.homepage = 'http://github.com/trinidad/trinidad'
  
  s.require_paths = %w[lib]
  
  s.files = `git ls-files`.split("\n").sort.
    select { |file| file == 'trinidad_jars.gemspec' || 
                    file == 'lib/trinidad/jars.rb'  || 
                    file =~ /^trinidad-libs\// }
  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trinidad_jars-1.0.7 trinidad_jars.gemspec
trinidad_jars-1.0.6 trinidad_jars.gemspec
trinidad_jars-1.0.5 trinidad_jars.gemspec
trinidad_jars-1.0.4 trinidad_jars.gemspec