k_sequencing 0.0.2 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 93ef61a650856980af253bb1d454f311411fbaad
4
- data.tar.gz: a70ad95c23d79ce0be95b7fe1f59aa0074f1635c
3
+ metadata.gz: 63fad70ceab8cbbebed1f1dda3172aea7d5ffee6
4
+ data.tar.gz: 5582447467999af879f08a7cb71a8bb3e7921c51
5
5
  SHA512:
6
- metadata.gz: 206fcbb162c220285719976891445cd37e03b14f2e0b618983548e5043ad9393623df5f33d976a7c97931bee17249427532a04ade88353e6491321f01117d796
7
- data.tar.gz: 5d20e6a370f8c783aceac48dca626bde26622d887fc8e3a726bea4d544405b9025972753d948424f814969f2df6461b0107baee348010db44b0ffaa4ddd433fc
6
+ metadata.gz: d99231f7b285ec60a2d2c796065565161cfeb9e9c84329d1d453715025950b9ea04a36b32702adaf35b8d6e06e9eedc7343a27795ad1cfca793c60e0f91d1e3f
7
+ data.tar.gz: 90707e369ea7ea76e830f83d7498e878212f01844bd80a4c8121d85ad1fb5e53744fdd01795740b5dc250a0a7e7d7744726ec251bae57bbed0f5f9fcc40b7be1
data/README.md CHANGED
@@ -10,7 +10,7 @@ gem 'k_sequencing'
10
10
  ```
11
11
  Then run bundle install
12
12
 
13
- You have to contact us [Kiyo](http://kiyo.tech/pages/contact) to get your token. With this token you'll be able to use our gem properly.
13
+ You have to contact us [Datawow](https://datawow.io/pages/contact) to get your token. With this token you'll be able to use our gem properly.
14
14
 
15
15
  ## Usage
16
16
  ### Operations about Images
data/k_sequencing.gemspec CHANGED
@@ -4,14 +4,14 @@ $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.0.2'
7
+ s.version = '0.0.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'
11
11
  s.authors = ['Jesdakorn Samittiauttakorn']
12
12
  s.email = 'ton@nanameue.jp'
13
13
  s.files = `git ls-files`.split("\n")
14
- s.homepage = 'https://kiyo.tech'
14
+ s.homepage = 'https://datawow.io'
15
15
  s.license = 'Commercial'
16
16
  s.require_paths = ['lib']
17
17
 
@@ -23,7 +23,7 @@ module KSequencing
23
23
 
24
24
  def connection
25
25
  options = {
26
- url: 'http://localhost:3001'
26
+ url: 'https://k-sequencing.datawow.io/'
27
27
  }
28
28
 
29
29
  @connection ||= Faraday::Connection.new(options) do |connection|
@@ -1,3 +1,3 @@
1
1
  module KSequencing
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
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.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jesdakorn Samittiauttakorn
@@ -105,7 +105,7 @@ files:
105
105
  - lib/k_sequencing/error.rb
106
106
  - lib/k_sequencing/faraday/raise_http_exception.rb
107
107
  - lib/k_sequencing/version.rb
108
- homepage: https://kiyo.tech
108
+ homepage: https://datawow.io
109
109
  licenses:
110
110
  - Commercial
111
111
  metadata: {}