orb-billing 0.1.0.pre.alpha.34 → 0.1.0.pre.alpha.36

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: fb7b8666b88fdaca2f12222559953d065b442e4aaa36a1519c8e4ae30dc636d8
4
- data.tar.gz: 93382578bf76f573bb9f8cb405d75f65a54fbed0c71c7d3bbf355dc219806f56
3
+ metadata.gz: a9b9a07db051eae4111b0f211028a725503206e57861f9d06cc9b149106f2d4b
4
+ data.tar.gz: 6cbb4d34bb7b937c10539ca1d9b626605472df33dfc61b0144164cffbcd489a7
5
5
  SHA512:
6
- metadata.gz: 87ae33bc8e38a70f4cb81817b7fe31968ca3f4e9b1aed282a22ee4f62f6d53e06f12d54a57a0c53b5689fb4610fa5edc5a204568b1e466f0d4c78bd546b23347
7
- data.tar.gz: 97826b13f9ff0fa506cb5aebc7a961eda97dab64271470397cda7d42d5f15ad730eaae98b7fa0180a6255834a17e76631d0685af2bb45dafe5a10d0d5a288566
6
+ metadata.gz: 9d99ade805f47dfffb3523fe4e47479edf7b00814d76699d3cb1ff49bb5217f35b91c1807dbd387065637437db6e2bca2c9fab9d19154572e9c7c2f2230b295c
7
+ data.tar.gz: 5e7fd4516123aa1974e5d28a0535cd4a466533bc655b9feb184995b1cb83abd06faf39e73e143eddff56b46c11077d1ab26fddc8c0d01a9e56dde202a791998f
data/README.md CHANGED
@@ -13,7 +13,7 @@ The underlying REST API documentation can be found on [docs.withorb.com](https:/
13
13
  To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
14
14
 
15
15
  ```ruby
16
- gem "orb-billing", "~> 0.1.0.pre.alpha.33"
16
+ gem "orb-billing", "~> 0.1.0.pre.alpha.35"
17
17
  ```
18
18
 
19
19
  To fetch an initial copy of the gem:
data/lib/orb/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orb
4
- VERSION = "0.1.0-alpha.34"
4
+ VERSION = "0.1.0-alpha.36"
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # typed: strong
2
2
 
3
3
  module Orb
4
- VERSION = "0.1.0-alpha.34"
4
+ VERSION = "0.1.0-alpha.36"
5
5
  end
data/sig/orb/version.rbs CHANGED
@@ -1,3 +1,3 @@
1
1
  module Orb
2
- VERSION: "0.1.0-alpha.33"
2
+ VERSION: "0.1.0-alpha.35"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orb-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.34
4
+ version: 0.1.0.pre.alpha.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orb