cloudcost 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: 96a9e629c34c1cfb03aae4edbf523429e3cde9d2da296fbb836504d49eaf56e6
4
- data.tar.gz: 0124a911411de640441fe5153221cec39c1910cb569734aed5f7713309ab6906
3
+ metadata.gz: 8ff5e2d72a7a5655eb528bd4b762c8682e7b388bdbd15f14785ba13b733710e6
4
+ data.tar.gz: 045d769db58a4f871a228200500ad3de827d593e562cb6b6ad3976718ca1c859
5
5
  SHA512:
6
- metadata.gz: 2d0702e48c0f676663f8207428d60e620be0c361ae06a40d5b890b09255b6cdad188f24fe9b6068a5114ccc9d4223f75123906395212edf60799e2b39eb5db28
7
- data.tar.gz: cc6493969e142c28033874f470670df1e521a2e33f33b88f065d1a5ae3850469914588d71d5f6a872868d282a019b6ec43bcd331f88d2c140dd872a7df3c3ed5
6
+ metadata.gz: 61f67a42c2575cfca9b88f55ed00715a8f32c3a9c1dc4b4f03e3c56a783ef9574c7d63060a3aa6fc5e501ea0cd6f5fcbdf866f0fafd78da4b7f8d202fcafcac9
7
+ data.tar.gz: 3d96ff16f9b0015af1f03ffc37ec70c559c42fbcb59403f5bd331c3acec6066f3d4120d9a6a93aaa2d1fe0cc1827f2c6c5c5b342bf3abb11560fa05bd661609b
@@ -2,7 +2,9 @@
2
2
 
3
3
  require "yaml"
4
4
 
5
- PRICING = YAML.load_file("data/pricing.yml")
5
+ PRICING = YAML.load_file( File.join(
6
+ File.expand_path("../..", __dir__), "data/pricing.yml")
7
+ )
6
8
 
7
9
  module Cloudcost
8
10
  class PricingError < StandardError
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cloudcost
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudcost
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
  - Nik Wolfgramm
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-13 00:00:00.000000000 Z
11
+ date: 2021-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon