Sha256: 374726205189733fcde68057edce48195a967a9191f47ff43546a634ac258ec0

Contents?: true

Size: 1.05 KB

Versions: 9

Compression:

Stored size: 1.05 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'
  s.add_runtime_dependency "sqlite3", '~> 1.3'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
omf_oml-1.1.9 omf_oml.gemspec
omf_oml-1.1.8 omf_oml.gemspec
omf_oml-1.1.7 omf_oml.gemspec
omf_oml-1.1.6 omf_oml.gemspec
omf_oml-1.1.5 omf_oml.gemspec
omf_oml-1.1.4 omf_oml.gemspec
omf_oml-1.1.3 omf_oml.gemspec
omf_oml-1.1.2 omf_oml.gemspec
omf_oml-1.1.1 omf_oml.gemspec