rubygems-requirements-system 0.0.8 → 0.0.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c14ec648748c2f76d68d6462ccba17b68763c589da9d46d10115205db25fa2e
|
4
|
+
data.tar.gz: 779063b7cc56624bed5b17f831a9482cdc993faa7bad0d90a7f2ec4cbcccf33a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d62561ab054b23c0df493120dc5a188a241628f724afa3ffdf7c8282913a849a24727635378c012bbec39a1cc8db32654c1a3f5b5c2ca1d730f755e9c3c73115
|
7
|
+
data.tar.gz: c10fefbbcd06c3a247b8a3cf8a596e6cd9bfa5869b13453dc3e847bfe97d603738d3ea1a15e189826fda2f9491e65ea7f18b92e64591adda1241665966eb5e04
|
data/doc/text/news.md
CHANGED
@@ -147,7 +147,7 @@ module RubyGemsRequirementsSystem
|
|
147
147
|
|
148
148
|
unless succeeded
|
149
149
|
escaped_command_line = command_line.collect do |part|
|
150
|
-
|
150
|
+
Shellwords.escape(part)
|
151
151
|
end
|
152
152
|
@ui.error("#{prefix}: Failed.")
|
153
153
|
@ui.error("Run the following command " +
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubygems-requirements-system
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sutou Kouhei
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies: []
|
12
12
|
description: |-
|
13
13
|
Users need to install system packages to install an extension library
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
|
-
rubygems_version: 3.6.
|
81
|
+
rubygems_version: 3.6.7
|
82
82
|
specification_version: 4
|
83
83
|
summary: Users can install system packages automatically on "gem install"
|
84
84
|
test_files: []
|