Sha256: 892d29690792274485a9888485c574199a576df1e1bfc0673a7e1babff850b13
Contents?: true
Size: 660 Bytes
Versions: 1
Compression:
Stored size: 660 Bytes
Contents
Gem::Specification.new do |s| root_dir = File.dirname(__FILE__) files = Dir.glob("#{root_dir}/**/*.*").map { |x| x[root_dir.length + 1, x.length]} s.name = 'oneis' s.version = '2.0.3' s.date = '2015-02-20' s.summary = "ONEIS Tools" s.description = "ONEIS Developer Tools" s.authors = ["ONEIS"] s.email = 'client.services@oneis.co.uk' s.platform = "java" s.add_dependency('jruby-openssl', '>= 0.8.7') s.add_dependency('json', '>= 1.7.7') s.files = files s.executables = ['oneis-plugin'] s.default_executable = 'oneis-plugin' s.homepage = "http://docs.oneis.co.uk/dev/tool/plugin" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oneis-2.0.3-java | oneis.gemspec |