File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,14 @@ The underlying REST API documentation can be found on [docs.withorb.com](https:/
1212
1313To use this gem, install via Bundler by adding the following to your application's ` Gemfile ` :
1414
15+ <!-- x-release-please-start-version -->
16+
1517``` ruby
1618gem " orb-billing" , " ~> 0.1.0.pre.alpha.37"
1719```
1820
21+ <!-- x-release-please-end -->
22+
1923To fetch an initial copy of the gem:
2024
2125``` sh
File renamed without changes.
Original file line number Diff line number Diff line change 11# typed: strong
22
33module Orb
4- VERSION = "0.1.0.pre.alpha.37"
4+ VERSION = T . let ( T . unsafe ( nil ) , String )
55end
Original file line number Diff line number Diff line change 11module Orb
2- VERSION: "0.1.0.pre.alpha.37"
2+ VERSION: String
33end
You can’t perform that action at this time.
0 commit comments