kapost-bootstrapper 1.0.5 → 1.0.6

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
  SHA1:
3
- metadata.gz: bf96dcca5785aee60be4d4388b926f29b074ec00
4
- data.tar.gz: b0fa820d8596bf4db95540b7978f4128bdce043b
3
+ metadata.gz: 50e4419ec7fe40f73b03955beeb71c98c0d576dd
4
+ data.tar.gz: 36a23ef0d2adda482bd840682d245c2f98d8c2d3
5
5
  SHA512:
6
- metadata.gz: 9a726a4a2085d9ed9b2181d3260778890421c2a9e440ca2a6cac0200829cbd9efbeeaf6316f800b269f1e4b9330102152d7ebe20ffe29a8c705332346b08803b
7
- data.tar.gz: b52e1ce54196ea677e434cdf701d94363f1939d04b97da138fc6309e1353b1ce7f0f68b0a4ca2fe2bd74f64a0f512c55939bd0daa59ac5cced73aa8a1d318101
6
+ metadata.gz: b9469782f9cc6f3fe8bb962121642781d5f0ae4ff24ecad7bdadc1c449ab82224d924576a17c410742a47254bc65bd79a3e6e61157902ca9d0f1248625256c72
7
+ data.tar.gz: 7b980119feecfc51d830cee694b1beb7f66c11e96fad6a0c257c27b9bdb1b2484b2c9ae93f5ecdc2104fc19f7c9fbedf6766e867313a882254c23f7e9c9b1fc3
@@ -56,7 +56,7 @@ module Kapost
56
56
  def default_check(command, version)
57
57
  installed?(command) or raise CommandNotFoundError, command
58
58
  if version
59
- actual_version = right_version?(command, version) or raise CommandVersionMismatchError, command, version, actual_version
59
+ actual_version = right_version?(command, version) or raise CommandVersionMismatchError.new(command, version, actual_version)
60
60
  end
61
61
  true
62
62
  end
@@ -1,5 +1,5 @@
1
1
  module Kapost
2
2
  class Bootstrapper
3
- VERSION = "1.0.5"
3
+ VERSION = "1.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kapost-bootstrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kapost Engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-06 00:00:00.000000000 Z
11
+ date: 2018-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: semantic
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  version: '0'
152
152
  requirements: []
153
153
  rubyforge_project:
154
- rubygems_version: 2.6.12
154
+ rubygems_version: 2.6.4
155
155
  signing_key:
156
156
  specification_version: 4
157
157
  summary: A small helper utility for your app to declare and setup its system dependencies