selligent 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/selligent/version.rb +1 -1
- data/selligent.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ccf89ee98092bf6e2e79ce775aee2b675f0c565cfb062c99d3b55d6f664cc1ad
|
4
|
+
data.tar.gz: fee9a48adbe5efedb493e7f4d1ebfc0f828178b00594aa2245faf08a995dcba8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15c039f38aa2664885c88dcbd36a3fdb8e1ec5b78855e52f350fe8f673c9502324f06a3fda52948ca61c8b7cd3966c41e4f6241168fb1ed2bd18a55f7cca275d
|
7
|
+
data.tar.gz: 51d6814010d48aa7f0977f4132ca837e46a3bc5a491fdb3a39add900c56afeedcc35fe4c08890c1c2c916539c9ccff796a770c5cda88bfee7cb61ea8cc953480
|
data/lib/selligent/version.rb
CHANGED
data/selligent.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.version = Selligent::VERSION
|
9
9
|
s.authors = ['Werner Hofstra']
|
10
10
|
s.email = ['w.hofstra@catawiki.nl']
|
11
|
-
s.homepage = 'https://github.com/catawiki/selligent'
|
11
|
+
s.homepage = 'https://github.com/catawiki/selligent-rb'
|
12
12
|
s.summary = 'Selligent Ruby API client'
|
13
13
|
s.description = 'Provides access to the Selligent REST API'
|
14
14
|
s.license = 'proprietary'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: selligent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Werner Hofstra
|
@@ -84,7 +84,7 @@ files:
|
|
84
84
|
- lib/selligent/middlewares/authorization.rb
|
85
85
|
- lib/selligent/version.rb
|
86
86
|
- selligent.gemspec
|
87
|
-
homepage: https://github.com/catawiki/selligent
|
87
|
+
homepage: https://github.com/catawiki/selligent-rb
|
88
88
|
licenses:
|
89
89
|
- proprietary
|
90
90
|
metadata: {}
|