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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: c51f43c019444bb4d8b167d9af035b74d726dbb2
4
- data.tar.gz: 7b740767fe10ed1a1961f43ba900d1eafcc82b69
2
+ SHA256:
3
+ metadata.gz: 79b347521a8c8d2f9910e1446797b54e04dff4f722bfc0a5d50f2b44f9f99482
4
+ data.tar.gz: 7e2a15f9724e51cc3345d4b53363fe41cecf42f00c0e04be5cf1610ebbd081cf
5
5
  SHA512:
6
- metadata.gz: 11e856b15e6bdf6244fd8c85c926d82e75632a4c0b0bcea9349fc7f9b3641aadcff23b0b504d315c3dc9cdaa84d951fc7aca3d21d64b2409334278c59b99b1c4
7
- data.tar.gz: d73375f631e3db6585005b4dbc1095f4a3abaafb3953b8ee1324c83fca557d4bdb9fe664453b85056b86a84bf09ba2db3ed32411e8c23506d9f4cd2e511cb51f
6
+ metadata.gz: 109a72ad524b5a52da68fd2d289c07ecefd002b9358567528b4fe9ce48692ab48ac7913b8cbdbab861980d5e153e5f93216711a2f6f10eb58ef78cfb6e08f4eb
7
+ data.tar.gz: a3e7168a9c169b5fb854b0380b1f4261b8e141df645539023a90868b045cdb92197e46e5d7de72bde41478f434af011d0f59276ec88d6b4da03fc5865e45a5b4
@@ -14,7 +14,7 @@ require 'selly/product_groups'
14
14
  require 'base64'
15
15
 
16
16
  module Selly
17
- API_ROOT = 'https://selly.gg/api/v2'.freeze
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
 
@@ -1,3 +1,3 @@
1
1
  module Selly
2
- VERSION = '2.0.2'
2
+ VERSION = '2.0.3'
3
3
  end
@@ -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.gg"]
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.gg"
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.2
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: 2018-07-02 00:00:00.000000000 Z
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.gg
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.gg
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
- rubyforge_project:
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