radiosonde2terraform 0.1.0 → 0.1.1

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: 97771e4fd7e40549248c43f42fdcd88e76661456253fe5f304f817fdad49df92
4
- data.tar.gz: 9548a32bfc8971ab5d4d22bdd508d2923c4b7fd204cc2c7fdb66018bae36d255
3
+ metadata.gz: 73ed8c3ed342ffc86ae5eb444d5ccd497fdce7afa2eb2ebe8ab6b520cb6391fe
4
+ data.tar.gz: f0560b787b99ca9a14c703b00edc81817075a7030ec333a14593bc6fe700acef
5
5
  SHA512:
6
- metadata.gz: 42372b99cffece2eb46a8a01849e103ee2f76859c35bc322465a88e18d810b951ace289c9a94f71843b10a39f2f5bb9a00ee238b514f38d90f773d0707fca2a7
7
- data.tar.gz: f30ecebfe9f7be4f517d015a7e78bcdca7ef46465f3821bc05fa51779ee8597893b370188354af1b6a90bc641011a77b697d4b36fe45951184bb8966fcb1aca4
6
+ metadata.gz: 8665e815ed1a23404d9c42abc3f9d88d65a4757e47eb972036417a4fc1abf06edb06854a1285f5b8f7f8a5c3fdfd90042edb06b7d41cb0de8d9f5ab4f0102f1c
7
+ data.tar.gz: ca691ec33de62234e73fb435a21abbe497ab792b1c578be2887c0dbab9c04550c7d6e2cce7e6cc4d877fe23c7c416ab079ec805ae75b1b677c732c7a48ba6db7
@@ -21,8 +21,7 @@ module Radiosonde2terraform
21
21
  # @param [String] filepath
22
22
  # @return [Array<Radiosonde::DSL::Context::Alarm>]
23
23
  def parse_conf(filepath)
24
- file = File.join(__dir__, filepath)
25
- dsl = open(file) { |f| Radiosonde::DSL.parse(f.read, file) }
24
+ dsl = open(filepath) { |f| Radiosonde::DSL.parse(f.read, filepath) }
26
25
  dsl.alarms
27
26
  end
28
27
 
@@ -1,3 +1,3 @@
1
1
  module Radiosonde2terraform
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiosonde2terraform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kenju