orb-billing 0.1.0.pre.alpha.33 → 0.1.0.pre.alpha.35

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: 5bc014def44cf0f8ad16a6cc526d9ac74df50e7822aa91cdc5d8c498cf135fdf
4
- data.tar.gz: cca6802aad84e121b38e69b42b7b69ab0f1609571059cdadcabd3df6ad49b538
3
+ metadata.gz: 50d28f2a46000dcef176f523183f0fb6b0598c05a46d9f070c87b7e00946525b
4
+ data.tar.gz: 7e716e2a02361371e4e2e212bc68a284d9dc555576a3d9b3c035471ed0bbe8b2
5
5
  SHA512:
6
- metadata.gz: a181df7c4b7aeecc9359f50bdffe0cc9f7f5a9e443a633ee10de6c967555369ef38c4b6d17f875b4a313d4f8bc1d743288d6fad8e24358901d54128b7c73bbe5
7
- data.tar.gz: 531f49d563191a2a0837e32f1cc62804dc599e3325586798b26db3c1e89622f18f136db7bf8602785d11af2d10e524e803e80afed8782e1909582abb69978b0e
6
+ metadata.gz: 0a490a6a0c56677acce2e4571987a674f6bd07c2af13d9237720791b38dcf98e7feec5382b65bc3fd0a9fd6ce3d3b34f8a7dbad0616caaee19fb040810af773c
7
+ data.tar.gz: 1ed6327b343f53219169de8822dfc275edf7827326f8bd63c7e3f509fb3c7e8a9f2ad4fd588b7ee0e38d4f0b1c3209150b8ad38dac1b7a97e27d33c8d7b866de
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.32"
16
+ gem "orb-billing", "~> 0.1.0.pre.alpha.34"
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.33"
4
+ VERSION = "0.1.0-alpha.35"
5
5
  end
@@ -1,5 +1,5 @@
1
1
  # typed: strong
2
2
 
3
3
  module Orb
4
- VERSION = "0.1.0-alpha.33"
4
+ VERSION = "0.1.0-alpha.35"
5
5
  end
data/sig/orb/version.rbs CHANGED
@@ -1,3 +1,3 @@
1
1
  module Orb
2
- VERSION: "0.1.0-alpha.32"
2
+ VERSION: "0.1.0-alpha.34"
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.33
4
+ version: 0.1.0.pre.alpha.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orb