knapsack_pro 2.4.0 → 2.5.0

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: be2eb19b6bc60ed03791ae1fd85b0893d85a42f96be0a584f7774174572e4982
4
- data.tar.gz: e500f47322535c432f3cc89eed024708cf5e9e66162cecf3af5e6793d90a6794
3
+ metadata.gz: e3c6506b6cb33b35562900366ecc93d2a8d34e48eaf51edcc35245a09773a8ff
4
+ data.tar.gz: 359e6b4067fa1a3944f9f17dad8b461d8c4d08c24f63804fd6d0c93149b44e7c
5
5
  SHA512:
6
- metadata.gz: 2303b72bfe98c25b1b7ec464f0632ce80ae20233457d990c0f92755fff63173bfad4da9dd2f9dc12873892c5157919cdd618d9b3999bef82f46242758bbc18b7
7
- data.tar.gz: f3f49a0618a13876aaec016e3458a673a4a1ce7a6fb168f8f44409c10d00791a8e2e8c4c542f6c015951d4bcb17c2052e613dcbba69cf898f1d653818ce3eca1
6
+ metadata.gz: de1fb35de1f6492879849f0889e627bb448a90a5544951d6475702394de4ac5ba7d8573ebae2bceb3f758d1f397a755bfd2f366feca8c12e2ca63144d8726959
7
+ data.tar.gz: d5f58a08ed60fa8c441d8c2e664004f6d5c83abdf67c5ee67f63958705f5fe21ba2bd7df307f23daf2127dbabe15be0935c0609ab3e6779545b299483e39898c
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ### 2.5.0
4
+
5
+ * Add production branch to non encryptable branches names
6
+
7
+ https://github.com/KnapsackPro/knapsack_pro-ruby/pull/126
8
+
9
+ https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.4.0...v2.5.0
10
+
3
11
  ### 2.4.0
4
12
 
5
13
  * Update list of non encryptable branches
@@ -8,6 +8,7 @@ module KnapsackPro
8
8
  'development',
9
9
  'dev',
10
10
  'staging',
11
+ 'production',
11
12
  # GitHub Actions has branch names starting with refs/heads/
12
13
  'refs/heads/master',
13
14
  'refs/heads/main',
@@ -15,6 +16,7 @@ module KnapsackPro
15
16
  'refs/heads/development',
16
17
  'refs/heads/dev',
17
18
  'refs/heads/staging',
19
+ 'refs/heads/production',
18
20
  ]
19
21
 
20
22
  def self.call(branch)
@@ -1,3 +1,3 @@
1
1
  module KnapsackPro
2
- VERSION = '2.4.0'
2
+ VERSION = '2.5.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knapsack_pro
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ArturT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-17 00:00:00.000000000 Z
11
+ date: 2020-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake