nonnative 0.4.0 → 0.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: 8cb45efde1cca2e96f9720adc6142b538be0fc5d3d3b416c1d65d3130d40582f
4
- data.tar.gz: 6b3b131ba76dba8bad6c7b56d3e93d228fa7695e001b5018f48a8a7e665aa331
3
+ metadata.gz: d290faf98f54371ba3a5b7b815c604c43bb52680a8e7bfba38eb1366e06b8d7e
4
+ data.tar.gz: 6ea52760ccde64e58f88a6dc6d0357a79de6d4683a6d607d7a33608f2bbda824
5
5
  SHA512:
6
- metadata.gz: d393842c0a687f9ff4a7d6ae336c431a4ef2e5cbf174c63f44a24e5c14acf419c4b5f9807353d4ae4319d74695ab8d5a75520bec2c7307bf2657adb5bda70aa3
7
- data.tar.gz: 17864c1f200bc596d09ba25918d9a722f9566ba8f7fe844ddfacc452eb04076d1800dd53f2a0db879fc64fa532442250a16ad2c0ab66055998b12f94372c4c99
6
+ metadata.gz: 31ba03c690c49dc515c735265e7b215132b45dbc4f0980f627d49f45ed9236f1596f16f3123477f4f6f08356b6df58fc6f455d4e2c71a46f1717da8287384099
7
+ data.tar.gz: f5e93083d80e05ff6241dac0b194755fd8a5e9079195d7b4b63fddb42cd5feeefee5122b8326a146f9373c28bcbf03f8643b57ef2349657f1a0df5884a62c5fd
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nonnative (0.4.0)
4
+ nonnative (0.5.0)
5
5
  cucumber
6
6
  rspec-expectations
7
7
  semantic_logger
@@ -38,7 +38,7 @@ module Nonnative
38
38
  result, pid = @process.stop
39
39
  return if result
40
40
 
41
- logger.error('Process has started though did respond in time', pid: pid)
41
+ logger.error('Process has stopped though did respond in time', pid: pid)
42
42
  end
43
43
  end
44
44
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Nonnative
4
- VERSION = '0.4.0'
4
+ VERSION = '0.5.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nonnative
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Falkowski