pacing 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ require 'pacing'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pacing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin S. Dias
@@ -26,6 +26,26 @@ dependencies:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
28
  version: '0'
29
+ - !ruby/object:Gem::Dependency
30
+ name: holidays
31
+ requirement: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - "~>"
34
+ - !ruby/object:Gem::Version
35
+ version: '8.6'
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '8.6'
39
+ type: :runtime
40
+ prerelease: false
41
+ version_requirements: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - "~>"
44
+ - !ruby/object:Gem::Version
45
+ version: '8.6'
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '8.6'
29
49
  description: Pacing is built for cases where there are therapy frequency limitations
30
50
  that need to be adhered to. For example, in the case of an [IEP (Individualized
31
51
  Education Program)](https://ambiki.com/glossary-concepts/iep), 504 plan, or a Services
@@ -36,7 +56,20 @@ executables: []
36
56
  extensions: []
37
57
  extra_rdoc_files: []
38
58
  files:
59
+ - ".gitignore"
60
+ - ".rspec"
61
+ - ".ruby-version"
62
+ - CODE_OF_CONDUCT.md
63
+ - Gemfile
64
+ - LICENSE.txt
65
+ - README.md
66
+ - Rakefile
39
67
  - lib/pacing.rb
68
+ - lib/pacing/pacer.rb
69
+ - lib/pacing/version.rb
70
+ - pacing.gemspec
71
+ - spec/pacing_spec.rb
72
+ - spec/spec_helper.rb
40
73
  homepage: https://github.com/Ambiki/pacing
41
74
  licenses:
42
75
  - MIT
@@ -61,4 +94,6 @@ signing_key:
61
94
  specification_version: 4
62
95
  summary: Pacing is a tool that enables therapists to better manage and track their
63
96
  caseload.
64
- test_files: []
97
+ test_files:
98
+ - spec/pacing_spec.rb
99
+ - spec/spec_helper.rb