Skip to content

Commit 0c87e61

Browse files
committed
Formated author email id in gemspec
1 parent 7474e0a commit 0c87e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open_weather.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'open_weather/version'
44
Gem::Specification.new do |gem|
55
gem.name = "open-weather"
66
gem.version = OpenWeather::VERSION
7-
gem.authors = ["HsPS <[email protected]>", "Deepak <[email protected]>"]
7+
gem.authors = ["HsPS [email protected]", "Deepak [email protected]"]
88
gem.email = ['[email protected]']
99
gem.homepage = "https://github.com/coderhs/ruby_open_weather_map"
1010
gem.summary = %q{ A ruby wrapper for Open Weather Map API. }

0 commit comments

Comments
 (0)