source_install 0.0.0 → 1.0.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/lib/source_install.rb +1 -1
- metadata +8 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f5dd771ee8f61064280dd811e0171328f49e70a003e4134cfe3c1c41c8c66ac
|
4
|
+
data.tar.gz: '0159fb7d6ee238b0dc702380414d98088a6cfface3187fa5e8bfd21e21052081'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da820274d847dc5cb508f0b4a92c4cc15085e408e112b80acf3919aa3ee585a7c07d64bbfcb7bd51416d0f6639b6e0ec7654d7edb8d4e03f72c27ddf4303cba7
|
7
|
+
data.tar.gz: 63a8a15a57777b9f835dae093a9a32cf9d1a33c57180feedc922e774771c7738cbea3fb7f8884b21bb4f9d915f344c9a4c9f2d8f69478b936d53cc590cf28098
|
data/lib/source_install.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: source_install
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- UA OIT Systems Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-08-
|
11
|
+
date: 2019-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -66,8 +66,11 @@ dependencies:
|
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
description:
|
70
|
-
from source
|
69
|
+
description: Common logic for downloading, configuring, compiling, and installing
|
70
|
+
packages from source. Auto-magically included in Chef by depending on the source_install
|
71
|
+
cookbook. Used/tested in first-party cookbooks openssl_install, sqlite_install,
|
72
|
+
and python_install. This gem uses Chef resources internally, so can be used only
|
73
|
+
within a Chef cookbook.
|
71
74
|
email:
|
72
75
|
- ua-oit-se@alaska.edu
|
73
76
|
executables: []
|
@@ -98,5 +101,5 @@ requirements: []
|
|
98
101
|
rubygems_version: 3.0.3
|
99
102
|
signing_key:
|
100
103
|
specification_version: 4
|
101
|
-
summary:
|
104
|
+
summary: Common logic for installing from source.
|
102
105
|
test_files: []
|