userlist 0.4.0 → 0.4.1
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/lib/userlist/config.rb +1 -1
- data/lib/userlist/push/client.rb +2 -2
- data/lib/userlist/version.rb +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: d654ea7675fae65eaef3bd08958b6e565ad8cee82ddf8c00d25dc647bb04b047
|
4
|
+
data.tar.gz: 29ac435d2b7df8df2563d952c7c0f40557519e1fcd8fe035dbdd6bf61b420692
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f725c5b9060d012eecf0bc99475687fb38df01c9111eb066a6cbdd4f3393b0aff1b0cd93d9c948c0b788f7ecdbc93f62efe525573c99ba95e8a5ee7aa3205ff
|
7
|
+
data.tar.gz: ee7fdc2e800edad20bdda9753b447b6da599ea14588c98247750af0ab63f3eaf74c2c3d1233c21f8e09b8e8de3e796bb9cf0068344f633ba99059944ad3a0140
|
data/lib/userlist/config.rb
CHANGED
data/lib/userlist/push/client.rb
CHANGED
@@ -11,8 +11,8 @@ module Userlist
|
|
11
11
|
def initialize(config = {})
|
12
12
|
@config = Userlist.config.merge(config)
|
13
13
|
|
14
|
-
raise Userlist::ConfigurationError, :push_key unless config.push_key
|
15
|
-
raise Userlist::ConfigurationError, :push_endpoint unless config.push_endpoint
|
14
|
+
raise Userlist::ConfigurationError, :push_key unless @config.push_key
|
15
|
+
raise Userlist::ConfigurationError, :push_endpoint unless @config.push_endpoint
|
16
16
|
end
|
17
17
|
|
18
18
|
def get(endpoint)
|
data/lib/userlist/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: userlist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benedikt Deicke
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|