techinform 1.5.1 → 1.5.2
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/README.md +1 -1
- data/lib/techinform/version.rb +1 -1
- data/techinform.gemspec +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d416aeb0ed6107b42d4e73b8f8781f3bb627c81b69c6032c2a7948de26d0fcff
|
4
|
+
data.tar.gz: 749b0b6306b03bf207f554196164d6b69cda2213acf4ceb766db6ee025cc5e2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be9cb1690472bfcad0f0957f7a094b1441305bb19d60cda1790a1aee3b97cbf197de53d91d0cd4660b0a57ef805c5cb7ee7da6046dbcd2d44c4d577244b27d31
|
7
|
+
data.tar.gz: 295465b890a59462c9dd5e2eefd73a3672ce5461e1d096dccc1a16db4dbc0163761a59d89caa79853b56674e1866195a7731ebc1b34b45dba57dc381c2e2199c
|
data/README.md
CHANGED
@@ -28,7 +28,7 @@ Available variables:
|
|
28
28
|
|
29
29
|
DEBUG=true # Print debug information on commands run
|
30
30
|
GPGKEY=< email | key id > # Enables encryption and encrypt with specific public key via gpg2. gpg2 should be installed
|
31
|
-
|
31
|
+
DBUSER=root # User for database access
|
32
32
|
PASSWORD=password # Password for database access
|
33
33
|
|
34
34
|
## Usage
|
data/lib/techinform/version.rb
CHANGED
data/techinform.gemspec
CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
17
17
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
18
18
|
if spec.respond_to?(:metadata)
|
19
|
-
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
19
|
+
# spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
20
20
|
|
21
21
|
spec.metadata["homepage_uri"] = spec.homepage
|
22
22
|
spec.metadata["source_code_uri"] = "https://github.com/alexey-chernikov/techinform"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: techinform
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexey Chernikov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -121,7 +121,6 @@ homepage: https://techinform.dev
|
|
121
121
|
licenses:
|
122
122
|
- MIT
|
123
123
|
metadata:
|
124
|
-
allowed_push_host: https://rubygems.org
|
125
124
|
homepage_uri: https://techinform.dev
|
126
125
|
source_code_uri: https://github.com/alexey-chernikov/techinform
|
127
126
|
changelog_uri: https://github.com/alexey-chernikov/techinform/CHANGELOG.md
|