Sha256: 27684e47a9072942cf861aef6928cea4681614a13c8280020b26542afb0a3241

Contents?: true

Size: 1.65 KB

Versions: 9

Compression:

Stored size: 1.65 KB

Contents

# Author:: Murali Raju (<murali.raju@appliv.com>)
# Copyright:: Copyright (c) 2011 Murali Raju.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

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

Gem::Specification.new do |s|
  s.name        = "ucslib"
  s.version     = Ucslib::VERSION
  s.authors     = ["Murali Raju"]
  s.email       = ["murali.raju@appliv.com"]
  s.homepage    = ""
  s.summary     = %q{Ruby UCS Manager Client Library}
  s.description = %q{Ruby Client Library for Cisco UCS Manager that can be used by DevOps toolchains (Chef/Puppet or others) to provide hardware deployment automation}

  s.rubyforge_project = "ucslib"

  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 "rspec"
  # s.add_runtime_dependency "rest-client"

  s.add_dependency("nokogiri")
  s.add_dependency("rest-client")
  s.add_dependency("json")
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ucslib-0.1.7 ucslib.gemspec
ucslib-0.1.6 ucslib.gemspec
ucslib-0.1.5 ucslib.gemspec
ucslib-0.1.4 ucslib.gemspec
ucslib-0.1.2 ucslib.gemspec
ucslib-0.1.1 ucslib.gemspec
ucslib-0.1.0 ucslib.gemspec
ucslib-0.0.9 ucslib.gemspec
ucslib-0.0.7 ucslib.gemspec