Skip to content

Commit 09186ac

Browse files
authored
Merge pull request #42 from solid-process/solid-result
Rebrand the gem from `bcdd-result` to `Solid::Result`
2 parents bff8de1 + e5a2b23 commit 09186ac

File tree

319 files changed

+3223
-3223
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+3223
-3223
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
with:
2424
ruby-version: ${{ matrix.ruby }}
2525
bundler-cache: true
26-
- name: Run BCDD::Result.configuration test (Minitest)
26+
- name: Run Solid::Result.configuration test (Minitest)
2727
run: bundle exec rake test_configuration TEST_CONFIG_FREEZING=true
2828

29-
- name: Run BCDD::Result.event_logs test (Minitest)
30-
run: bundle exec rake test_event_logs_duration BCDD_RESULT_TEST_EVENT_LOGS_DURATION=true
29+
- name: Run Solid::Result.event_logs test (Minitest)
30+
run: bundle exec rake test_event_logs_duration Solid_RESULT_TEST_EVENT_LOGS_DURATION=true
3131

3232
- name: Run tests (Minitest)
3333
run: bundle exec rake test

.rubocop.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AllCops:
1818

1919
Lint/RescueException:
2020
Exclude:
21-
- lib/bcdd/result/event_logs/tracking/enabled.rb
21+
- lib/solid/result/event_logs/tracking/enabled.rb
2222

2323
Layout/LineLength:
2424
Max: 120
@@ -34,7 +34,7 @@ Lint/UnderscorePrefixedVariableName:
3434

3535
Lint/UnusedMethodArgument:
3636
Exclude:
37-
- lib/bcdd/result/event_logs/listener.rb
37+
- lib/solid/result/event_logs/listener.rb
3838

3939
Style/AccessModifierDeclarations:
4040
Enabled: false
@@ -68,17 +68,17 @@ Naming/VariableName:
6868

6969
Metrics/BlockLength:
7070
Exclude:
71-
- bcdd-result.gemspec
71+
- solid-result.gemspec
7272
- test/**/*.rb
7373

7474
Metrics/ClassLength:
7575
Exclude:
76-
- lib/bcdd/result/_self.rb
76+
- lib/solid/result/_self.rb
7777
- test/**/*.rb
7878

7979
Metrics/AbcSize:
8080
Exclude:
81-
- lib/bcdd/result/event_logs/tracking/enabled.rb
81+
- lib/solid/result/event_logs/tracking/enabled.rb
8282

8383
Minitest/MultipleAssertions:
8484
Enabled: false
@@ -95,4 +95,4 @@ Minitest/AssertWithExpectedArgument:
9595

9696
Naming/FileName:
9797
Exclude:
98-
- lib/bcdd-result.rb
98+
- lib/solid-result.rb

CHANGELOG.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,43 @@
11
- [\[Unreleased\]](#unreleased)
2+
- [2.0.0 - 2024-04-13](#200---2024-04-13)
3+
- [Changed](#changed)
24
- [1.1.0 - 2024-03-25](#110---2024-03-25)
35
- [Added](#added)
46
- [1.0.0 - 2024-03-16](#100---2024-03-16)
57
- [Added](#added-1)
6-
- [Changed](#changed)
8+
- [Changed](#changed-1)
79
- [\[0.13.0\] - 2024-02-01](#0130---2024-02-01)
810
- [Added](#added-2)
9-
- [Changed](#changed-1)
11+
- [Changed](#changed-2)
1012
- [\[0.12.0\] - 2024-01-07](#0120---2024-01-07)
1113
- [Added](#added-3)
12-
- [Changed](#changed-2)
14+
- [Changed](#changed-3)
1315
- [\[0.11.0\] - 2024-01-02](#0110---2024-01-02)
1416
- [Added](#added-4)
15-
- [Changed](#changed-3)
17+
- [Changed](#changed-4)
1618
- [\[0.10.0\] - 2023-12-31](#0100---2023-12-31)
1719
- [Added](#added-5)
1820
- [\[0.9.1\] - 2023-12-12](#091---2023-12-12)
19-
- [Changed](#changed-4)
21+
- [Changed](#changed-5)
2022
- [Fixed](#fixed)
2123
- [\[0.9.0\] - 2023-12-12](#090---2023-12-12)
2224
- [Added](#added-6)
23-
- [Changed](#changed-5)
25+
- [Changed](#changed-6)
2426
- [\[0.8.0\] - 2023-12-11](#080---2023-12-11)
2527
- [Added](#added-7)
26-
- [Changed](#changed-6)
28+
- [Changed](#changed-7)
2729
- [Removed](#removed)
2830
- [\[0.7.0\] - 2023-10-27](#070---2023-10-27)
2931
- [Added](#added-8)
30-
- [Changed](#changed-7)
32+
- [Changed](#changed-8)
3133
- [\[0.6.0\] - 2023-10-11](#060---2023-10-11)
3234
- [Added](#added-9)
33-
- [Changed](#changed-8)
35+
- [Changed](#changed-9)
3436
- [\[0.5.0\] - 2023-10-09](#050---2023-10-09)
3537
- [Added](#added-10)
3638
- [\[0.4.0\] - 2023-09-28](#040---2023-09-28)
3739
- [Added](#added-11)
38-
- [Changed](#changed-9)
40+
- [Changed](#changed-10)
3941
- [Removed](#removed-1)
4042
- [\[0.3.0\] - 2023-09-26](#030---2023-09-26)
4143
- [Added](#added-12)
@@ -47,6 +49,14 @@
4749

4850
## [Unreleased]
4951

52+
## 2.0.0 - 2024-04-13
53+
54+
### Changed
55+
56+
- **(BREAKING)** Rebrand the gem from `bcdd-result` to `Solid::Result`.
57+
- `Solid::Result` replaces `BCDD::Result`.
58+
- `Solid::Output` replaces `BCDD::Context`.
59+
5060
## 1.1.0 - 2024-03-25
5161

5262
### Added

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
# Specify your gem's dependencies in bcdd-result.gemspec
5+
# Specify your gem's dependencies in solid-result.gemspec
66
gemspec
77

88
gem 'rake', '~> 13.1'

0 commit comments

Comments
 (0)