google-map-weather-intregration 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 247bc237a000084afb63310396e32502bd6a0414f1112074ea16f1bc51c13652
4
- data.tar.gz: 0bb58446fb692e6b77f0eab06e344cc2c163ea9145040fb711ba3a6b1d3187b2
3
+ metadata.gz: e160be6947afdc485ed4a200b62a8ddd937002549e1f61827454df298807269d
4
+ data.tar.gz: a2a85477be5e5be0a1d2789267858ee4457d88fd929678716c0daebd0288ef85
5
5
  SHA512:
6
- metadata.gz: 87f31f7669b53c7f189ef3f836352cfb02e58c7a7d3503f06751c3bd13823230391df4199d863c2966b7f8bae9f6447b00d11d65a1cf6fa70c744357258ccd50
7
- data.tar.gz: 856e096388d1a1d27440de49432c7348c5050408d932593f884f64351891ff4f2a6a30d78dd1ee736fa417456e35825a5c7bcdb70c29d22bbb004d43ea65f692
6
+ metadata.gz: c69da86d167e14e99c59192f134d23ff28a173d1bd51f37be5fcc1f93820e5c7f2878d72d942ed5248438bfd4622fbf129e69c583de059ebf58b5e5e81076761
7
+ data.tar.gz: 3ae1d45afbce1e8850c855812e85fcf5612575c4883b98790c476c3ddd495aa1f808ce9beeaae26aa1ec69a78bb21cf8c65e1cd761d1a68c511a4b2e53b3b5a1
@@ -5,12 +5,32 @@ Gem::Specification.new do |spec|
5
5
  spec.version = WeatherApi::VERSION
6
6
  spec.authors = ["Abhishek Sharma"]
7
7
  spec.email = ["abhsss96@gmail.com"]
8
- spec.summary = "Fetch weather data by coordinates for use with Google Maps"
9
- spec.description = "Fetches current weather and forecast data by geographic coordinates using the MyWeather2 API."
8
+ spec.summary = "[DEPRECATED] Weather data by coordinates for Google Maps MyWeather2 API is shut down"
9
+ spec.description = <<~DESC
10
+ DEPRECATED: The MyWeather2 API that this gem depends on has been shut down since
11
+ approximately 2020. All API calls will fail. This gem is no longer functional.
12
+
13
+ Please migrate to one of these actively maintained alternatives:
14
+ - open-meteo (https://open-meteo.com/) — free, no API key required
15
+ - openweathermap (https://openweathermap.org/) — free tier available
16
+
17
+ The gem will emit a deprecation warning on each use.
18
+
19
+ Original purpose: fetched current weather conditions and multi-day forecasts
20
+ by geographic coordinates (latitude/longitude) using the MyWeather2 API,
21
+ for overlay alongside Google Maps in Rails applications.
22
+ DESC
10
23
  spec.homepage = "https://github.com/abhsss96/google-map-weather-intregration"
11
24
  spec.license = "MIT"
12
25
  spec.required_ruby_version = ">= 2.7"
13
26
 
27
+ spec.metadata = {
28
+ "homepage_uri" => "https://github.com/abhsss96/google-map-weather-intregration",
29
+ "source_code_uri" => "https://github.com/abhsss96/google-map-weather-intregration",
30
+ "bug_tracker_uri" => "https://github.com/abhsss96/google-map-weather-intregration/issues",
31
+ "changelog_uri" => "https://github.com/abhsss96/google-map-weather-intregration/releases"
32
+ }
33
+
14
34
  spec.files = Dir["lib/**/*", "README.md", "*.gemspec"]
15
35
  spec.require_paths = ["lib"]
16
36
 
@@ -1,3 +1,3 @@
1
1
  class WeatherApi
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-map-weather-intregration
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abhishek Sharma
@@ -38,8 +38,19 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.0'
41
- description: Fetches current weather and forecast data by geographic coordinates using
42
- the MyWeather2 API.
41
+ description: |
42
+ DEPRECATED: The MyWeather2 API that this gem depends on has been shut down since
43
+ approximately 2020. All API calls will fail. This gem is no longer functional.
44
+
45
+ Please migrate to one of these actively maintained alternatives:
46
+ - open-meteo (https://open-meteo.com/) — free, no API key required
47
+ - openweathermap (https://openweathermap.org/) — free tier available
48
+
49
+ The gem will emit a deprecation warning on each use.
50
+
51
+ Original purpose: fetched current weather conditions and multi-day forecasts
52
+ by geographic coordinates (latitude/longitude) using the MyWeather2 API,
53
+ for overlay alongside Google Maps in Rails applications.
43
54
  email:
44
55
  - abhsss96@gmail.com
45
56
  executables: []
@@ -53,7 +64,11 @@ files:
53
64
  homepage: https://github.com/abhsss96/google-map-weather-intregration
54
65
  licenses:
55
66
  - MIT
56
- metadata: {}
67
+ metadata:
68
+ homepage_uri: https://github.com/abhsss96/google-map-weather-intregration
69
+ source_code_uri: https://github.com/abhsss96/google-map-weather-intregration
70
+ bug_tracker_uri: https://github.com/abhsss96/google-map-weather-intregration/issues
71
+ changelog_uri: https://github.com/abhsss96/google-map-weather-intregration/releases
57
72
  post_install_message:
58
73
  rdoc_options: []
59
74
  require_paths:
@@ -72,5 +87,6 @@ requirements: []
72
87
  rubygems_version: 3.5.22
73
88
  signing_key:
74
89
  specification_version: 4
75
- summary: Fetch weather data by coordinates for use with Google Maps
90
+ summary: "[DEPRECATED] Weather data by coordinates for Google Maps MyWeather2 API
91
+ is shut down"
76
92
  test_files: []