# -*- encoding: utf-8 -*- # stub: activesupport-duration-human_string 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "activesupport-duration-human_string".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 = { "changelog_uri" => "https://github.com/TylerRick/activesupport-duration-human_string/blob/master/Changelog.md", "homepage_uri" => "https://github.com/TylerRick/activesupport-duration-human_string", "source_code_uri" => "https://github.com/TylerRick/activesupport-duration-human_string" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Tyler Rick".freeze] s.bindir = "exe".freeze s.date = "2024-02-17" s.description = "Convert ActiveSupport::Duration objects to human-friendly strings like '2h 30m 17s'. ".freeze s.email = ["tyler@tylerrick.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Changelog.md".freeze, "Gemfile".freeze, "License".freeze, "Rakefile".freeze, "Readme.md".freeze, "activesupport-duration-human_string.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/active_support/duration/human_string.rb".freeze, "lib/active_support/duration/human_string/version.rb".freeze, "lib/activesupport-duration-human_string.rb".freeze] s.homepage = "https://github.com/TylerRick/activesupport-duration-human_string".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Convert Duration objects to human-friendly strings like '2h 30m 17s'".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.2".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