bridgetown-foundation 2.0.0.beta1 → 2.0.0.beta3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bridgetown-foundation.gemspec +2 -2
- data/lib/bridgetown/foundation/refine_ext/object.rb +1 -1
- data/lib/bridgetown/foundation/refine_ext/string.rb +1 -1
- data/lib/bridgetown/version.rb +6 -0
- data/lib/bridgetown-foundation.rb +1 -1
- metadata +3 -3
- data/lib/bridgetown/foundation/version.rb +0 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4130acdba5a7c883a024b9aafe26b529286967c7f83c69cc3851d2352a628ab8
|
4
|
+
data.tar.gz: ac6b5d0952516ee84963cf46511e06d39154a21b821911ad85b984b1bd159475
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e291a7ad4119ae71b3dac8f5235ae4f9357b70096d245dec124d3926e9463316c5c1bab3e801be189dd6ddfe8904413c475fcb078240eea1e88f1a84d38ef64
|
7
|
+
data.tar.gz: d54770a50a15cf6b5ef751493de4213555ff39a96f9411fcb0b4941fff720ea8b4a0335f1a57be1998b953dda5aa74d663aa7cb9110871f87e9378252f981c96
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require_relative "lib/bridgetown/
|
3
|
+
require_relative "lib/bridgetown/version"
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "bridgetown-foundation"
|
7
|
-
spec.version = Bridgetown::
|
7
|
+
spec.version = Bridgetown::VERSION
|
8
8
|
spec.author = "Bridgetown Team"
|
9
9
|
spec.email = "maintainers@bridgetownrb.com"
|
10
10
|
spec.summary = "Ruby language extensions and other utilities useful for the Bridgetown ecosystem"
|
@@ -54,7 +54,7 @@ module Bridgetown::Foundation
|
|
54
54
|
# NOTE: if you _really_ need to preserve Active Support's `in?` functionality, you can just
|
55
55
|
# require "active_support/core_ext/object/inclusion"
|
56
56
|
def in?(...) = Bridgetown::Foundation.deprecation_warning(
|
57
|
-
self, :in?, :within?,
|
57
|
+
self, :in?, :within?, 2025, 12
|
58
58
|
).then { within?(...) }
|
59
59
|
end
|
60
60
|
end
|
@@ -23,7 +23,7 @@ module Bridgetown::Foundation
|
|
23
23
|
def questionable = Bridgetown::Foundation::QuestionableString.new(self)
|
24
24
|
|
25
25
|
def inquiry = Bridgetown::Foundation.deprecation_warning(
|
26
|
-
self, :inquiry, :questionable,
|
26
|
+
self, :inquiry, :questionable, 2025, 12
|
27
27
|
).then { questionable }
|
28
28
|
end
|
29
29
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bridgetown-foundation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.beta3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bridgetown Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hash_with_dot_access
|
@@ -73,7 +73,7 @@ files:
|
|
73
73
|
- lib/bridgetown/foundation/refine_ext/module.rb
|
74
74
|
- lib/bridgetown/foundation/refine_ext/object.rb
|
75
75
|
- lib/bridgetown/foundation/refine_ext/string.rb
|
76
|
-
- lib/bridgetown/
|
76
|
+
- lib/bridgetown/version.rb
|
77
77
|
homepage: https://github.com/bridgetownrb/bridgetown/tree/main/bridgetown-foundation
|
78
78
|
licenses:
|
79
79
|
- MIT
|