prefab-cloud-ruby 0.23.0 → 0.23.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/Gemfile.lock +4 -4
- data/VERSION +1 -1
- data/lib/prefab/client.rb +1 -1
- data/prefab-cloud-ruby.gemspec +3 -3
- 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: 55f7405129237177e62c5dfe267782a09825ef548daa1dc4991ab21a66769455
|
|
4
|
+
data.tar.gz: ec4e47e424a6898f31bcba403293de19d8a70d67a951c3d6a830e5cdbb71156e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e78923408d4bf39a2a73c7e9d90c88274b1da106ff148094c2bcba694195d93eab81d373fe36e404740e0266f06b35d928bc21caa10e85c374fbf3667d055af
|
|
7
|
+
data.tar.gz: db4052d845d6dbda926579da65af9bececa24c96676b44f0d7af01bfed85e527d4768d22b095867f6ec6ec6d30d8e3975fd6edebf4af4d9ea47d1550a5215fb9
|
data/Gemfile.lock
CHANGED
|
@@ -30,11 +30,11 @@ GEM
|
|
|
30
30
|
faraday (>= 0.8, < 2)
|
|
31
31
|
hashie (~> 3.5, >= 3.5.2)
|
|
32
32
|
oauth2 (~> 1.0)
|
|
33
|
-
google-protobuf (3.
|
|
34
|
-
googleapis-common-protos-types (1.
|
|
33
|
+
google-protobuf (3.22.2)
|
|
34
|
+
googleapis-common-protos-types (1.5.0)
|
|
35
35
|
google-protobuf (~> 3.14)
|
|
36
|
-
grpc (1.
|
|
37
|
-
google-protobuf (~> 3.
|
|
36
|
+
grpc (1.53.0)
|
|
37
|
+
google-protobuf (~> 3.21)
|
|
38
38
|
googleapis-common-protos-types (~> 1.0)
|
|
39
39
|
grpc-tools (1.43.1)
|
|
40
40
|
hashie (3.6.0)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.23.
|
|
1
|
+
0.23.1
|
data/lib/prefab/client.rb
CHANGED
|
@@ -90,7 +90,7 @@ module Prefab
|
|
|
90
90
|
ActionController::Base.logger = log
|
|
91
91
|
ActiveJob::Base.logger = log
|
|
92
92
|
ActiveRecord::Base.logger = log
|
|
93
|
-
ActiveStorage.logger = log
|
|
93
|
+
ActiveStorage.logger = log if defined?(ActiveStorage)
|
|
94
94
|
end
|
|
95
95
|
|
|
96
96
|
def log_internal(level, msg, path = nil)
|
data/prefab-cloud-ruby.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: prefab-cloud-ruby 0.23.
|
|
5
|
+
# stub: prefab-cloud-ruby 0.23.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "prefab-cloud-ruby".freeze
|
|
9
|
-
s.version = "0.23.
|
|
9
|
+
s.version = "0.23.1"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Jeff Dwyer".freeze]
|
|
14
|
-
s.date = "2023-03-
|
|
14
|
+
s.date = "2023-03-30"
|
|
15
15
|
s.description = "RateLimits & Config as a service".freeze
|
|
16
16
|
s.email = "jdwyer@prefab.cloud".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prefab-cloud-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.23.
|
|
4
|
+
version: 0.23.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Dwyer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|