# -*- encoding: utf-8 -*- # stub: monotonic_tick_count 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "monotonic_tick_count".freeze s.version = "0.3.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" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Colin Kelley".freeze] s.bindir = "exe".freeze s.date = "2020-07-24" s.description = "PORO to hold a monotonic tick count. Useful for measuring time differences.".freeze s.email = ["colindkelley@gmail.com".freeze] s.files = [".dependabot/config.yml".freeze, ".github/workflows/gem_release.yml".freeze, ".gitignore".freeze, ".jenkins/Jenkinsfile".freeze, ".jenkins/ruby_build_pod.yml".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Appraisals".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "gemfiles/.bundle/config".freeze, "gemfiles/rails_4.gemfile".freeze, "gemfiles/rails_5.gemfile".freeze, "gemfiles/rails_6.gemfile".freeze, "lib/monotonic_tick_count.rb".freeze, "lib/monotonic_tick_count/version.rb".freeze, "monotonic_tick_count.gemspec".freeze] s.homepage = "https://github.com/invoca/monotonic_tick_count".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "PORO to hold a monotonic tick count. Useful for measuring time differences.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.2".freeze, "< 7".freeze]) end