# -*- encoding: utf-8 -*- # stub: opera 0.2.18 ruby lib Gem::Specification.new do |s| s.name = "opera".freeze s.version = "0.2.18".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/Profinda/opera/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/Profinda/opera", "source_code_uri" => "https://github.com/Profinda/opera" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["ProFinda Development Team".freeze] s.bindir = "exe".freeze s.date = "2024-09-20" s.email = ["dev@profinda.com".freeze] s.files = [".github/workflows/release.yml".freeze, ".github/workflows/specs.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Dockerfile".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "docker-compose.yml".freeze, "lib/opera.rb".freeze, "lib/opera/errors.rb".freeze, "lib/opera/operation.rb".freeze, "lib/opera/operation/base.rb".freeze, "lib/opera/operation/builder.rb".freeze, "lib/opera/operation/config.rb".freeze, "lib/opera/operation/executor.rb".freeze, "lib/opera/operation/instructions/executors/benchmark.rb".freeze, "lib/opera/operation/instructions/executors/finish_if.rb".freeze, "lib/opera/operation/instructions/executors/operation.rb".freeze, "lib/opera/operation/instructions/executors/operations.rb".freeze, "lib/opera/operation/instructions/executors/step.rb".freeze, "lib/opera/operation/instructions/executors/success.rb".freeze, "lib/opera/operation/instructions/executors/transaction.rb".freeze, "lib/opera/operation/instructions/executors/validate.rb".freeze, "lib/opera/operation/result.rb".freeze, "lib/opera/version.rb".freeze, "opera.gemspec".freeze] s.homepage = "https://github.com/Profinda/opera".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 = "Use simple DSL language to keep your Operations clean and maintainable".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end