Sha256: b2739eb9c22cf235dd386f07781e1f00934e53372bba31f9a7a0b76c2bd96ce6
Contents?: true
Size: 806 Bytes
Versions: 2
Compression:
Stored size: 806 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "jruby-win32ole/version" Gem::Specification.new do |s| s.name = 'jruby-win32ole' s.version = JRuby::WIN32OLE::VERSION s.platform = Gem::Platform::RUBY s.authors = 'Thomas E. Enebo' s.email = 'tom.enebo@gmail.com' s.homepage = 'http://github.com/enebo/jruby-win32ole' s.summary = %q{A Gem for win32ole support on JRuby} s.description = %q{A Gem for win32ole support on JRuby} s.rubyforge_project = "jruby-win32ole" 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{ |f| File.basename(f) } s.require_paths = ["lib"] s.has_rdoc = true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jruby-win32ole-0.8.5 | jruby-win32ole.gemspec |
jruby-win32ole-0.8.4 | jruby-win32ole.gemspec |