freckle-api 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -29
  3. data/lib/freckle_api/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1700bf9601949966280b2910940e079cd5f0d180
4
- data.tar.gz: f1d517d755546bced6a7304d3bf4b48c359940ec
3
+ metadata.gz: 3d301403587290f043a449fdb4e127cf1f38db77
4
+ data.tar.gz: fc2083b1c49005b65e2e5053a24a2a4db5da1d4c
5
5
  SHA512:
6
- metadata.gz: 033644a34b4c290d4fc385929f89f6d70e5e463125b1988fe258fdecaffeacfaf629602df0e4e1b78d93b8d23c03d000325947d7c87999cf58e3b0930c4b6298
7
- data.tar.gz: e6f7139b82273a338f834b0c252c2ea585cb00c1d534ed1756be21f3e253539bd31ca3169e54ea1da60dc9be594714917f5a1ae22e1f5390e444e76a4411213c
6
+ metadata.gz: a8dfd80f2379da8565269948dc1d6f92f479dec1b5a2e3bfb8c85961ceba8b86caa1ec5c65717f786a928fe5165bdfa994100d8842622d205d30e0d1e4ad6313
7
+ data.tar.gz: 92f56f47520a26025f4f317380b53da2412e9819716f52f8f13089b79d72a6c8c43b4b0e2cc571e77a1b236b2cffa6aa8ef237767f40378a0107f701a3800f1b
data/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # freckle-api
2
2
 
3
- **Note** Back at work and terribly busy after the Christmas holidays, so I
4
- won't be working on this for a week or two, but it's certainly not abandoned!
5
-
6
3
  Freckle API client for v2.
7
4
 
8
5
  [![Gem Version](https://badge.fury.io/rb/freckle-api.svg)](https://badge.fury.io/rb/freckle-api)
@@ -11,30 +8,6 @@ Freckle API client for v2.
11
8
  [![Code Climate](https://codeclimate.com/github/shkm/freckle-api/badges/gpa.svg)](https://codeclimate.com/github/shkm/freckle-api)
12
9
  [![Test Coverage](https://codeclimate.com/github/shkm/freckle-api/badges/coverage.svg)](https://codeclimate.com/github/shkm/freckle-api/coverage)
13
10
 
14
- This is still in development and not ready to use yet.
15
-
16
- I intend to implement timing functonality only to begin with,
17
- adding more management features later on. In order to get it to a
18
- usable/useful state, the following needs to be done:
19
-
20
- ## TODO
21
-
22
- There's a lot to do right now, but to get this API into a useful state
23
- for users simply logging their time, the following is mandatory:
24
-
25
- - Implement timer:
26
- - start
27
- - pause
28
- - log
29
- - discard
30
-
31
- Longer-term TODO items are, in general order of importance:
11
+ This is still in a pretty early stage; I'm implementing features as and when I need them.
32
12
 
33
- - Implement entries
34
- - Error handling, retry on fail.
35
- - Rate limiting -- Freckle only allows two requests per second per IP, so consider
36
- other users on the network as well. Goes with error handling.
37
- - The entire v2 API that is currently available
38
- - Better testing of requests
39
- - DRYer tests
40
- - Whatever other TODOs or FIXMEs in the codebase.
13
+ I'm using freckle-api in [FreCLI](https://github.com/shkm/frecli) — a CLI Freckle client.
@@ -1,3 +1,3 @@
1
1
  class FreckleApi
2
- VERSION = '0.1.6'
2
+ VERSION = '0.1.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: freckle-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Schembri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-26 00:00:00.000000000 Z
11
+ date: 2016-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -128,9 +128,9 @@ require_paths:
128
128
  - lib
129
129
  required_ruby_version: !ruby/object:Gem::Requirement
130
130
  requirements:
131
- - - '='
131
+ - - ">="
132
132
  - !ruby/object:Gem::Version
133
- version: 2.3.0
133
+ version: 2.2.0
134
134
  required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - ">="