# -*- encoding: utf-8 -*- # stub: the-free-dictionary 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "the-free-dictionary".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/Suban05/the-free-dictionary/issues", "homepage_uri" => "https://github.com/Suban05/the-free-dictionary", "source_code_uri" => "https://github.com/Suban05/the-free-dictionary" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Anatoly Busygin".freeze] s.date = "2024-07-03" s.email = "anatolyb94@gmail.com".freeze s.files = [".github/workflows/ci.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "lib/the_free_dictionary.rb".freeze, "lib/the_free_dictionary/chinese.rb".freeze, "lib/the_free_dictionary/dictionary.rb".freeze, "lib/the_free_dictionary/english.rb".freeze, "lib/the_free_dictionary/french.rb".freeze, "lib/the_free_dictionary/german.rb".freeze, "lib/the_free_dictionary/italian.rb".freeze, "lib/the_free_dictionary/russian.rb".freeze, "lib/the_free_dictionary/spanish.rb".freeze, "the-free-dictionary.gemspec".freeze] s.homepage = "https://github.com/Suban05/the-free-dictionary".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "TheFreeDictionary is a gem that fetches information about words from https://www.thefreedictionary.com/".freeze end