Sha256: b1cf1fc22d35e66b24c17e1f93a63199d8b41ae5b8a485d3abde4498aa435f42
Contents?: true
Size: 574 Bytes
Versions: 20
Compression:
Stored size: 574 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Specification NAME = "convenient_service" AUTHORS = ["Marian Kostyk"].freeze EMAIL = ["mariankostyk13895@gmail.com"].freeze HOMEPAGE = "https://github.com/marian13/convenient_service" SUMMARY = <<~TEXT Service object pattern implementation in Ruby. TEXT DESCRIPTION = <<~TEXT Yet another approach to revisit the service object pattern in Ruby, but this time focusing on the unique, opinionated, moderately obtrusive, but not mandatory features. TEXT end end
Version data entries
20 entries across 20 versions & 1 rubygems