helmsnap 0.9.0 → 1.0.0

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: a677f9669389745853563f4949e114f539f3e28cbba93f3c9318e406166d928f
4
- data.tar.gz: cf186d8a23296935428ed2d6b1f9e80f96847353ca405c1183d895b70a57c39e
3
+ metadata.gz: a7952638d8f3dff0a50824522ccfa2f93f596565b25fe302149a090328501544
4
+ data.tar.gz: 30b511541ecb8bfe8f08642e75f28b71858cf55a5f000941331b6be1fc7790f0
5
5
  SHA512:
6
- metadata.gz: 5c5e1bf0d0f7ea3b372e337e65ff8714439bb7c9f08e61f77e59115a66c0c4cae1c6f3ae6640921287282cba87022ced9be96859cadb588f14fc5e6f4041b922
7
- data.tar.gz: 5e643f42ad9d96f20e97f9f94a67c0640be6821009714e6bc2c4ff5140504a0d269d404a6f39e7739fb236c3cf0099f272b8d41140e8354d4d78ddad29bb7047
6
+ metadata.gz: 07160a7b5da7874c159a8fdc4b8744f29391d3471dbd5d103990d774cee9dfbc8ae73c09162b9ea30b49c26679e7c807edab5d094ae36ab286e39b293ae538da
7
+ data.tar.gz: 7df5c521c5328d2a1b9047f9487a0a5dd21ee85e56d7f975163acb7ac6ddd998cf6bd666926f8417d2183826b40f096e0781f409950cc3f3dc5c179c8c3436dc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- helmsnap (0.9.0)
4
+ helmsnap (1.0.0)
5
5
  colorize
6
6
 
7
7
  GEM
@@ -45,7 +45,7 @@ GEM
45
45
  diff-lcs (>= 1.2.0, < 2.0)
46
46
  rspec-support (~> 3.11.0)
47
47
  rspec-support (3.11.0)
48
- rubocop (1.30.0)
48
+ rubocop (1.30.1)
49
49
  parallel (~> 1.10)
50
50
  parser (>= 3.1.0.0)
51
51
  rainbow (>= 2.2.2, < 4.0)
@@ -63,7 +63,7 @@ GEM
63
63
  rubocop-rake (~> 0.6.0)
64
64
  rubocop-rspec (~> 2.11.1)
65
65
  rubocop-sequel (~> 0.3.3)
66
- rubocop-performance (1.14.0)
66
+ rubocop-performance (1.14.2)
67
67
  rubocop (>= 1.7.0, < 2.0)
68
68
  rubocop-ast (>= 0.4.0)
69
69
  rubocop-rails (2.14.2)
@@ -74,7 +74,7 @@ GEM
74
74
  rubocop (~> 1.0)
75
75
  rubocop-rspec (2.11.1)
76
76
  rubocop (~> 1.19)
77
- rubocop-sequel (0.3.3)
77
+ rubocop-sequel (0.3.4)
78
78
  rubocop (~> 1.0)
79
79
  ruby-progressbar (1.11.0)
80
80
  tzinfo (2.0.4)
@@ -26,7 +26,9 @@ class Helmsnap::Generate < Helmsnap::Service
26
26
 
27
27
  snapshots_path.glob(["**/*yaml", "**/*.yml"]).each do |path|
28
28
  content = path.read
29
- content.gsub!(/\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d\.\d+/, "2022-01-01 00:00:00.000") or next
29
+ content.gsub!(/\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d\.\d+/, "2022-01-01 00:00:00.000")
30
+ content.gsub!(/\d\d\d\d-\d\d-\d\d-\d\d-\d\d-\d\d/, "2022-01-01-00-00-00")
31
+ content.gsub!(/\d\d\d\d-\d\d-\d\d-\d\d-\d\d/, "2022-01-01-00-00")
30
32
  path.write(content)
31
33
  end
32
34
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Helmsnap
4
- VERSION = "0.9.0"
4
+ VERSION = "1.0.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helmsnap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuri Smirnov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-01 00:00:00.000000000 Z
11
+ date: 2022-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize