pacing 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin S. Dias
@@ -36,8 +36,21 @@ executables: []
36
36
  extensions: []
37
37
  extra_rdoc_files: []
38
38
  files:
39
+ - ".gitignore"
40
+ - ".rspec"
41
+ - ".ruby-version"
42
+ - CODE_OF_CONDUCT.md
43
+ - Gemfile
44
+ - LICENSE.txt
45
+ - README.md
46
+ - Rakefile
39
47
  - lib/pacing.rb
40
- homepage: https://rubygems.org/gems/pacing
48
+ - lib/pacing/pacer.rb
49
+ - lib/pacing/version.rb
50
+ - pacing.gemspec
51
+ - spec/pacing_spec.rb
52
+ - spec/spec_helper.rb
53
+ homepage: https://github.com/Ambiki/pacing
41
54
  licenses:
42
55
  - MIT
43
56
  metadata: {}
@@ -61,4 +74,6 @@ signing_key:
61
74
  specification_version: 4
62
75
  summary: Pacing is a tool that enables therapists to better manage and track their
63
76
  caseload.
64
- test_files: []
77
+ test_files:
78
+ - spec/pacing_spec.rb
79
+ - spec/spec_helper.rb