gisdatigo 0.4.0 → 0.4.1

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: 2d7daae6b57780970b370bc3703f8ecdc7b4de9d30d3d04ba324fdb656248f84
4
- data.tar.gz: 8e95fe52745434c33c95fc9fc71e3d4ed07163b08f30931c28bcfb2c4fcab18f
3
+ metadata.gz: ae9a9c16e18bdb8dc92c7a68fda2796883619725c2eb89d87c3a087b20ab90bd
4
+ data.tar.gz: b5ea31c2bb28798dcca35e53a71e36b81210d3e34aef8e1498474ea14ead9230
5
5
  SHA512:
6
- metadata.gz: 229b916308b401513a8709b088b91d88b6a0551c97fd35c6076bd0a0477c3626cef60f1d67200d6c8d9f61df7e63c29290b8e8c6260bcd27a4df8367f018befb
7
- data.tar.gz: 050bbd601bbfba6ae3fb831f1a876354bbed47cf9c9e39b004638481da8847b8820064d7fcdb207e7f5843c6c3beebaf29277268b75ebdea8079ee805b2ab9a7
6
+ metadata.gz: 3cdcbfe1300c359dda29b8224d6adac3b49cb2f773a53f61ff45d571548fbbcec5e61e8d5ebe6dd194746d4892e4595310784abb8f1748b9a45fe40120fc71d2
7
+ data.tar.gz: e76fdf54b484c32cb9804e0cdf89a4c3ffd8c0181e0d65086da8c63163629df07f057efd5d683ceb3b83fe82ca1dedaa0e8bb6982473a634c9fe4d73f39a566c
data/CHANGELOG CHANGED
@@ -4,6 +4,10 @@ Very opinionated automation for most of the gem update process for Rails applica
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## v0.4.1 - 24/05/2022
8
+
9
+ * Fix commands not waiting before continuing
10
+
7
11
  ## v0.4.0 - 24/05/2022
8
12
 
9
13
  * Add CLI
@@ -11,7 +11,7 @@ module Gisdatigo
11
11
  end
12
12
 
13
13
  def self.update_gem(gem_name, opts=[])
14
- system("bundle update #{opts.join(' ')} #{gem_name} &> /dev/null")
14
+ system("bundle update #{opts.join(' ')} #{gem_name} > /dev/null 2>&1")
15
15
  end
16
16
  end
17
17
  end
@@ -19,4 +19,4 @@ module Gisdatigo
19
19
  end
20
20
  end
21
21
  end
22
- end
22
+ end
@@ -3,7 +3,7 @@ require 'gisdatigo'
3
3
  module Gisdatigo
4
4
  class TestManager
5
5
  def self.check_units
6
- system("#{Gisdatigo.configurations[:test_command]} &> /dev/null")
6
+ system("#{Gisdatigo.configurations[:test_command]} > /dev/null 2>&1")
7
7
  end
8
8
  end
9
- end
9
+ end
@@ -1,3 +1,3 @@
1
1
  module Gisdatigo
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gisdatigo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Reggiani Manzo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-24 00:00:00.000000000 Z
11
+ date: 2022-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
208
208
  - !ruby/object:Gem::Version
209
209
  version: '0'
210
210
  requirements: []
211
- rubygems_version: 3.3.7
211
+ rubygems_version: 3.1.2
212
212
  signing_key:
213
213
  specification_version: 4
214
214
  summary: Automates most of the gem update process for Rails applications managed with