Sha256: 217438c69f69d79211490e09cef0e5d3c6ef53b3d1f81cb11535f448871402b9

Contents?: true

Size: 1.36 KB

Versions: 19

Compression:

Stored size: 1.36 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "omf_common"
  s.version     = OmfCommon::VERSION
  s.authors     = ["NICTA"]
  s.email       = ["omf-user@lists.nicta.com.au"]
  s.homepage    = "http://omf.mytestbed.net"
  s.summary     = %q{Common library of OMF}
  s.description = %q{Common library of OMF, a generic framework for controlling and managing networking testbeds.}
  s.required_ruby_version = '>= 1.9.3'
  s.license = 'MIT'

  s.rubyforge_project = "omf_common"

  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"
  s.add_development_dependency "evented-spec", "~> 1.0.0.beta"
  s.add_development_dependency "simplecov"
  s.add_development_dependency "pry"
  s.add_development_dependency "mocha"

  s.add_runtime_dependency "eventmachine"
  s.add_runtime_dependency "logging"
  s.add_runtime_dependency "hashie"
  s.add_runtime_dependency "oml4r", "~> 2.10.1"
  s.add_runtime_dependency "json"
  s.add_runtime_dependency "json-jwt"
  s.add_runtime_dependency "amqp"
  s.add_runtime_dependency "uuidtools"
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
omf_common-6.1.14.pre.2 omf_common.gemspec
omf_common-6.1.14.pre.1 omf_common.gemspec
omf_common-6.1.12 omf_common.gemspec
omf_common-6.1.11 omf_common.gemspec
omf_common-6.1.10 omf_common.gemspec
omf_common-6.1.9 omf_common.gemspec
omf_common-6.1.9.pre.4 omf_common.gemspec
omf_common-6.1.9.pre.3 omf_common.gemspec
omf_common-6.1.9.pre.2 omf_common.gemspec
omf_common-6.1.8 omf_common.gemspec
omf_common-6.1.7 omf_common.gemspec
omf_common-6.1.6 omf_common.gemspec
omf_common-6.1.6.pre.2 omf_common.gemspec
omf_common-6.1.6.pre.1 omf_common.gemspec
omf_common-6.1.5 omf_common.gemspec
omf_common-6.1.4 omf_common.gemspec
omf_common-6.1.4.pre.2 omf_common.gemspec
omf_common-6.1.4.pre.1 omf_common.gemspec
omf_common-6.1.3.pre.2 omf_common.gemspec