k_sequencing 0.1.7 → 0.1.8

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: ae11884612613c8d6601c3ce8ffd5d4b32c187e7
4
- data.tar.gz: cfeac99baac036e0f9b4ad7c3c0ce8d14be3c7b3
3
+ metadata.gz: 84fde1a873be1f9b40b3d40da64a4eea75306adc
4
+ data.tar.gz: b8d01f13489dc7ca675f175f2d4153025c91cd35
5
5
  SHA512:
6
- metadata.gz: 1ee2b164507f9e34cafd559222937ed2e8f792d921130a4f2ad9f8fd7fe6b3fb88bc9dcfbe1f6bf18dd7c70fb9261663be00fed689ec1056301f626540e8a104
7
- data.tar.gz: cbb1aac37c39132f35593da5abc1b60760ec4528f39efb1fcc8c72075606908172ba19fe99c08b6768acdae2716c0664a9a1a1e00f23779360c7aa1ac0972b78
6
+ metadata.gz: e7a39d68476d8ab5d7667369f7faab8de31ed5bdcbbb3152dbfaa591d5eb422a0dc9c92c4b7a2ad30aa2682578ebbce60be77528079b4e9db401bebcc13bf867
7
+ data.tar.gz: 1f262a9b835f0223f29104d6dd0b3ec6c01ac1f713840c529417459d6b5688a594329f78ee00d78b09f290a2feb83fcbdeb0ca5ecc6be6a763b63669d42ab92d
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 works with Rails 4.1 onwards. You can add it to your Gemfile with:
7
+ KSequencing 0.1.8 works with Rails 4.1 onwards. You can add it to your Gemfile with:
8
8
  ```ruby
9
9
  gem 'k_sequencing'
10
10
  ```
@@ -185,7 +185,7 @@ For multiple answer
185
185
  KSequencing.client.create_image_choices(
186
186
  instruction: "question",
187
187
  categories: "options1 options2 options3",
188
- data: "image_url"
188
+ data: "image_url",
189
189
  multiple: true
190
190
  )
191
191
  ```
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = 'k_sequencing'
8
- s.version = '0.1.7'
8
+ s.version = '0.1.8'
9
9
  s.date = '2017-05-24'
10
10
  s.summary = 'KSequencing is a moderator service for your online content'
11
11
  s.description = 'Moderation suite'
@@ -34,7 +34,8 @@ module KSequencing
34
34
 
35
35
  def connection
36
36
  options = {
37
- url: 'https://k-sequencing.datawow.io/'
37
+ # url: 'https://k-sequencing.datawow.io/'
38
+ url: "http://localhost:3001/"
38
39
  }
39
40
 
40
41
  @connection ||= Faraday::Connection.new(options) do |connection|
@@ -1,3 +1,3 @@
1
1
  module KSequencing
2
- VERSION = '0.1.7'.freeze
2
+ VERSION = '0.1.8'.freeze
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesdakorn Samittiauttakorn