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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 377409d470d19efcfd9028db6bdefa2071403ac78f60e2b56f67550520eb305c
4
- data.tar.gz: 30a08875950a5c865e51bc72d9c6decc346374caf6f94253147ec50e9d640e66
3
+ metadata.gz: d416aeb0ed6107b42d4e73b8f8781f3bb627c81b69c6032c2a7948de26d0fcff
4
+ data.tar.gz: 749b0b6306b03bf207f554196164d6b69cda2213acf4ceb766db6ee025cc5e2a
5
5
  SHA512:
6
- metadata.gz: 73a5ca1881758fee223838342fc950b73a4c328b81ff504d273f4d240ec823cb071f5d412589c0542f99b2241704745a0c3ef9c9cca9d4420073a388153d5254
7
- data.tar.gz: 4f0253a7eaf1d62c88d3bbee508eb3a98f226931545fed400026b0be7968574db8d470b709117eb8525866f89f26955482707cb574f2a9cc508929df8cdb2e23
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
- USER=root # User for database access
31
+ DBUSER=root # User for database access
32
32
  PASSWORD=password # Password for database access
33
33
 
34
34
  ## Usage
@@ -1,3 +1,3 @@
1
1
  module Techinform
2
- VERSION = "1.5.1"
2
+ VERSION = "1.5.2"
3
3
  end
@@ -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.1
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-09-24 00:00:00.000000000 Z
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