datadog_backup 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee9abdf73ac3cbad7b6bd9793ed042a00080976df200b545f01e470312b1ab6c
4
- data.tar.gz: 10abcbc6063d0d75840b0898d6c0a3875fd9d708bbc6306aa5fc1e01e33868f6
3
+ metadata.gz: 56ff82a616154e19aa71e5a9f552dae87569483259a6d7a9ab1e5e8ca19e6e81
4
+ data.tar.gz: 987f889873b25ae4addb9f0e8a6867828519d00268fa989b3af585438ae09494
5
5
  SHA512:
6
- metadata.gz: a057274e713a2cbe0cd17d0287f2a7bdd12a4278490d59f60b0a75f40e7b6af2f835bd41d5d00fd2f31e112996615f36bcd1e7c837312a7591bff2f4c1e65352
7
- data.tar.gz: 37168d60e62068e3fde6c5b2dfda4930d7fd13ca089c78f753fcb628aca4fba32fc2f7a7dde30ca048fe7f33fc7fda2f0b8193b4b2b01bf29e2ca036cc20bab0
6
+ metadata.gz: 577e5a1ea30a389246313f6a1837fa2e2951536d18af16673379ca066c8d97c526e81b2f21456e43ef8ebe08fe70b4f1bcfa6e3831f26099f1bfe9165c85734e
7
+ data.tar.gz: 4554302c678bfd9ccdbce6e5606ebcc8ef74676aae47513bfefdb761664b5b488f7776b741d144080a65e9fc37d8b9a46bd8cc939d57eb2e1695769ff87464e3
@@ -15,7 +15,7 @@ jobs:
15
15
  ruby: [2.5, 2.6, 2.7, '3.0']
16
16
  runs-on: ${{ matrix.os }}
17
17
  steps:
18
- - uses: actions/checkout@v2.3.5
18
+ - uses: actions/checkout@v2.4.0
19
19
  - name: Set up Ruby
20
20
  uses: ruby/setup-ruby@v1
21
21
  with:
@@ -31,7 +31,7 @@ jobs:
31
31
  env:
32
32
  BUNDLE_DEPLOYMENT: true
33
33
  steps:
34
- - uses: actions/checkout@v2.3.5
34
+ - uses: actions/checkout@v2.4.0
35
35
  - name: Set up Ruby
36
36
  uses: ruby/setup-ruby@v1
37
37
  with:
@@ -49,6 +49,6 @@ jobs:
49
49
  with:
50
50
  semantic_version: 17
51
51
  extra_plugins: |
52
- @semantic-release/changelog
53
- @semantic-release/git
54
- semantic-release-rubygem
52
+ @semantic-release/changelog@5
53
+ @semantic-release/git@9
54
+ semantic-release-rubygem@1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.1.2](https://github.com/scribd/datadog_backup/compare/v1.1.1...v1.1.2) (2022-02-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * pin semantic release plugins ([5e92303](https://github.com/scribd/datadog_backup/commit/5e9230362f0b112de190fb1458fc9a3f32423c63))
7
+
1
8
  ## [1.1.1](https://github.com/scribd/datadog_backup/compare/v1.1.0...v1.1.1) (2021-10-26)
2
9
 
3
10
 
data/Gemfile.lock CHANGED
@@ -47,7 +47,7 @@ GEM
47
47
  nenv (~> 0.1)
48
48
  shellany (~> 0.0)
49
49
  parallel (1.21.0)
50
- parser (3.0.2.0)
50
+ parser (3.0.3.2)
51
51
  ast (~> 2.4.1)
52
52
  pry (0.14.1)
53
53
  coderay (~> 1.1)
@@ -56,7 +56,7 @@ GEM
56
56
  rb-fsevent (0.11.0)
57
57
  rb-inotify (0.10.1)
58
58
  ffi (~> 1.0)
59
- regexp_parser (2.1.1)
59
+ regexp_parser (2.2.0)
60
60
  rexml (3.2.5)
61
61
  rspec (3.10.0)
62
62
  rspec-core (~> 3.10.0)
@@ -80,9 +80,9 @@ GEM
80
80
  rubocop-ast (>= 1.12.0, < 2.0)
81
81
  ruby-progressbar (~> 1.7)
82
82
  unicode-display_width (>= 1.4.0, < 3.0)
83
- rubocop-ast (1.12.0)
83
+ rubocop-ast (1.15.0)
84
84
  parser (>= 3.0.1.1)
85
- rubocop-rspec (2.5.0)
85
+ rubocop-rspec (2.7.0)
86
86
  rubocop (~> 1.19)
87
87
  ruby-progressbar (1.11.0)
88
88
  shellany (0.0.1)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DatadogBackup
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datadog_backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamran Farhadi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-10-26 00:00:00.000000000 Z
12
+ date: 2022-02-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: amazing_print