noko 0.0.0

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +43 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 2e20acde5d6a8996729182c545b3f02493b6c6d4456c57e7f802a4afbbb23d10
4
+ data.tar.gz: 015f207bc374bf4711717bf8c7633bcba0dc469737083541e2886705230d0afb
5
+ SHA512:
6
+ metadata.gz: a2f31aa33be6bf23e2391b9697723cd87075ed525a7a0051512f56e6e3dc5dadfabca1f4cdcf880d43ec08179e9eb712e5a21754bc3a6e1949b5c7303f32dc5f
7
+ data.tar.gz: 0fa8b0ceafc2eddb3b8456b4bf4f2877cd408ea8aac3d7eb9fe841a792bbf63b229bcd95b91778d5983c489b06d7f5ce619abacfe5984c0855eb031fb9151dfe
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: noko
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Tim Craft
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ruby client library for the Noko API
14
+ email:
15
+ - mail@timcraft.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://nokotime.com
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.0.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Ruby client library for the Noko (née Freckle) v2 API
43
+ test_files: []