idrac 0.7.5 → 0.7.7
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 +7 -0
- data/lib/idrac/session.rb +2 -1
- data/lib/idrac/version.rb +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: 133dd0ab85e38e7833aa80381ea6d22bdf134e30e48d9382b6f7e9b1671e0cad
|
4
|
+
data.tar.gz: a742fa6154ebf62aeba07f0869442f486d2bed490011454eaae446d7d0b59805
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec5a16a96be2ec689d2266f28e610c03442c36250bfc3ffb7992a99d54a08fbac582dace2111dcefdbcc601e76e06729265f3c2366337e70c23f0c1438dfe4d1
|
7
|
+
data.tar.gz: 21b90d2e4f5355fc830ad511bf2821a6bae41bf4792ed6bf79cd4c24bff570fee0b932a13212cf6d08b353c2d8328fdb66a6f1e40c4e0a46b692cb3c795c8f5b
|
data/README.md
CHANGED
@@ -218,6 +218,13 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
218
218
|
|
219
219
|
## Changelog
|
220
220
|
|
221
|
+
### Version 0.7.7
|
222
|
+
- **Bug Fix**: Fixed Session base_url method to use instance variables instead of client delegation
|
223
|
+
- Resolved "undefined local variable or method 'client'" error in session.rb
|
224
|
+
|
225
|
+
### Version 0.7.6
|
226
|
+
- **PR Preparation**: Updated version for PR submission
|
227
|
+
|
221
228
|
### Version 0.7.5
|
222
229
|
- **Code Cleanup**: Consolidated duplicate methods across the codebase
|
223
230
|
- Removed 5 sets of duplicate methods: `base_url`, `get_firmware_version`, `wait_for_task`, `handle_location`, and `extract_identifiers`
|
data/lib/idrac/session.rb
CHANGED
data/lib/idrac/version.rb
CHANGED