.idea/porridge.iml
<?xml version="1.0" encoding="UTF-8"?>
<module type="RUBY_MODULE" version="4">
<component name="ModuleRunConfigurationManager">
<shared />
</component>
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/features" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/spec" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="activesupport (v6.1.4.4, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="bundler (v2.2.25, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="byebug (v11.1.3, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="codecov (v0.6.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="concurrent-ruby (v1.1.9, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.5.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="docile (v1.4.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="i18n (v1.8.11, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="minitest (v5.15.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="parallel (v1.21.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="parser (v3.1.0.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rake (v13.0.6, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.2.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.5, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec (v3.10.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v3.10.1, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.10.2, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.10.2, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.10.3, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubocop (v1.25.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.15.1, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubocop-rake (v0.6.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v2.7.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.11.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="simplecov (v0.21.2, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="simplecov-html (v0.12.3, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="simplecov_json_formatter (v0.1.3, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="tzinfo (v2.0.4, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v2.1.0, rbenv: 3.0.0) [gem]" level="application" />
<orderEntry type="library" scope="PROVIDED" name="zeitwerk (v2.5.3, rbenv: 3.0.0) [gem]" level="application" />
</component>
<component name="RakeTasksCache">
<option name="myRootTask">
<RakeTaskImpl id="rake">
<subtasks>
<RakeTaskImpl description="Build porridge-0.2.2.gem into the pkg directory" fullCommand="build" id="build" />
<RakeTaskImpl id="build">
<subtasks>
<RakeTaskImpl description="Generate SHA512 checksum if porridge-0.2.2.gem into the checksums directory" fullCommand="build:checksum" id="checksum" />
</subtasks>
</RakeTaskImpl>
<RakeTaskImpl description="Remove any temporary products" fullCommand="clean" id="clean" />
<RakeTaskImpl description="Remove any generated files" fullCommand="clobber" id="clobber" />
<RakeTaskImpl description="Build and install porridge-0.2.2.gem into system gems" fullCommand="install" id="install" />
<RakeTaskImpl id="install">
<subtasks>
<RakeTaskImpl description="Build and install porridge-0.2.2.gem into system gems without network access" fullCommand="install:local" id="local" />
</subtasks>
</RakeTaskImpl>
<RakeTaskImpl description="Create tag v0.2.2 and build and push porridge-0.2.2.gem to rubygems.org" fullCommand="release[remote]" id="release[remote]" />
<RakeTaskImpl description="Run RuboCop" fullCommand="rubocop" id="rubocop" />
<RakeTaskImpl id="rubocop">
<subtasks>
<RakeTaskImpl description="Auto-correct RuboCop offenses" fullCommand="rubocop:auto_correct" id="auto_correct" />
</subtasks>
</RakeTaskImpl>
<RakeTaskImpl description="Run RSpec code examples" fullCommand="spec" id="spec" />
<RakeTaskImpl description="" fullCommand="default" id="default" />
<RakeTaskImpl description="" fullCommand="release" id="release" />
<RakeTaskImpl id="release">
<subtasks>
<RakeTaskImpl description="" fullCommand="release:guard_clean" id="guard_clean" />
<RakeTaskImpl description="" fullCommand="release:rubygem_push" id="rubygem_push" />
<RakeTaskImpl description="" fullCommand="release:source_control_push" id="source_control_push" />
</subtasks>
</RakeTaskImpl>
</subtasks>
</RakeTaskImpl>
</option>
</component>
</module>