pacing 0.1.3 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/pacing.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
6
6
  s.name = 'pacing'
7
7
  s.version = Pacing::VERSION
8
8
  s.summary = "Pacing is a tool that enables therapists to better manage and track their caseload."
9
- 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."
9
+ 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 Service plan. This gem helps to calculate remaining visits as well as a therapist's current pace to meet visit mandates."
10
10
  s.authors = ["Kevin S. Dias", "Samuel Okoth", "Lukong I. Nsoseka"]
11
11
  s.email = 'info@ambiki.com'
12
12
  s.files = `git ls-files -z`.split("\x0")