Sha256: 9e030dd84427dcf857e48d19bed7e608633d209b3cb4bc8797caa5de1a467949

Contents?: true

Size: 1.85 KB

Versions: 17

Compression:

Stored size: 1.85 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "sapience"
  spec.version       = Sapience::VERSION
  spec.authors       = ["Mikael Henriksson", "Alex Malkov"]
  spec.email         = ["mika@reevoo.com", "alex.malkov@reevoo.com"]

  spec.summary       = "Hasslefree autoconfiguration for logging, metrics and exception collection."
  spec.description   = "Hasslefree autoconfiguration for logging, metrics and exception collection."
  spec.homepage      = "https://github.com/reevoo/sapience"
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
  # to allow pushing to a single host or delete this section to allow pushing to any host.
  if spec.respond_to?(:metadata)
    spec.metadata["allowed_push_host"] = "https://rubygems.org"
  else
    fail "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(/^(test|spec|features)\//) }
  spec.bindir        = "bin"
  spec.executables   = spec.files.grep(/^bin\//) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "concurrent-ruby", "~> 1.0"
  spec.add_development_dependency "bundler", "~> 1.12"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
  spec.add_development_dependency "reevoocop"
  spec.add_development_dependency "fuubar"
  spec.add_development_dependency "simplecov"
  spec.add_development_dependency "simplecov-json"
  spec.add_development_dependency "rspec-its"
  spec.add_development_dependency "codeclimate-test-reporter"
  spec.add_development_dependency "coveralls"
  spec.add_development_dependency "gem-release"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
sapience-0.2.4 sapience.gemspec
sapience-0.2.3 sapience.gemspec
sapience-0.2.2 sapience.gemspec
sapience-0.2.1 sapience.gemspec
sapience-0.2.0 sapience.gemspec
sapience-0.1.13 sapience.gemspec
sapience-0.1.12 sapience.gemspec
sapience-0.1.11 sapience.gemspec
sapience-0.1.10 sapience.gemspec
sapience-0.1.9 sapience.gemspec
sapience-0.1.8 sapience.gemspec
sapience-0.1.7 sapience.gemspec
sapience-0.1.6 sapience.gemspec
sapience-0.1.5 sapience.gemspec
sapience-0.1.4 sapience.gemspec
sapience-0.1.3 sapience.gemspec
sapience-0.1.2 sapience.gemspec