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 +4 -4
- data/CHANGELOG.md +7 -0
- data/README.md +1 -0
- data/Rakefile +0 -1
- data/lib/itamae/plugin/recipe/rust/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: feb838e9b7d678018caeda349e1e65b957347dcc03a01d38d9f584c89909aabd
|
|
4
|
+
data.tar.gz: c02cd96e034d40ce07896471435b925912f2cfb86ece46832abe9c4a7069bc08
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
+
[](https://badge.fury.io/rb/itamae-plugin-recipe-rust)
|
|
4
5
|
[](https://github.com/itamae-plugins/itamae-plugin-recipe-rust/actions/workflows/test.yml)
|
|
5
6
|
|
|
6
7
|
## Installation
|
data/Rakefile
CHANGED
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.
|
|
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:
|
|
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.
|
|
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: []
|