# -*- encoding: utf-8 -*- # stub: pacing 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "pacing".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kevin S. Dias".freeze, "Samuel Okoth".freeze, "Lukong I. Nsoseka".freeze] s.date = "2022-10-14" s.description = "Pacing is built for cases where there are therapy frequency limitations that need to be adhered to. For example, in the case of an [IEP (Individualized Education Program)](https://ambiki.com/glossary-concepts/iep), 504 plan, or a Services plan. This gem helps to calculate remaining visits as well as a therapist's current pace to meet visit mandates.".freeze s.email = "info@ambiki.com".freeze s.files = ["lib/pacing.rb".freeze] s.homepage = "https://github.com/Ambiki/pacing".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Pacing is a tool that enables therapists to better manage and track their caseload.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end