# -*- encoding: utf-8 -*- # stub: ruby-clock 2.0.0.beta3 ruby lib Gem::Specification.new do |s| s.name = "ruby-clock".freeze s.version = "2.0.0.beta3".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/jjb/ruby-clock", "source_code_uri" => "https://github.com/jjb/ruby-clock" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["John Bachir".freeze] s.bindir = "exe".freeze s.date = "2022-10-16" s.email = ["j@jjb.cc".freeze] s.executables = ["clock".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "example-app/.gitattributes".freeze, "example-app/Clockfile".freeze, "example-app/Gemfile".freeze, "example-app/Gemfile.lock".freeze, "example-app/README.md".freeze, "example-rails-app/.gitattributes".freeze, "example-rails-app/.gitignore".freeze, "example-rails-app/.ruby-version".freeze, "example-rails-app/Clockfile".freeze, "example-rails-app/Gemfile".freeze, "example-rails-app/README.md".freeze, "example-rails-app/Rakefile".freeze, "example-rails-app/app/assets/config/manifest.js".freeze, "example-rails-app/app/assets/images/.keep".freeze, "example-rails-app/app/assets/stylesheets/application.css".freeze, "example-rails-app/app/channels/application_cable/channel.rb".freeze, "example-rails-app/app/channels/application_cable/connection.rb".freeze, "example-rails-app/app/controllers/application_controller.rb".freeze, "example-rails-app/app/controllers/concerns/.keep".freeze, "example-rails-app/app/helpers/application_helper.rb".freeze, "example-rails-app/app/javascript/application.js".freeze, "example-rails-app/app/javascript/controllers/application.js".freeze, "example-rails-app/app/javascript/controllers/hello_controller.js".freeze, "example-rails-app/app/javascript/controllers/index.js".freeze, "example-rails-app/app/jobs/application_job.rb".freeze, "example-rails-app/app/mailers/application_mailer.rb".freeze, "example-rails-app/app/models/application_record.rb".freeze, "example-rails-app/app/models/concerns/.keep".freeze, "example-rails-app/app/models/example.rb".freeze, "example-rails-app/app/views/layouts/application.html.erb".freeze, "example-rails-app/app/views/layouts/mailer.html.erb".freeze, "example-rails-app/app/views/layouts/mailer.text.erb".freeze, "example-rails-app/bin/bundle".freeze, "example-rails-app/bin/importmap".freeze, "example-rails-app/bin/rails".freeze, "example-rails-app/bin/rake".freeze, "example-rails-app/bin/setup".freeze, "example-rails-app/config.ru".freeze, "example-rails-app/config/application.rb".freeze, "example-rails-app/config/boot.rb".freeze, "example-rails-app/config/cable.yml".freeze, "example-rails-app/config/credentials.yml.enc".freeze, "example-rails-app/config/database.yml".freeze, "example-rails-app/config/environment.rb".freeze, "example-rails-app/config/environments/development.rb".freeze, "example-rails-app/config/environments/production.rb".freeze, "example-rails-app/config/environments/test.rb".freeze, "example-rails-app/config/importmap.rb".freeze, "example-rails-app/config/initializers/assets.rb".freeze, "example-rails-app/config/initializers/content_security_policy.rb".freeze, "example-rails-app/config/initializers/filter_parameter_logging.rb".freeze, "example-rails-app/config/initializers/inflections.rb".freeze, "example-rails-app/config/initializers/permissions_policy.rb".freeze, "example-rails-app/config/locales/en.yml".freeze, "example-rails-app/config/puma.rb".freeze, "example-rails-app/config/routes.rb".freeze, "example-rails-app/config/storage.yml".freeze, "example-rails-app/db/migrate/20221001175928_create_examples.rb".freeze, "example-rails-app/db/schema.rb".freeze, "example-rails-app/db/seeds.rb".freeze, "example-rails-app/lib/assets/.keep".freeze, "example-rails-app/lib/tasks/.keep".freeze, "example-rails-app/log/.keep".freeze, "example-rails-app/public/404.html".freeze, "example-rails-app/public/422.html".freeze, "example-rails-app/public/500.html".freeze, "example-rails-app/public/apple-touch-icon-precomposed.png".freeze, "example-rails-app/public/apple-touch-icon.png".freeze, "example-rails-app/public/favicon.ico".freeze, "example-rails-app/public/robots.txt".freeze, "example-rails-app/storage/.keep".freeze, "example-rails-app/test/application_system_test_case.rb".freeze, "example-rails-app/test/channels/application_cable/connection_test.rb".freeze, "example-rails-app/test/controllers/.keep".freeze, "example-rails-app/test/fixtures/files/.keep".freeze, "example-rails-app/test/helpers/.keep".freeze, "example-rails-app/test/integration/.keep".freeze, "example-rails-app/test/mailers/.keep".freeze, "example-rails-app/test/models/.keep".freeze, "example-rails-app/test/system/.keep".freeze, "example-rails-app/test/test_helper.rb".freeze, "example-rails-app/tmp/.keep".freeze, "example-rails-app/tmp/pids/.keep".freeze, "example-rails-app/tmp/storage/.keep".freeze, "example-rails-app/vendor/.keep".freeze, "example-rails-app/vendor/javascript/.keep".freeze, "exe/clock".freeze, "lib/ruby-clock.rb".freeze, "lib/ruby-clock/version.rb".freeze, "release.md".freeze, "ruby-clock.gemspec".freeze] s.homepage = "https://github.com/jjb/ruby-clock".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A \"clock\" process for invoking ruby code within a persistent runtime".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.8".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end