https://github.com/ms-ati/docile

builder-pattern dsl immutability ruby

Last synced: about 1 month ago

Repository metadata:

Docile keeps your Ruby DSLs tame and well-behaved


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 335
Total Committers: 24
Avg Commits per committer: 13.958
Development Distribution Score (DDS): 0.337

Commits in past year: 4
Committers in past year: 1
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Marc Siegel m****c@u****m 222
Marc Siegel m****l@p****m 32
Marc Siegel m****l@t****m 16
dependabot[bot] 4****] 14
Alexey Vasiliev l****a@g****m 11
doop d****d@g****m 9
Marc Siegel m****l@u****m 7
Taichi Ishitani t****0@g****m 5
René Föhring rf@b****e 2
Taichi Ishitani t****i 2
Ken Dreyer k****r@k****m 2
Andrew Meyer a****i@g****m 1
Benoit Daloze e****p@g****m 1
Christina Koller c****2@g****m 1
Chun-wei Kuo D****h@g****m 1
Hosam Aly h****6@g****m 1
Igor Victor g****a@y****u 1
Jochen Seeber j****n@s****e 1
Mamoru TASAKA m****a@f****g 1
The Gitter Badger b****r@g****m 1
Bitdeli Chef c****f@b****m 1
Matt Schreiber s****h@g****m 1
Tobias Pfeiffer p****b@g****m 1
Xavier Nayrac x****c@g****m 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

rubygems: docile

Docile treats the methods of a given ruby object as a DSL (domain specific language) within a given block. Killer feature: you can also reference methods, instance variables, and local variables from the original (non-DSL) context within the block. Docile releases follow Semantic Versioning as defined at semver.org.

  • Homepage: https://ms-ati.github.io/docile/
  • Documentation: http://www.rubydoc.info/gems/docile/
  • Licenses: MIT
  • Latest release: 1.4.0 (published over 3 years ago)
  • Last Synced: 2024-11-10T22:39:22.495Z (about 1 month ago)
  • Versions: 24
  • Dependent Packages: 71
  • Dependent Repositories: 70,869
  • Downloads: 347,647,565 Total
  • Docker Downloads: 3,342,055,087
  • Rankings:
    • Downloads: 0.055%
    • Docker downloads count: 0.072%
    • Dependent repos count: 0.137%
    • Dependent packages count: 0.413%
    • Average: 1.369%
    • Stargazers count: 2.816%
    • Forks count: 4.72%
  • Maintainers (1)
go: github.com/ms-ati/docile


Dependencies

Gemfile rubygems
  • panolint >= 0 development
  • rspec ~> 3.10 development
  • simplecov >= 0 development
  • simplecov-cobertura >= 0 development
  • rake >= 0
.github/workflows/main.yml actions
  • actions/checkout v3.0.2 composite
  • codecov/codecov-action v3.1.0 composite
  • ruby/setup-ruby v1 composite
docile.gemspec rubygems