Skip to content

Commit 0a4d32d

Browse files
committed
build: gemspec modification
1 parent 8046ad2 commit 0a4d32d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Imagekit
22

33
[![Ruby Test](https://github.com/imagekit-developer/imagekit-ruby/workflows/Ruby%20Test/badge.svg)](https://github.com/imagekit-developer/imagekit-ruby)
4+
[![Gem Version](https://badge.fury.io/rb/imagekit-sdk.svg)](https://badge.fury.io/rb/imagekit-sdk)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
56
[![Twitter Follow](https://img.shields.io/twitter/follow/imagekitio?label=Follow&style=social)](https://twitter.com/ImagekitIo)
67

imagekit-sdk.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require "imagekit/sdk/version"
77
Gem::Specification.new do |spec|
88
spec.name = "imagekit-sdk"
99
spec.version = Imagekit::Sdk::VERSION
10-
spec.authors = ["Asif Mohammad Mollah"]
11-
spec.email = ["[email protected]"]
10+
spec.authors = ["Imagekit.io"]
11+
spec.email = ["[email protected]"]
1212
spec.homepage = "https://imagekit.io"
1313
spec.summary = "Automate image optimization on rails platforms."
1414
spec.description = "Automate image optimization on rails platforms."

0 commit comments

Comments
 (0)