k_sequencing 0.1.2 → 0.1.3
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/README.md +3 -9
- data/docs/documentation.md +8 -32
- data/k_sequencing.gemspec +1 -1
- data/lib/k_sequencing/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1c8b30eacc43a71ebaf56c5d83b8d1d20ff9d2d
|
4
|
+
data.tar.gz: c7c27265ef43c139dff1731efc1218b4f74f2564
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b22a5b7de6d957077cf376ce76fd0c516c3013f6d703f621db38925d10225717ff51fd81944bfecd9a6a6567ea60be508b97f167ba9afff7746ca1ff1ba80b3
|
7
|
+
data.tar.gz: 105a48c085ba2988fde81a0530e9b7eebbf819384a088c9478793aa39e531b330c357c39a2ec5e22da9cd82583419ef872ce6885ab52548108071e2816373f05
|
data/README.md
CHANGED
@@ -4,7 +4,7 @@ Image and content moderation services.
|
|
4
4
|
|
5
5
|
## Getting Started
|
6
6
|
|
7
|
-
KSequencing 0.1.
|
7
|
+
KSequencing 0.1.3 works with Rails 4.1 onwards. You can add it to your Gemfile with:
|
8
8
|
```ruby
|
9
9
|
gem 'k_sequencing'
|
10
10
|
```
|
@@ -49,14 +49,11 @@ Sample results
|
|
49
49
|
"credit_charged": 0,
|
50
50
|
"custom_id": null,
|
51
51
|
"data": "image_url",
|
52
|
-
"deadline_at": "2017-06-02T07:19:48.574+00:00",
|
53
52
|
"postback_url": "www.example.com",
|
54
53
|
"processed_at": null,
|
55
54
|
"project_id": 3,
|
56
|
-
"staff_id": null,
|
57
55
|
"status": "unprocess",
|
58
|
-
"created_at": "2017-06-02T07:19:48.574Z"
|
59
|
-
"updated_at": "2017-06-02T07:19:48.574Z"
|
56
|
+
"created_at": "2017-06-02T07:19:48.574Z"
|
60
57
|
}
|
61
58
|
},
|
62
59
|
"meta": {
|
@@ -100,14 +97,11 @@ Sample results
|
|
100
97
|
"credit_charged": 0,
|
101
98
|
"custom_id": null,
|
102
99
|
"data": "image_url",
|
103
|
-
"deadline_at": "2017-03-14T08:29:40.697+00:00",
|
104
100
|
"postback_url": "www.example.com",
|
105
101
|
"process": false,
|
106
102
|
"processed_at": null,
|
107
103
|
"project_id": null,
|
108
|
-
"
|
109
|
-
"created_at": "2017-03-14T08:29:40.696Z",
|
110
|
-
"updated_at": "2017-03-14T08:29:40.696Z"
|
104
|
+
"created_at": "2017-03-14T08:29:40.696Z"
|
111
105
|
},
|
112
106
|
"meta": {
|
113
107
|
"code": 200,
|
data/docs/documentation.md
CHANGED
@@ -42,14 +42,11 @@ Sample results
|
|
42
42
|
"credit_charged": 0,
|
43
43
|
"custom_id": null,
|
44
44
|
"data": "image_url",
|
45
|
-
"deadline_at": "2017-06-02T07:19:48.574+00:00",
|
46
45
|
"postback_url": "www.example.com",
|
47
46
|
"processed_at": null,
|
48
47
|
"project_id": 3,
|
49
|
-
"staff_id": null,
|
50
48
|
"status": "unprocess",
|
51
|
-
"created_at": "2017-06-02T07:19:48.574Z"
|
52
|
-
"updated_at": "2017-06-02T07:19:48.574Z"
|
49
|
+
"created_at": "2017-06-02T07:19:48.574Z"
|
53
50
|
}
|
54
51
|
},
|
55
52
|
"meta": {
|
@@ -92,14 +89,11 @@ Sample results
|
|
92
89
|
"credit_charged": 0,
|
93
90
|
"custom_id": null,
|
94
91
|
"data": "image_url",
|
95
|
-
"deadline_at": "2017-03-14T08:29:40.697+00:00",
|
96
92
|
"postback_url": "www.example.com",
|
97
93
|
"process": false,
|
98
94
|
"processed_at": null,
|
99
95
|
"project_id": 1,
|
100
|
-
"
|
101
|
-
"created_at": "2017-03-14T08:29:40.696Z",
|
102
|
-
"updated_at": "2017-03-14T08:29:40.696Z"
|
96
|
+
"created_at": "2017-03-14T08:29:40.696Z"
|
103
97
|
},
|
104
98
|
"meta": {
|
105
99
|
"code": 200,
|
@@ -146,7 +140,6 @@ Sample results
|
|
146
140
|
"credit_charged": 0,
|
147
141
|
"custom_id": null,
|
148
142
|
"data": "image_url",
|
149
|
-
"deadline_at": "2017-06-01T07:18:02.350+00:00",
|
150
143
|
"postback_url": "www.example.com",
|
151
144
|
"instruction": "TEST instruction",
|
152
145
|
"categories": [
|
@@ -156,10 +149,8 @@ Sample results
|
|
156
149
|
"project_id": 190,
|
157
150
|
"multiple": false,
|
158
151
|
"processed_at": "2017-06-01T07:23:17.494+00:00",
|
159
|
-
"staff_id": 26,
|
160
152
|
"status": "unprocess",
|
161
|
-
"created_at": "2017-06-01T07:18:02.350Z"
|
162
|
-
"updated_at": "2017-06-02T03:07:06.455Z"
|
153
|
+
"created_at": "2017-06-01T07:18:02.350Z"
|
163
154
|
}
|
164
155
|
},
|
165
156
|
"meta": {
|
@@ -221,7 +212,6 @@ Sample results
|
|
221
212
|
"credit_charged": 0,
|
222
213
|
"custom_id": null,
|
223
214
|
"data": "image_url",
|
224
|
-
"deadline_at": "2017-03-15T04:31:12.601+00:00",
|
225
215
|
"postback_url": "www.example.com",
|
226
216
|
"process": false,
|
227
217
|
"instruction": "question",
|
@@ -233,9 +223,7 @@ Sample results
|
|
233
223
|
"project_id": 1,
|
234
224
|
"multiple": false,
|
235
225
|
"processed_at": null,
|
236
|
-
"
|
237
|
-
"created_at": "2017-03-15T04:31:12.600Z",
|
238
|
-
"updated_at": "2017-03-15T04:31:12.600Z"
|
226
|
+
"created_at": "2017-03-15T04:31:12.600Z"
|
239
227
|
},
|
240
228
|
"meta": {
|
241
229
|
"code": 200,
|
@@ -281,15 +269,12 @@ Sample results
|
|
281
269
|
"credit_charged": 0,
|
282
270
|
"custom_id": null,
|
283
271
|
"data": "image_url",
|
284
|
-
"deadline_at": "2017-06-01T07:18:38.786+00:00",
|
285
272
|
"postback_url": "www.example.com",
|
286
273
|
"instruction": "Test",
|
287
274
|
"project_id": 190,
|
288
275
|
"processed_at": null,
|
289
|
-
"staff_id": null,
|
290
276
|
"status": "unprocess",
|
291
|
-
"created_at": "2017-06-01T07:18:38.786Z"
|
292
|
-
"updated_at": "2017-06-01T07:23:44.593Z"
|
277
|
+
"created_at": "2017-06-01T07:18:38.786Z"
|
293
278
|
}
|
294
279
|
},
|
295
280
|
"meta": {
|
@@ -334,15 +319,12 @@ Sample results
|
|
334
319
|
"credit_charged": 0,
|
335
320
|
"custom_id": null,
|
336
321
|
"data": "image_url",
|
337
|
-
"deadline_at": "2017-03-15T04:32:47.763+00:00",
|
338
322
|
"postback_url": "www.example.com",
|
339
323
|
"process": false,
|
340
324
|
"instruction": "question",
|
341
325
|
"project_id": 1,
|
342
326
|
"processed_at": null,
|
343
|
-
"
|
344
|
-
"created_at": "2017-03-15T04:32:47.762Z",
|
345
|
-
"updated_at": "2017-03-15T04:32:47.762Z"
|
327
|
+
"created_at": "2017-03-15T04:32:47.762Z"
|
346
328
|
},
|
347
329
|
"meta": {
|
348
330
|
"code": 200,
|
@@ -387,15 +369,12 @@ Sample results
|
|
387
369
|
"credit_charged": 0,
|
388
370
|
"custom_id": null,
|
389
371
|
"data": "image_url",
|
390
|
-
"deadline_at": "2017-06-01T07:19:08.587+00:00",
|
391
372
|
"postback_url": "www.example.com",
|
392
373
|
"instruction": "TEST",
|
393
374
|
"project_id": 190,
|
394
375
|
"processed_at": null,
|
395
|
-
"staff_id": null,
|
396
376
|
"status": "unprocess",
|
397
|
-
"created_at": "2017-06-01T07:19:08.587Z"
|
398
|
-
"updated_at": "2017-06-01T07:23:34.035Z"
|
377
|
+
"created_at": "2017-06-01T07:19:08.587Z"
|
399
378
|
}
|
400
379
|
},
|
401
380
|
"meta": {
|
@@ -440,15 +419,12 @@ Sample results
|
|
440
419
|
"credit_charged": 0,
|
441
420
|
"custom_id": null,
|
442
421
|
"data": "image_url",
|
443
|
-
"deadline_at": "2017-03-15T04:34:36.231+00:00",
|
444
422
|
"postback_url": "www.example.com",
|
445
423
|
"process": false,
|
446
424
|
"instruction": "question",
|
447
425
|
"project_id": 1,
|
448
426
|
"processed_at": null,
|
449
|
-
"
|
450
|
-
"created_at": "2017-03-15T04:34:36.230Z",
|
451
|
-
"updated_at": "2017-03-15T04:34:36.230Z"
|
427
|
+
"created_at": "2017-03-15T04:34:36.230Z"
|
452
428
|
},
|
453
429
|
"meta": {
|
454
430
|
"code": 200,
|
data/k_sequencing.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = 'k_sequencing'
|
7
|
-
s.version = '0.1.
|
7
|
+
s.version = '0.1.3'
|
8
8
|
s.date = '2017-05-24'
|
9
9
|
s.summary = 'KSequencing is a moderator service for your online content'
|
10
10
|
s.description = 'Moderation suite'
|
data/lib/k_sequencing/version.rb
CHANGED