Sha256: 96c23a73fce0074168325f0d9fdbbd9a47f43d26525223e3e6f2f326edb0eb28
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'line_log/version' Gem::Specification.new do |spec| spec.name = "line_log" spec.version = LineLog::VERSION spec.authors = ["Skillvendor"] spec.email = ["skillvendor193@gmail.com"] spec.summary = %q{ custom logger for rack based applications } spec.description = %q{ LineLog is built to help you have customs logs in Sinatra. LineLog welcomes contribution that would make it better and also any constructive feedback.} spec.homepage = "https://github.com/Skillvendor/LineLog" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
line_log-0.1.1 | LineLog.gemspec |
line_log-0.1.0 | LineLog.gemspec |