# -*- encoding: utf-8 -*- # stub: happyscribe 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "happyscribe".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/jbd0101/happyscribe-client", "homepage_uri" => "https://github.com/jbd0101/happyscribe-client", "source_code_uri" => "https://github.com/jbd0101/happyscribe-client" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["jean-christophe bauduin".freeze] s.bindir = "exe".freeze s.date = "2020-07-30" s.description = "the api of happyscribe is quite verbose, this ruby gem make it more easy to use (I hope so)".freeze s.email = ["".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "happyscribe-0.1.0.gem".freeze, "happyscribe-0.2.0.gem".freeze, "happyscribe.gemspec".freeze, "lib/happyscribe.rb".freeze, "lib/happyscribe/version.rb".freeze] s.homepage = "https://github.com/jbd0101/happyscribe-client".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Very simple ruby gem for the transcription api of happyscribe".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end