Sha256: 9732c4d8ef14123808de220afa9e408ad22c1bb1875917cc8c6551ef49b9b0e3

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     = '1.0.4'
  s.date        = '2013-03-30'
  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-1.0.4-java oneis.gemspec