File: repo-sync.yml

package info (click to toggle)
ruby-dry-logger 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: ruby: 2,170; makefile: 4; sh: 4
file content (15 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name:
  gem: dry-logger
  constant: Dry::Logger
github_org: dry-rb
gemspec:
  authors: ["Hanakai team"]
  email: ["info@hanakai.org"]
  summary: "Lightweight structured logging for Ruby applications"
  homepage: "https://dry-rb.org/gems/dry-logger"
  runtime_dependencies:
    - logger
  development_dependencies:
    - bundler
    - rake
    - rspec