Sha256: ff2d3217f976d958c7af0be55e9c38e4905cda2598a242fe903c6efa3af58229
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'osc_ruby/version' Gem::Specification.new do |spec| spec.name = "osc_ruby" spec.version = OSCRuby::VERSION spec.authors = ["Rajan Davis"] spec.email = ["rajangdavis@gmail.com"] spec.summary = %q{Making the best of opensource and enterprise technology} spec.description = %q{An unofficial Ruby wrapper for the Oracle Cloud Services (fka RightNow Technologies) REST API} spec.homepage = %q{https://github.com/rajangdavis/osc_ruby} spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.2.0" end
Version data entries
6 entries across 6 versions & 1 rubygems