-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: release 0.1.3 * chore: update to ruby 3.0 * chore: remove bundler cache Change-Id: I50f02a9233daf071c5c43b8a6374a154c44dc1d0 * fix: modify faraday version for development to support tests Change-Id: Icfebf08d20882f833b16f1642ffb836ef79d09c3 * chore: update bundler version Change-Id: I5469d2218f98e8956d6cfa8a726088b74f2c8d5f * chore: add --trace to rake test Change-Id: Ia00e811d0191f1c48d9ffae2b24c84fc93aeb094 * chore: set ruby to 2.7 to resolve issue with ci github action Change-Id: I3d32365f726523594e6d71a2ddfc7219589cc1d0 * chore: set ruby to 2.7 to resolve issue with ci github action Change-Id: I1716b140f641f0408f969805fcc60cb4085b1134 * chore: fix deprecated actions Change-Id: Ic023ddb3f6016dc137703e6c289761daceeaeb3f --------- Co-authored-by: Dr. Strangelove <drstrangelove@google.com>
- Loading branch information
1 parent
3aa1cc2
commit 2cf2373
Showing
6 changed files
with
39 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,6 @@ module LookerSDK | |
|
||
# Current version | ||
# @return [String] | ||
VERSION = "0.1.2" | ||
VERSION = "0.1.3" | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters