Sha256: 59032df00bf37ca3ef1dd981f3fe3cc72fd4f50b2253b6d6c39cad22aacb3338

Contents?: true

Size: 888 Bytes

Versions: 3

Compression:

Stored size: 888 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/tagged_logging/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Ketan Padegaonkar"]
  gem.email         = ["KetanPadegaonkar@gmail.com"]
  gem.description   = %q{Provides a rails style TaggedLogging for ruby apps}
  gem.summary       = %q{Provides a rails style TaggedLogging for ruby apps}
  gem.homepage      = "https://github.com/ketan/tagged-logger"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "tagged_logging"
  gem.require_paths = ["lib"]
  gem.version       = TaggedLogging::Version::VERSION

  gem.add_development_dependency 'test-unit'
  gem.add_development_dependency "simplecov"
  gem.add_development_dependency 'rake'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tagged_logging-0.1.2 tagged_logging.gemspec
tagged_logging-0.1.1 tagged_logging.gemspec
tagged_logging-0.1.0 tagged_logging.gemspec