itamae-plugin-recipe-rust 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b96bd538971aaca68fb377a88f29cdc73640d2053f5eb1601053fccdafff67f
4
- data.tar.gz: 3f3bd72ae4bea42bfc2f342f4f61e591c44fd9be24b941b4ddfbe8aa60026ad0
3
+ metadata.gz: feb838e9b7d678018caeda349e1e65b957347dcc03a01d38d9f584c89909aabd
4
+ data.tar.gz: c02cd96e034d40ce07896471435b925912f2cfb86ece46832abe9c4a7069bc08
5
5
  SHA512:
6
- metadata.gz: 2e54bbd56871bf7c79e839d39dfbc59c2594ccfabfe2d2b237a33568ee57ce9b951e7a98a15abcb81dc9fb82a49752fc7d9f2982cdea2d314331b3db12f938cd
7
- data.tar.gz: a7e52df8051cf103bb9035b9c5ed08b85c184411a4bbdf53ca68ca867ac288d52c78eeab0f483e9874904037cd32eceec90d5599154ef4f890ac97d1927a3a6d
6
+ metadata.gz: '0197f5ac4ea82dd181edf23a797987684fa3ce63990a9b6fe5f91985462d1a7700a91aa6d3b519dee902692976f3a87b91e6e14e4762df4831d9bca45c576940'
7
+ data.tar.gz: 6db2e1335d3b54e195387fe6096db1c75c85e3890a0a30b193b01566238c6585de87151c05a45cb589c15206cf9e0f279662a24d5874e509b653441a4f9c8fe7
data/CHANGELOG.md CHANGED
@@ -1,4 +1,11 @@
1
1
  ## [Unreleased]
2
+ [full changelog](http://github.com/itamae-plugins/itamae-plugin-recipe-rust/compare/v0.1.1...main)
3
+
4
+ ## [0.1.1](https://github.com/itamae-plugins/itamae-plugin-recipe-rust/releases/tag/v0.1.1) - 2022-07-14
5
+ [full changelog](http://github.com/itamae-plugins/itamae-plugin-recipe-rust/compare/v0.1.0...v0.1.1)
6
+
7
+ * Release gem from GitHub Actions
8
+ * https://github.com/itamae-plugins/itamae-plugin-recipe-rust/pull/21
2
9
 
3
10
  ## [0.1.0] - 2022-07-14
4
11
 
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Itamae::Plugin::Recipe::Rust
2
2
  [Itamae](https://github.com/itamae-kitchen/itamae) plugin to install [Rust](https://www.rust-lang.org/)
3
3
 
4
+ [![Gem Version](https://badge.fury.io/rb/itamae-plugin-recipe-rust.svg)](https://badge.fury.io/rb/itamae-plugin-recipe-rust)
4
5
  [![test](https://github.com/itamae-plugins/itamae-plugin-recipe-rust/actions/workflows/test.yml/badge.svg)](https://github.com/itamae-plugins/itamae-plugin-recipe-rust/actions/workflows/test.yml)
5
6
 
6
7
  ## Installation
data/Rakefile CHANGED
@@ -3,7 +3,6 @@
3
3
  require "bundler/gem_tasks"
4
4
  require "rspec/core/rake_task"
5
5
 
6
- ENV["TEST_IMAGE"] = "itamae-plugin:latest"
7
6
  ENV["SOURCE_IMAGE"] ||= "ubuntu:jammy"
8
7
 
9
8
  targets = %i(system user)
@@ -4,7 +4,7 @@ module Itamae
4
4
  module Plugin
5
5
  module Recipe
6
6
  module Rust
7
- VERSION = "0.1.0"
7
+ VERSION = "0.1.1"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-rust
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2022-07-14 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: itamae
@@ -122,7 +121,6 @@ metadata:
122
121
  source_code_uri: https://github.com/itamae-plugins/itamae-plugin-recipe-rust
123
122
  changelog_uri: https://github.com/itamae-plugins/itamae-plugin-recipe-rust/blob/main/CHANGELOG.md
124
123
  rubygems_mfa_required: 'true'
125
- post_install_message:
126
124
  rdoc_options: []
127
125
  require_paths:
128
126
  - lib
@@ -137,8 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
135
  - !ruby/object:Gem::Version
138
136
  version: '0'
139
137
  requirements: []
140
- rubygems_version: 3.3.7
141
- signing_key:
138
+ rubygems_version: 3.6.7
142
139
  specification_version: 4
143
140
  summary: Itamae plugin to install Rust
144
141
  test_files: []