Sha256: bf45165caf89368f6b737a12f085c9db32a949875c1e52074dbefcb9644b148e

Contents?: true

Size: 1.19 KB

Versions: 17

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 'attune/version'

Gem::Specification.new do |spec|
  spec.name          = "attune"
  spec.version       = Attune::VERSION
  spec.authors       = ["John Hawthorn", "Jason Gritman"]
  spec.email         = ["john@freerunningtechnologies.com", "jason@attune.co"]
  spec.summary       = %q{Client for the Attune product ranking API.}
  spec.description   = %q{Client for the Attune product ranking API.}
  spec.homepage      = "https://github.com/attune-api/attune-ruby"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  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_dependency "faraday", "~> 0.8"
  spec.add_dependency "net-http-persistent"

  spec.add_development_dependency "bundler", "~> 1.2"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "yard"
  spec.add_development_dependency "redcarpet", ">= 3.1.1"
  spec.add_development_dependency "simplecov"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
attune-1.0.21 attune.gemspec
attune-1.0.20 attune.gemspec
attune-1.0.19 attune.gemspec
attune-1.0.18 attune.gemspec
attune-1.0.17 attune.gemspec
attune-1.0.16 attune.gemspec
attune-1.0.15 attune.gemspec
attune-1.0.14 attune.gemspec
attune-1.0.13 attune.gemspec
attune-1.0.12 attune.gemspec
attune-1.0.11 attune.gemspec
attune-1.0.10 attune.gemspec
attune-1.0.9 attune.gemspec
attune-1.0.8 attune.gemspec
attune-1.0.7 attune.gemspec
attune-1.0.6 attune.gemspec
attune-1.0.5 attune.gemspec