Skip to content

Commit e1a9a01

Browse files
authored
chore!: rename top-level lib folder to open_feature (#90)
Signed-off-by: Max VelDink <[email protected]>
1 parent 60423be commit e1a9a01

File tree

16 files changed

+7
-15
lines changed

16 files changed

+7
-15
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
release-type: ruby
1717
package-name: openfeature-sdk
1818
bump-minor-pre-major: true
19-
version-file: "lib/openfeature/sdk/version.rb"
19+
version-file: "lib/open_feature/sdk/version.rb"
2020
outputs:
2121
release_created: ${{ steps.release.outputs.release_created }}
2222
release_tag_name: ${{ steps.release.outputs.tag_name }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gem install openfeature-sdk
3636
## Usage
3737

3838
```ruby
39-
require 'openfeature/sdk'
39+
require 'open_feature/sdk'
4040
require 'json' # For JSON.dump
4141

4242
# API Initialization and configuration
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

openfeature-sdk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "lib/openfeature/sdk/version"
3+
require_relative "lib/open_feature/sdk/version"
44

55
Gem::Specification.new do |spec|
66
spec.name = "openfeature-sdk"

0 commit comments

Comments
 (0)