Sha256: 3d9729e16f072703b2feaede12fbd53e39af6ee292159f1600285b0547b23417

Contents?: true

Size: 904 Bytes

Versions: 1

Compression:

Stored size: 904 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'h2ocube_rails_production'
  spec.version       = '0.2.2'
  spec.authors       = ['Ben']
  spec.email         = ['ben@zfben.com']
  spec.description   = 'Just a collection for production gems'
  spec.summary       = 'Just a collection for production gems'
  spec.homepage      = 'https://github.com/h2ocube/h2ocube_rails_production'
  spec.license       = 'MIT'
  spec.required_ruby_version = '~> 2.2'

  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 'lograge'
  spec.add_dependency 'newrelic_rpm'
  spec.add_dependency 'syslogger'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
h2ocube_rails_production-0.2.2 h2ocube_rails_production.gemspec