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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/source_install.rb +1 -1
  3. metadata +8 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 509f4694c4ffef87fcc75fad945512bbab934a03b28c0323cf45347b6663429c
4
- data.tar.gz: 39105c8b6b84325af2291529f7b3958858a12ce84f75ee9bc617573ff94bf17b
3
+ metadata.gz: 9f5dd771ee8f61064280dd811e0171328f49e70a003e4134cfe3c1c41c8c66ac
4
+ data.tar.gz: '0159fb7d6ee238b0dc702380414d98088a6cfface3187fa5e8bfd21e21052081'
5
5
  SHA512:
6
- metadata.gz: 94093d88f44e85b269f9798ebaa4850fc3ad4c37ea495494497775e691907985f90f60ea3b019cd02e6c4dac4ac4d4d4342a7d04e3d0f0eae146809a9917b48d
7
- data.tar.gz: a8efdbde9087a6c6d636e39430a4580aaea916fa9fd05948ab3301ebe062d7865eb3f1da58132f2654ea834099f458e313de390bec2a5ad56db83b5e954cd5c6
6
+ metadata.gz: da820274d847dc5cb508f0b4a92c4cc15085e408e112b80acf3919aa3ee585a7c07d64bbfcb7bd51416d0f6639b6e0ec7654d7edb8d4e03f72c27ddf4303cba7
7
+ data.tar.gz: 63a8a15a57777b9f835dae093a9a32cf9d1a33c57180feedc922e774771c7738cbea3fb7f8884b21bb4f9d915f344c9a4c9f2d8f69478b936d53cc590cf28098
@@ -4,7 +4,7 @@
4
4
  module Source
5
5
  # This module implements helpers that are used for resources
6
6
  module Install
7
- VERSION = '0.0.0'
7
+ VERSION = '1.0.1'
8
8
 
9
9
  # Hooks for install
10
10
 
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: 0.0.0
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-26 00:00:00.000000000 Z
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: Logic for downloading, configuring, compiling, and installing packages
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: A gem for common installer logic
104
+ summary: Common logic for installing from source.
102
105
  test_files: []