Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Fix remaining references to 6.1 (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-lane authored Apr 9, 2023
1 parent d0758ab commit 03753b0
Show file tree
Hide file tree
Showing 32 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the semantic versioning of the Ruby gem.

```ruby
source "https://rubygems.org/" do
gem "kitchen-terraform", "~> 6.1"
gem "kitchen-terraform", "~> 7.0"
end
```

Expand Down
Binary file modified docs/apple-touch-icon-114x114-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-120x120-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-144x144-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-152x152-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-180x180-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-57x57-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-60x60-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-72x72-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-76x76-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-160x160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-196x196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/favicon.ico
Binary file not shown.
Binary file modified docs/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h4 class="display-6" style="font-weight: bolder;">
</code></pre></div> Create the <p class="font-weight-bold" style="color: #32c850; display: inline;">Gemfile</p> to install our dependencies.
<br><br>
<div class="highlight"><pre class="syntax-highlight ruby"><code><span class="n">source</span> <span class="s2">"https://rubygems.org/"</span> <span class="k">do</span>
<span class="n">gem</span> <span class="s2">"kitchen-terraform"</span><span class="p">,</span> <span class="s2">"~&gt; 6.1"</span>
<span class="n">gem</span> <span class="s2">"kitchen-terraform"</span><span class="p">,</span> <span class="s2">"~&gt; 7.0"</span>
<span class="k">end</span>
</code></pre></div> Install Kitchen-Terraform and other rubygems, install bundler if not installed yet.
<br><br>
Expand Down
Binary file modified docs/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/tutorials/amazon_provider_ec2.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h1 class="display-3">
<div class="highlight"><pre class="syntax-highlight ruby"><code><span class="n">ruby</span> <span class="s1">'&gt;= 3.0'</span>

<span class="n">source</span> <span class="s1">'https://rubygems.org/'</span> <span class="k">do</span>
<span class="n">gem</span> <span class="s1">'kitchen-terraform'</span><span class="p">,</span> <span class="s1">'~&gt; 6.1'</span>
<span class="n">gem</span> <span class="s1">'kitchen-terraform'</span><span class="p">,</span> <span class="s1">'~&gt; 7.0'</span>
<span class="k">end</span>
</code></pre></div> Close and save the file then run bundler to install these gems:
<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/docker_provider.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h1 class="display-3">
the <p class="font-weight-bold" style="color: #32c850; display: inline;">Gemfile</p>.
<br><br>
<div class="highlight"><pre class="syntax-highlight ruby"><code><span class="n">source</span> <span class="s1">'https://rubygems.org/'</span> <span class="k">do</span>
<span class="n">gem</span> <span class="s1">'kitchen-terraform'</span><span class="p">,</span> <span class="s1">'~&gt; 6.1'</span>
<span class="n">gem</span> <span class="s1">'kitchen-terraform'</span><span class="p">,</span> <span class="s1">'~&gt; 7.0'</span>
<span class="k">end</span>
</code></pre></div> Next we to install kitchen-terraform and the other rubygems required, we also need to install bundler if it is
not installed yet, by running the commands below in a terminal in the root of the project:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/extensive_kitchen_terraform.html
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ <h1 class="display-3">Extensive Kitchen-Terraform</h1>
<div class="highlight"><pre class="syntax-highlight ruby"><code><span class="c1"># frozen_string_literal: true</span>

<span class="n">source</span> <span class="s2">"https://rubygems.org/"</span> <span class="k">do</span>
<span class="n">gem</span> <span class="s2">"kitchen-terraform"</span><span class="p">,</span> <span class="s2">"~&gt; 6.1"</span>
<span class="n">gem</span> <span class="s2">"kitchen-terraform"</span><span class="p">,</span> <span class="s2">"~&gt; 7.0"</span>
<span class="k">end</span>

</code></pre></div> Install the declared Ruby gem dependencies by mimicking the following Bash script.
Expand Down
2 changes: 1 addition & 1 deletion examples/extensive_kitchen_terraform/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

source "https://rubygems.org/" do
gem "kitchen-terraform", "~> 6.1"
gem "kitchen-terraform", "~> 7.0"
end
2 changes: 1 addition & 1 deletion source/getting_started.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ mkdir -p test/integration/kt_suite/controls \
<br><br>
<% code("ruby") do %>
source "https://rubygems.org/" do
gem "kitchen-terraform", "~> 6.1"
gem "kitchen-terraform", "~> 7.0"
end
<% end %>
Install Kitchen-Terraform and other rubygems, install bundler if not installed yet.
Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/amazon_provider_ec2.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ vim Gemfile
ruby '>= 3.0'

source 'https://rubygems.org/' do
gem 'kitchen-terraform', '~> 6.1'
gem 'kitchen-terraform', '~> 7.0'
end
<% end %>
Close and save the file then run bundler to install these gems:
Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/docker_provider.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cd docker_provider_example
<br><br>
<% code("ruby") do %>
source 'https://rubygems.org/' do
gem 'kitchen-terraform', '~> 6.1'
gem 'kitchen-terraform', '~> 7.0'
end
<% end %>
Next we to install kitchen-terraform and the other rubygems required, we also need to install bundler if it is
Expand Down

0 comments on commit 03753b0

Please sign in to comment.