prefab-cloud-ruby 1.5.0 → 1.5.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/CHANGELOG.md +4 -0
- data/VERSION +1 -1
- data/lib/prefab/options.rb +2 -0
- 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: e17e7f322495febf8d3039c415dbca2efb862e91387d6836b8097efcf60c83ba
|
|
4
|
+
data.tar.gz: b4fc3d100d9429bcc6b82898e036f3a357513c23d6499ab0b92e7c474b64205a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2963c32a38aa86440c94b025102d1e08a6043bba1b4253a015ce15d04432fedba7c19076a7d865d1ad26b561c88ddc1d78ed8884c950f7844a56a3d9845d631
|
|
7
|
+
data.tar.gz: 145759236becc8a6fe6e7f949a44ed2192f460f946ebcdb7367ac7f6fa25cd5cf9038872dfc31e5a21c15298e9de38115df3b2673ca8bf6f2466567a27de669a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.5.
|
|
1
|
+
1.5.1
|
data/lib/prefab/options.rb
CHANGED
|
@@ -136,6 +136,8 @@ module Prefab
|
|
|
136
136
|
when :periodic_example
|
|
137
137
|
@collect_example_contexts = true
|
|
138
138
|
@collect_max_example_contexts = context_max_size
|
|
139
|
+
@collect_shapes = true
|
|
140
|
+
@collect_max_shapes = context_max_size
|
|
139
141
|
when :shape_only
|
|
140
142
|
@collect_shapes = true
|
|
141
143
|
@collect_max_shapes = context_max_size
|
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 1.5.
|
|
5
|
+
# stub: prefab-cloud-ruby 1.5.1 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "prefab-cloud-ruby".freeze
|
|
9
|
-
s.version = "1.5.
|
|
9
|
+
s.version = "1.5.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 = "2024-02-
|
|
14
|
+
s.date = "2024-02-22"
|
|
15
15
|
s.description = "Feature Flags, Live Config, and Dynamic Log Levels as a service".freeze
|
|
16
16
|
s.email = "jdwyer@prefab.cloud".freeze
|
|
17
17
|
s.executables = ["console".freeze]
|
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: 1.5.
|
|
4
|
+
version: 1.5.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: 2024-02-
|
|
11
|
+
date: 2024-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|