selly 2.0.2 → 2.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 +5 -5
- data/lib/selly.rb +1 -1
- data/lib/selly/version.rb +1 -1
- data/selly.gemspec +2 -2
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 79b347521a8c8d2f9910e1446797b54e04dff4f722bfc0a5d50f2b44f9f99482
|
|
4
|
+
data.tar.gz: 7e2a15f9724e51cc3345d4b53363fe41cecf42f00c0e04be5cf1610ebbd081cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 109a72ad524b5a52da68fd2d289c07ecefd002b9358567528b4fe9ce48692ab48ac7913b8cbdbab861980d5e153e5f93216711a2f6f10eb58ef78cfb6e08f4eb
|
|
7
|
+
data.tar.gz: a3e7168a9c169b5fb854b0380b1f4261b8e141df645539023a90868b045cdb92197e46e5d7de72bde41478f434af011d0f59276ec88d6b4da03fc5865e45a5b4
|
data/lib/selly.rb
CHANGED
|
@@ -14,7 +14,7 @@ require 'selly/product_groups'
|
|
|
14
14
|
require 'base64'
|
|
15
15
|
|
|
16
16
|
module Selly
|
|
17
|
-
API_ROOT = 'https://selly.
|
|
17
|
+
API_ROOT = 'https://selly.io/api/v2'.freeze
|
|
18
18
|
USER_AGENT = "[Selly Ruby v#{VERSION}] Ruby-#{RUBY_VERSION} - #{RUBY_PLATFORM}".freeze
|
|
19
19
|
JSON_MIME = 'application/json'.freeze
|
|
20
20
|
|
data/lib/selly/version.rb
CHANGED
data/selly.gemspec
CHANGED
|
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "selly"
|
|
8
8
|
spec.version = Selly::VERSION
|
|
9
9
|
spec.authors = ["Selly"]
|
|
10
|
-
spec.email = ["contact@selly.
|
|
10
|
+
spec.email = ["contact@selly.io"]
|
|
11
11
|
|
|
12
12
|
spec.summary = "Ruby library for Selly's API"
|
|
13
13
|
spec.description = "Ruby library for Selly's API"
|
|
14
|
-
spec.homepage = "https://selly.
|
|
14
|
+
spec.homepage = "https://selly.io"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.files = `git ls-files`.split("\n")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: selly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Selly
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: http
|
|
@@ -54,7 +54,7 @@ dependencies:
|
|
|
54
54
|
version: '10.0'
|
|
55
55
|
description: Ruby library for Selly's API
|
|
56
56
|
email:
|
|
57
|
-
- contact@selly.
|
|
57
|
+
- contact@selly.io
|
|
58
58
|
executables: []
|
|
59
59
|
extensions: []
|
|
60
60
|
extra_rdoc_files: []
|
|
@@ -83,7 +83,7 @@ files:
|
|
|
83
83
|
- lib/selly/selly_error.rb
|
|
84
84
|
- lib/selly/version.rb
|
|
85
85
|
- selly.gemspec
|
|
86
|
-
homepage: https://selly.
|
|
86
|
+
homepage: https://selly.io
|
|
87
87
|
licenses:
|
|
88
88
|
- MIT
|
|
89
89
|
metadata: {}
|
|
@@ -103,8 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
104
|
version: '0'
|
|
105
105
|
requirements: []
|
|
106
|
-
|
|
107
|
-
rubygems_version: 2.6.14
|
|
106
|
+
rubygems_version: 3.0.1
|
|
108
107
|
signing_key:
|
|
109
108
|
specification_version: 4
|
|
110
109
|
summary: Ruby library for Selly's API
|