Sha256: d4032e79ec7b00c1bc4c9143a9a4d704dc70b6d6a7cfae6ec0e574de1b9024ef

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "omf_oml"
#  s.version     = OmfWeb::VERSION
  s.version     = OMF::OML::VERSION
  s.authors     = ["NICTA"]
  s.email       = ["omf-user@lists.nicta.com.au"]
  s.homepage    = "https://www.mytestbed.net"
  s.summary     = %q{Glue between OMF and OML.}
  s.description = %q{Glue functionality between OMF and OMF related libraries, such as OMF Web and Labwiki, and
    OML.}

  s.rubyforge_project = "omf_oml"

  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"]

  # specify any dependencies here; for example:
#  s.add_development_dependency "minitest", "~> 2.11.3"
  #s.add_runtime_dependency "sqlite3", "~> 1.3.6"
  s.add_runtime_dependency 'omf_base'
  s.add_runtime_dependency 'sequel', '~> 3.45'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
omf_oml-1.1.0 omf_oml.gemspec
omf_oml-1.0.0 omf_oml.gemspec
omf_oml-0.9.9 omf_oml.gemspec
omf_oml-0.9.8 omf_oml.gemspec