Sha256: 99b2830b61f9fa314e6947c6b7f7dbeb0d1242a05744ac6a1728e240225459e9

Contents?: true

Size: 1.19 KB

Versions: 7

Compression:

Stored size: 1.19 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "whiplash-app"
  spec.version       = Whiplash::App::VERSION
  spec.authors       = ["Don Sullivan, Mark Dickson"]
  spec.email         = ["developers@getwhiplash.com"]

  spec.summary       = "this gem provides connectivity to the Whiplash API for authentication and REST requests."
  spec.description   = "this gem provides connectivity to the Whiplash API for authentication and REST requests."
  spec.homepage      = "https://github.com/whiplashmerch/whiplash-app"

  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_dependency "oauth2", "~> 1.2.0"
  spec.add_dependency "faraday_middleware", "~> 0.11.0"
  spec.add_dependency "moneta", "~> 0.8.0"

  spec.add_development_dependency "bundler", "~> 1.11"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whiplash-app-0.3.5 whiplash-app.gemspec
whiplash-app-0.3.4 whiplash-app.gemspec
whiplash-app-0.3.3 whiplash-app.gemspec
whiplash-app-0.5.0 whiplash-app.gemspec
whiplash-app-0.4.0 whiplash-app.gemspec
whiplash-app-0.3.1 whiplash-app.gemspec
whiplash-app-0.3.0 whiplash-app.gemspec