Sha256: cf50b8f2d0fc4a09290b9896954a79d64c862fd2e7bd3a922e511513d5b0749c
Contents?: true
Size: 1.25 KB
Versions: 4
Compression:
Stored size: 1.25 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", ">= 12.3.3" spec.add_development_dependency "rspec", "~> 3.0" spec.add_development_dependency "pry" , '~> 0.12.2' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
whiplash-app-0.6.2 | whiplash-app.gemspec |
whiplash-app-0.6.1 | whiplash-app.gemspec |
whiplash-app-0.6.0 | whiplash-app.gemspec |
whiplash-app-0.5.1 | whiplash-app.gemspec |