# -*- encoding: utf-8 -*- # stub: astrological_forecast 1.2.2 ruby lib Gem::Specification.new do |s| s.name = "astrological_forecast".freeze s.version = "1.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/ProfessorNemo/astrological_forecast", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/ProfessorNemo/astrological_forecast" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Gleb V. Zhegilin".freeze] s.bindir = "exe".freeze s.date = "2022-10-04" s.description = "Forecast for today, next day, week, month or year on request.\n It is also possible to choose the type of horoscope.".freeze s.email = ["gleboceanborn@gmail.com".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/astrological_forecast.rb".freeze, "lib/astrological_forecast/data/signs.json".freeze, "lib/astrological_forecast/definition_sign.rb".freeze, "lib/astrological_forecast/errors.rb".freeze, "lib/astrological_forecast/facts.rb".freeze, "lib/astrological_forecast/forecast.rb".freeze, "lib/astrological_forecast/introduction.rb".freeze, "lib/astrological_forecast/prediction.rb".freeze, "lib/astrological_forecast/type.rb".freeze, "lib/astrological_forecast/version.rb".freeze, "lib/main.rb".freeze, "sig/astrological_forecast.rbs".freeze] s.homepage = "https://github.com/ProfessorNemo/astrological_forecast".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Zodiac horoscope parser from https://orakul.com.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.13".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end