origen 0.60.3 → 0.60.4

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
  SHA256:
3
- metadata.gz: c9240129e4a28764211fd9a8d52e03105fd1453141aae8993981ffa3c19a7d79
4
- data.tar.gz: 824f643a5fbbaa5df88227fa0feee64ccf024aaa19886b263411d156b2bf4746
3
+ metadata.gz: 148dec5c8f45022812ba91024776a9ef96523248ce80192eb41cde7fa15de0bd
4
+ data.tar.gz: 3a4d381a11282e37c008a321c45e24e85c0bf8dc1c62d62c646542a679badb2c
5
5
  SHA512:
6
- metadata.gz: 6c038200763a2eba085f52b2d03c3cabdae42d6a9e82487095d4c2acafed827228294c74d1a615bb722fcf35d3717c978d15a259c98febdff8fef6680e5fe2bb
7
- data.tar.gz: 855e2f2085c61f2e9f32843fc56956c83c020a66ca386712fc3a0000e60feb009d3c2ad8f8476af1d24fa83eca5a9c1047b3475bc97aa3c7a6d0e5ccfb0d0c1d
6
+ metadata.gz: da91b6b19ff01e77e4cc6a43ed882204933ca913b418e86477a5a45c1182459ff38cc80525d6340951f5f582c06745d0c4db3094a365eab487f3d02e9ade9e6b
7
+ data.tar.gz: e802f0c36cfca5aa46339adebd2ef36ca79d99aa72f271970c5428f87e57ad1b0f8cc57cd6d0b5a2e9efd8dd39723f90c0f8201a537fefcfa12f91672bd7a671
data/config/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Origen
2
2
  MAJOR = 0
3
3
  MINOR = 60
4
- BUGFIX = 3
4
+ BUGFIX = 4
5
5
  DEV = nil
6
6
  VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
7
7
  end
@@ -143,7 +143,7 @@ module Origen
143
143
  # rubocop:disable Style/RescueModifier
144
144
  record_invocation = Thread.new do
145
145
  Origen.client.record_invocation(options[:action]) if options[:action]
146
- rescue Errno::ECONNREFUSED
146
+ rescue
147
147
  # Dont allow server being down to flood the screen with the stacktrace
148
148
  end
149
149
  # rubocop:enable Style/RescueModifier
data/lib/origen/client.rb CHANGED
@@ -5,7 +5,7 @@ module Origen
5
5
  # https://github.com/jnunemaker/httparty/tree/v0.9.0
6
6
 
7
7
  require 'json'
8
- # require 'httparty'
8
+ require 'net/http'
9
9
  # include HTTParty
10
10
 
11
11
  USE_DEV_SERVER = false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: origen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.3
4
+ version: 0.60.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen McGinty
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-12 00:00:00.000000000 Z
11
+ date: 2021-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport