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 +4 -4
- data/README.md +1 -1
- data/k_sequencing.gemspec +2 -2
- data/lib/k_sequencing/connection.rb +1 -1
- data/lib/k_sequencing/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63fad70ceab8cbbebed1f1dda3172aea7d5ffee6
|
4
|
+
data.tar.gz: 5582447467999af879f08a7cb71a8bb3e7921c51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 [
|
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.
|
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://
|
14
|
+
s.homepage = 'https://datawow.io'
|
15
15
|
s.license = 'Commercial'
|
16
16
|
s.require_paths = ['lib']
|
17
17
|
|
data/lib/k_sequencing/version.rb
CHANGED
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.
|
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://
|
108
|
+
homepage: https://datawow.io
|
109
109
|
licenses:
|
110
110
|
- Commercial
|
111
111
|
metadata: {}
|