Skip to content

Commit 25b67ea

Browse files
author
Exybore
authored
chore(release): version 0.2.2
1 parent 83b9bee commit 25b67ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openweathermap.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'openweathermap'
3-
s.version = '0.2.1'
3+
s.version = '0.2.2'
44
s.date = '2019-03-16'
55
s.summary = "🌐 Implementation of OpenWeatherMap API."
66
s.description = "An implementation to easily fetch the OpenWeatherMap API."
@@ -9,4 +9,4 @@ Gem::Specification.new do |s|
99
s.files = ["lib/openweathermap.rb", "lib/openweathermap/current-weather.rb", "lib/openweathermap/forecast.rb", "lib/openweathermap/classes.rb", "lib/openweathermap/api.rb", "lib/openweathermap/data/constants.rb", "lib/openweathermap/data/exceptions.rb", ]
1010
s.homepage = 'https://github.com/becauseofprog/openweathermap-ruby'
1111
s.license = 'MIT'
12-
end
12+
end

0 commit comments

Comments
 (0)