fog-xenserver 0.2.3 → 0.3.0

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.
data/.rubocop DELETED
@@ -1,23 +0,0 @@
1
- Metrics/LineLength:
2
- Enabled: false
3
-
4
- Style/EachWithObject:
5
- Enabled: false
6
-
7
- Style/Encoding:
8
- EnforcedStyle: when_needed
9
-
10
- Style/FormatString:
11
- Enabled: false
12
-
13
- Style/HashSyntax:
14
- Enabled: false
15
-
16
- Style/SignalException:
17
- EnforcedStyle: only_raise
18
-
19
- Style/StringLiterals:
20
- EnforcedStyle: double_quotes
21
-
22
- Metrics/LineLength
23
- Enabled: false