Sha256: afb961fa716c81d113642ac74cf3054cd15baa9252667a9beaa60ee72049af4d
Contents?: true
Size: 496 Bytes
Versions: 1
Compression:
Stored size: 496 Bytes
Contents
require 'rake' Gem::Specification.new do |s| s.name = "libxml-jruby-modified" s.version = "1.0.1" s.date = "2015-05-19" s.summary = "LibXMLRuby compatibility layer for jruby" s.homepage = "http://rubyforge.org/projects/libxml-jruby" s.authors = "Michael Guterl" s.email = "mguterl @nospam@ gmail.com" s.rubyforge_project = "libxml-jruby" s.has_rdoc = false s.platform = "jruby" s.files = FileList['lib/**/*.rb', 'script/**/*', 'tasks/**/*', '[A-Z]*', 'test/**/*'].to_a end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
libxml-jruby-modified-1.0.1-jruby | libxml-jruby.gemspec |