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

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: fb7b8666b88fdaca2f12222559953d065b442e4aaa36a1519c8e4ae30dc636d8
4
+ data.tar.gz: 93382578bf76f573bb9f8cb405d75f65a54fbed0c71c7d3bbf355dc219806f56
5
5
  SHA512:
6
- metadata.gz: a181df7c4b7aeecc9359f50bdffe0cc9f7f5a9e443a633ee10de6c967555369ef38c4b6d17f875b4a313d4f8bc1d743288d6fad8e24358901d54128b7c73bbe5
7
- data.tar.gz: 531f49d563191a2a0837e32f1cc62804dc599e3325586798b26db3c1e89622f18f136db7bf8602785d11af2d10e524e803e80afed8782e1909582abb69978b0e
6
+ metadata.gz: 87ae33bc8e38a70f4cb81817b7fe31968ca3f4e9b1aed282a22ee4f62f6d53e06f12d54a57a0c53b5689fb4610fa5edc5a204568b1e466f0d4c78bd546b23347
7
+ data.tar.gz: 97826b13f9ff0fa506cb5aebc7a961eda97dab64271470397cda7d42d5f15ad730eaae98b7fa0180a6255834a17e76631d0685af2bb45dafe5a10d0d5a288566
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.33"
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.34"
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.34"
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.33"
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.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orb