Sha256: bb2f764fda82d6030c5850331a18211c21772375127d6d800888127c52ef9c06
Contents?: true
Size: 1007 Bytes
Versions: 2
Compression:
Stored size: 1007 Bytes
Contents
lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'percy/common/version' Gem::Specification.new do |spec| spec.name = 'percy-common' spec.version = Percy::Common::VERSION spec.authors = ['Perceptual Inc.'] spec.email = ['team@percy.io'] spec.summary = 'Server-side common library for Percy.' spec.description = '' spec.homepage = '' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(/^(test|spec|features)\//) end spec.require_paths = ['lib'] spec.add_dependency 'dogstatsd-ruby', '~> 4.4.0' spec.add_dependency 'excon', '~> 0.57' spec.add_dependency 'redis', '~> 4.1.3' spec.add_development_dependency 'bundler', '~> 2.1.4' spec.add_development_dependency 'guard-rspec', '~> 4.7' spec.add_development_dependency 'percy-style', '~> 0.6.0' spec.add_development_dependency 'rake', '~> 12.3' spec.add_development_dependency 'rspec', '~> 3.2' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
percy-common-3.1.1 | percy-common.gemspec |
percy-common-3.1.0 | percy-common.gemspec |