pluralkit-api 1.0.0 → 1.0.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/pluralkit-api/configuration.rb +2 -2
- data/lib/pluralkit-api/version.rb +1 -1
- data/pluralkit-api-1.0.0.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ce8270b251911f66c60d8e4c96eda396ab5d43de2851d9d0406b007d73288d2
|
4
|
+
data.tar.gz: 9e79feb1da99c7d33217d6b999b4d6c1586597f48dc4d17c3fbfe882b69d18cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dac943223bb9df4c8354d475204d64ac75d573abb3e064065cfa0f5affeb8f3b10c68364a1416e07cf051868e0f2a136896c4300a9765d24d63dd412816823bd
|
7
|
+
data.tar.gz: 4b377b7b3ee4259546d838087377cd141e5d9ee83ccdf0ab4c968711b58ce08222b92fb5f07e3fdd51e07215988aad526bf410593b3daede68124cd0a665a3ab
|
@@ -70,7 +70,7 @@ module PluralKitAPI
|
|
70
70
|
attr_accessor :debugging
|
71
71
|
|
72
72
|
# Defines the logger used for debugging.
|
73
|
-
# Default to
|
73
|
+
# Default to logging to STDOUT.
|
74
74
|
#
|
75
75
|
# @return [#debug]
|
76
76
|
attr_accessor :logger
|
@@ -157,7 +157,7 @@ module PluralKitAPI
|
|
157
157
|
@debugging = false
|
158
158
|
@inject_format = false
|
159
159
|
@force_ending_format = false
|
160
|
-
@logger =
|
160
|
+
@logger = Logger.new(STDOUT)
|
161
161
|
|
162
162
|
yield(self) if block_given?
|
163
163
|
end
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pluralkit-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anna Kudriavtsev
|
@@ -90,6 +90,7 @@ files:
|
|
90
90
|
- lib/pluralkit-api/models/switch.rb
|
91
91
|
- lib/pluralkit-api/models/system.rb
|
92
92
|
- lib/pluralkit-api/version.rb
|
93
|
+
- pluralkit-api-1.0.0.gem
|
93
94
|
- pluralkit-api.gemspec
|
94
95
|
- spec/api/accounts_api_spec.rb
|
95
96
|
- spec/api/members_api_spec.rb
|