Skip to content

Commit c427415

Browse files
committed
fix: standardize naming from "Image Kit" to "ImageKit" across documentation and gemspec
1 parent 694b0d3 commit c427415

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Image Kit
189+
Copyright 2025 ImageKit
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Image Kit Ruby API library
1+
# ImageKit.io Ruby SDK
22

3-
The Image Kit Ruby library provides convenient access to the Image Kit REST API from any Ruby 3.2.0+ application. It ships with comprehensive types & docstrings in Yard, RBS, and RBI – [see below](https://github.com/imagekit-developer/imagekit-ruby#Sorbet) for usage with Sorbet. The standard library's `net/http` is used as the HTTP transport, with connection pooling via the `connection_pool` gem.
3+
The ImageKit Ruby library provides convenient access to the ImageKit REST API from any Ruby 3.2.0+ application. It ships with comprehensive types & docstrings in Yard, RBS, and RBI – [see below](https://github.com/imagekit-developer/imagekit-ruby#Sorbet) for usage with Sorbet. The standard library's `net/http` is used as the HTTP transport, with connection pooling via the `connection_pool` gem.
44

55
## Table of Contents
66

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ before making any information public.
1616
## Reporting Non-SDK Related Security Issues
1717

1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
19-
or products provided by Image Kit, please follow the respective company's security reporting guidelines.
19+
or products provided by ImageKit, please follow the respective company's security reporting guidelines.
2020

21-
### Image Kit Terms and Policies
21+
### ImageKit Terms and Policies
2222

2323
Please contact [email protected] for any questions or concerns regarding the security of our services.
2424

imagekitio.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ require_relative "lib/imagekitio/version"
55
Gem::Specification.new do |s|
66
s.name = "imagekitio"
77
s.version = Imagekitio::VERSION
8-
s.summary = "Ruby library to access the Image Kit API"
9-
s.authors = ["Image Kit"]
8+
s.summary = "Ruby library to access the ImageKit API"
9+
s.authors = ["ImageKit"]
1010
s.email = "[email protected]"
1111
s.homepage = "https://gemdocs.org/gems/imagekitio"
1212
s.metadata["homepage_uri"] = s.homepage

0 commit comments

Comments
 (0)