techinform 1.4.3 → 1.4.4

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: 64c7658c3934e9e334631b42e5e39eae459f9106dc8dfee5414b6e0c683bf22d
4
- data.tar.gz: c15ec4cdc3d598223e5f7a18e04a741bd4fecabb30b2c0a6ffaef5611bf14f32
3
+ metadata.gz: a243f8f499306a7eb23f1a833c447a887268fcb45abab22cc3b8e897fcf4b5ea
4
+ data.tar.gz: 91857af8233b376a7be55ed6416134d3a56946d1791bd7e6d851f42af8e501e4
5
5
  SHA512:
6
- metadata.gz: 9971a2f5ddb3afe568b025173f716bc058a8fab146b0c51fa6e0d30168ca9f4cb78c09a251ce99306914cb870e87c99ee49a52496fd1f2ce548d1fd9544c488c
7
- data.tar.gz: bc5d6f5d62b8373bc01264f1e759b6ec62a34d4bd52f737b144071bdd872415ef5383a6de6e8e09e3dcfb9de4c6e0f8466c7a58e2f47248f4b30dd21355eca29
6
+ metadata.gz: 99f574b18b35f36a1c1dae5a966d57b2996e19f49fafba57a98a092ed1d10ab1359dbe889e5914072f7e2d4d846c80f0bde0b523d6b24a3cf7c6d780069d0609
7
+ data.tar.gz: 2596bf81e587779bd4f9ce72191d24adb91ad629e91fdcb93fbbf2fe4e4c12241971193a5ba74dbe60f3e451ee03dea3f085cde8ea2d20325fd6588e95a2a6c9
data/bin/publish ADDED
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+
3
+ bin/install
4
+ gem push techinform*.gem
data/lib/backup/backup.rb CHANGED
@@ -112,7 +112,7 @@ class Backup
112
112
  process_clean_files(prefix)
113
113
  else
114
114
  # Process each backup type
115
- Dir["#{Techinform::BACKUPS_PREFIX}/#{prefix}/backups/*"].each do |type|
115
+ Dir["#{Techinform::BACKUPS_PREFIX}/#{prefix}/*"].each do |type|
116
116
  puts "Type: #{type}"
117
117
  # Get all backup name
118
118
  Dir["#{type}/*"].each do |path|
@@ -1,3 +1,3 @@
1
1
  module Techinform
2
- VERSION = "1.4.3"
2
+ VERSION = "1.4.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: techinform
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Chernikov
@@ -97,6 +97,7 @@ files:
97
97
  - Rakefile
98
98
  - bin/console
99
99
  - bin/install
100
+ - bin/publish
100
101
  - bin/setup
101
102
  - exe/techinform
102
103
  - exe/ti