k_sequencing 0.1.1 → 0.1.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: 840c153f55aa0cd40d4ab1299863008213d4ed73
4
- data.tar.gz: 4fb918dbd67d9d9b05d0cf631646f174a232277d
3
+ metadata.gz: e2f1d98790ba7e12a88e078c491511709fe4943a
4
+ data.tar.gz: c0dbe9d74093dee29e7fa9d86bc5a396bc76f0a5
5
5
  SHA512:
6
- metadata.gz: 1de289a6a43c5df9030bee374eafdfe81a66ee97111b18aceb14f44d6d347338984bda115f1f285bd14023a88b39751feda06c5ad0decac53722cab65d31588e
7
- data.tar.gz: a6403c30011bff0ee09e235de318c3d16fc2ac3340822bb870eb99c09bf6b46ed17379264661adb7692e7ed9908e4fff9b6a5d2cfaa23e06e9afdf8659fbdd70
6
+ metadata.gz: baac8c327d40e77b052331c7920b7147efdd811bf2b87a98db7b76e4584e2c969d37b5120c258bc068f5eda79c9c59a5cd9cb58d1559f6b1ed1f1aedea6401b3
7
+ data.tar.gz: 0a8ab58c295f8e5f8187081b3341518b88ebc8545be64efa77ab512e7c8cf8666dda95f4deaaf01e67d8be3cf20c454b1018386eae3f39958cbbf9ec7774f4a3
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.1 works with Rails 4.1 onwards. You can add it to your Gemfile with:
7
+ KSequencing 0.1.2 works with Rails 4.1 onwards. You can add it to your Gemfile with:
8
8
  ```ruby
9
9
  gem 'k_sequencing'
10
10
  ```
@@ -16,7 +16,7 @@ You have to contact us [Datawow](https://datawow.io/pages/contact) to get your t
16
16
  ### Operations about Images
17
17
  Get image
18
18
  ```ruby
19
- KSequencing.client.get_image_closed_questions()
19
+ KSequencing.client.get_image_closed_question()
20
20
  ```
21
21
 
22
22
  | Field | Type | Required | Description |
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.1'
7
+ s.version = '0.1.2'
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'
@@ -1,3 +1,3 @@
1
1
  module KSequencing
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k_sequencing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesdakorn Samittiauttakorn