apiotics-test 0.1.49 → 0.1.50

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: 74dc3049ede534877349365340d48559dbbb4b41
4
- data.tar.gz: 392128d01db6b10264cb4aa36391542cbfc93d67
3
+ metadata.gz: 9426d07bc89c53ffaca81c8d6c800a639a5349cb
4
+ data.tar.gz: 5525c45ad05bfc576dc98594f6d90b0664f016ee
5
5
  SHA512:
6
- metadata.gz: df3572837f9b03a4078bcf8b0fd76dbe8ab582645ae2c80b0d5bab8e3f8e821016a4792ab8337e0401633da5d4282bc6618fb8a29ae149df033b095ff7ba947a
7
- data.tar.gz: ed4ac85ae1fa4a741467bb7e61da422552a422fd33fd84b9da4bb3ed438af52b50da207448960f244be994562a84a312e7d56a9bc0921ce5f6cdd7b5792a080b
6
+ metadata.gz: 74c049ab5aff10e6bca5e7f511457948afb14a14da1dcdb1ef4d3177fd4ed0ec67656a833588016e4ecf7a19538f0c094b79efeb412c39dabff259a4d4e3bea4
7
+ data.tar.gz: 00446e089111885c98cfadea5ee63b4e0650c4201f93dd204fa66e9d840bac70f74955e388f61a9c3f0d2cd6caa9f6356dfd041318a32fb8f509ee245883a588
@@ -70,7 +70,7 @@ module Apiotics
70
70
  config = Apiotics::Portal.openocd_worker_config(worker_name)
71
71
  config = JSON.parse(config)
72
72
  unless config["openocd_config_file_name"] == nil || config["openocd_config_file_name"] == ""
73
- path = Rails.root.join('lib', 'openocd', 'downloads', config["firmware_file_name"])
73
+ path = Rails.root.join('lib', 'openocd', 'downloads', config["openocd_config_file_name"])
74
74
  if File.exist?(path)
75
75
  else
76
76
  firmware_data = Apiotics::Portal.download_firmware(worker_name)
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.49'
2
+ VERSION = '0.1.50'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.49
4
+ version: 0.1.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-24 00:00:00.000000000 Z
11
+ date: 2017-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails