Sha256: f24b307bd96a9c921b3c417c4b908183bded25b805966fa73f497052d8d51ede

Contents?: true

Size: 1.66 KB

Versions: 12

Compression:

Stored size: 1.66 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'oehclient/version'

Gem::Specification.new do |spec|
  spec.name          = "oeh-client"
  spec.version       = OEHClient::VERSION
  spec.authors       = ["Jason Balliet"]
  spec.email         = ["jballiet@thunderhead.com"]

  spec.summary       = %q{Simple class-based client for integration to ONE Engagement Hub}
  spec.description   = %q{A simple set of classes that allow access to Interactions, Documents, and Structures from within Thunderhead's ONE Enagement Hub}
  spec.homepage      = "https://rubygems.org/gems/oeh-client"
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
  # delete this section to allow pushing this gem to any host.
  #if spec.respond_to?(:metadata)
  #  spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
  #else
  #  raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
  #end

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec-rails", "~> 3.2"

  spec.add_dependency   "oauth"
  spec.add_dependency   "json"
  spec.add_dependency   "uuidtools"
  spec.add_dependency   "activesupport", "~> 4.2.0"
  spec.add_dependency   "railties", ">= 4.2.0"
  spec.add_dependency   "rest-client"

end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
oeh-client-1.1.0 oeh-client.gemspec
oeh-client-0.3.4 oeh-client.gemspec
oeh-client-0.3.3 oeh-client.gemspec
oeh-client-0.3.2 oeh-client.gemspec
oeh-client-0.3.1 oeh-client.gemspec
oeh-client-0.3.0 oeh-client.gemspec
oeh-client-0.2.5 oeh-client.gemspec
oeh-client-0.2.4 oeh-client.gemspec
oeh-client-0.2.3 oeh-client.gemspec
oeh-client-0.2.2 oeh-client.gemspec
oeh-client-0.2.1 oeh-client.gemspec
oeh-client-0.2.0 oeh-client.gemspec