# -*- encoding: utf-8 -*- # stub: linguo 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "linguo".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nihad Abbasov".freeze, "Laurynas Butkus".freeze] s.date = "2019-12-19" s.description = "Language detection library for Ruby".freeze s.email = ["nihad@42na.in".freeze, "laurynas.butkus@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/linguo.rb".freeze, "lib/linguo/config.rb".freeze, "lib/linguo/core_ext/string.rb".freeze, "lib/linguo/detect.rb".freeze, "lib/linguo/errors.rb".freeze, "lib/linguo/version.rb".freeze, "lib/rails/generators/linguo/config_generator.rb".freeze, "linguo.gemspec".freeze, "spec/fixtures/response.json".freeze, "spec/fixtures/wrong_api_key.json".freeze, "spec/linguo/config_spec.rb".freeze, "spec/linguo/core_ext_spec.rb".freeze, "spec/linguo/detect_spec.rb".freeze, "spec/linguo_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/narkoz/linguo".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Linguo detects the language of a given piece of text".freeze s.test_files = ["spec/fixtures/response.json".freeze, "spec/fixtures/wrong_api_key.json".freeze, "spec/linguo/config_spec.rb".freeze, "spec/linguo/core_ext_spec.rb".freeze, "spec/linguo/detect_spec.rb".freeze, "spec/linguo_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end