harvestime 0.0.1 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 559a08c9ec0d0fd21a452ad78357f6350ef8767f
4
- data.tar.gz: 48344c69f00ac8585acad0cb5cb46cfd20bfd2b1
3
+ metadata.gz: be8bf87ed48cab202cfd06a2e29ea7c54b2cfcfe
4
+ data.tar.gz: ddf20e2a3e40ba96527a7ba1f09f4f4f25ddc50c
5
5
  SHA512:
6
- metadata.gz: 33e5f30d6f165b4604c50643c265f155305d07625708a4f0a45bedc5372851915ed8fc668012131b69bd70baa0d9792c82ba6871bba6386064d5df5434e49725
7
- data.tar.gz: d3b19fba40be891a06ba1046e9687447a5ff017c444dae2c3912ea61513ffdfde78218b5f12a2941b38b158f592e84b812c06b3564178cba75d957e0a800ce81
6
+ metadata.gz: e94d4a8e2604a264326b052179158f73af1eb7f4470848c4c1015f9c1ac7fc6b3f6d81fee0bdf8422a42e9e0cbf732065040a3ab5a4f22bb23fd0b3c19b5ec45
7
+ data.tar.gz: bd578a3bb68ae8288356ccf9fd29e926e51af0a1cc8b30903daf7624fc7090531d7d9d6671ef49f90946ab177b0075fea31912a24fd8bf22e6693d78f006a89f
data/harvestime.gemspec CHANGED
@@ -6,8 +6,8 @@ require 'harvestime/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "harvestime"
8
8
  spec.version = Harvestime::VERSION
9
- spec.authors = ["Nick Fausnight"]
10
- spec.email = ["nick.s.fausnight@gmail.com"]
9
+ spec.authors = ["Nick Fausnight","Wes Garrison"]
10
+ spec.email = ["nick.s.fausnight@gmail.com","wes@databasically.com"]
11
11
  spec.description = %q{For streamlining and automating time and invoice management in Harvest.}
12
12
  spec.summary = %q{Streamline. Automate. Harvest.}
13
13
  spec.homepage = ""
@@ -1,3 +1,3 @@
1
1
  module Harvestime
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harvestime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Fausnight
8
+ - Wes Garrison
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -111,6 +112,7 @@ dependencies:
111
112
  description: For streamlining and automating time and invoice management in Harvest.
112
113
  email:
113
114
  - nick.s.fausnight@gmail.com
115
+ - wes@databasically.com
114
116
  executables: []
115
117
  extensions: []
116
118
  extra_rdoc_files: []