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 +4 -4
- data/harvestime.gemspec +2 -2
- data/lib/harvestime/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be8bf87ed48cab202cfd06a2e29ea7c54b2cfcfe
|
4
|
+
data.tar.gz: ddf20e2a3e40ba96527a7ba1f09f4f4f25ddc50c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 = ""
|
data/lib/harvestime/version.rb
CHANGED
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.
|
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: []
|