k_sequencing 0.1.8 → 0.1.9

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: 84fde1a873be1f9b40b3d40da64a4eea75306adc
4
- data.tar.gz: b8d01f13489dc7ca675f175f2d4153025c91cd35
3
+ metadata.gz: 23b6db8241a4510805973239cd6a022a98d4cfd9
4
+ data.tar.gz: d21d56ce3af28d1986544d273b26f897f9cc473c
5
5
  SHA512:
6
- metadata.gz: e7a39d68476d8ab5d7667369f7faab8de31ed5bdcbbb3152dbfaa591d5eb422a0dc9c92c4b7a2ad30aa2682578ebbce60be77528079b4e9db401bebcc13bf867
7
- data.tar.gz: 1f262a9b835f0223f29104d6dd0b3ec6c01ac1f713840c529417459d6b5688a594329f78ee00d78b09f290a2feb83fcbdeb0ca5ecc6be6a763b63669d42ab92d
6
+ metadata.gz: eddfa6d3dc3edb85e9bf820e14ea05d72554d939b4218dc74d07698261e2ca539778c1e5173e0f75fee89a29965aa66fc42a5512cab4b091e5ae89d72540f116
7
+ data.tar.gz: 10be4f0b6e72bbdff897fe32b75904cc2b290ae147a6bc4042d1810f68e11949591d50d2fb227379b586cb6f22397e41113fc73ecb16d9581b4be596fb2a3c0c
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.8 works with Rails 4.1 onwards. You can add it to your Gemfile with:
7
+ KSequencing 0.1.9 works with Rails 4.1 onwards. You can add it to your Gemfile with:
8
8
  ```ruby
9
9
  gem 'k_sequencing'
10
10
  ```
@@ -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.8'
8
+ s.version = '0.1.9'
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,8 +34,7 @@ module KSequencing
34
34
 
35
35
  def connection
36
36
  options = {
37
- # url: 'https://k-sequencing.datawow.io/'
38
- url: "http://localhost:3001/"
37
+ url: 'https://k-sequencing.datawow.io/'
39
38
  }
40
39
 
41
40
  @connection ||= Faraday::Connection.new(options) do |connection|
@@ -1,3 +1,3 @@
1
1
  module KSequencing
2
- VERSION = '0.1.8'.freeze
2
+ VERSION = '0.1.9'.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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesdakorn Samittiauttakorn