# -*- encoding: utf-8 -*- # stub: mimoco 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "mimoco".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dittmar Krall".freeze] s.date = "2022-01-06" s.description = "Some testing for models and controllers".freeze s.email = ["dittmar.krall@matique.com".freeze] s.files = [".github/workflows/rake.yml".freeze, ".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".watchr".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/mimoco.rb".freeze, "lib/mimoco/version.rb".freeze, "mimoco.gemspec".freeze, "test/controllers/controllers_test.rb".freeze, "test/controllers/orders_controller_test.rb".freeze, "test/internal/app/controllers/application_controller.rb".freeze, "test/internal/app/controllers/orders_controller.rb".freeze, "test/internal/app/models/application_record.rb".freeze, "test/internal/app/models/order.rb".freeze, "test/internal/app/views/orders/_form.html.erb".freeze, "test/internal/app/views/orders/_order.html.erb".freeze, "test/internal/app/views/orders/_order.json.jbuilder".freeze, "test/internal/app/views/orders/edit.html.erb".freeze, "test/internal/app/views/orders/index.html.erb".freeze, "test/internal/app/views/orders/index.json.jbuilder".freeze, "test/internal/app/views/orders/new.html.erb".freeze, "test/internal/app/views/orders/show.html.erb".freeze, "test/internal/app/views/orders/show.json.jbuilder".freeze, "test/internal/config/database.yml".freeze, "test/internal/config/routes.rb".freeze, "test/internal/db/migrate/20141016161801_create_orders.rb".freeze, "test/internal/db/schema.rb".freeze, "test/models/models_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://matique.com".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Mimoco: some minitests for models and controllers".freeze s.specification_version = 4 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