orb-billing 0.1.0.pre.alpha.34 → 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 +4 -4
- data/README.md +1 -1
- data/lib/orb/version.rb +1 -1
- data/rbi/lib/orb/version.rbi +1 -1
- data/sig/orb/version.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50d28f2a46000dcef176f523183f0fb6b0598c05a46d9f070c87b7e00946525b
|
4
|
+
data.tar.gz: 7e716e2a02361371e4e2e212bc68a284d9dc555576a3d9b3c035471ed0bbe8b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
data/rbi/lib/orb/version.rbi
CHANGED
data/sig/orb/version.rbs
CHANGED