puppetdb_query 0.0.25 → 0.0.26
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2cddabf7a48c8c357641c4ea40575cb50f485123
|
4
|
+
data.tar.gz: a2a684dddd3498ea4d424d1f314e85db38045c76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a150df7840528d416bb168eadfb50685c0f1df1b8ec8e63a3643174f4f57d54553d0d941ca1f4f06a09cc8b72dece1849bf8f943dd027d958dce78082c15a4c
|
7
|
+
data.tar.gz: 7e28e73a34afd5d8f23fb4f180c359ff462e43e075b1489742308030055bef824e102928f040548f8fdf568c2859770b9cf7eb4997610dad602ace4b506ca0f9
|
@@ -2,7 +2,7 @@ require "spec_helper"
|
|
2
2
|
|
3
3
|
# rubocop:disable Style/SpaceInsideBrackets,Style/MultilineArrayBraceLayout
|
4
4
|
# rubocop:disable Style/MultilineMethodCallIndentation,Style/RedundantParentheses
|
5
|
-
# rubocop:disable Style/ClosingParenthesisIndentation
|
5
|
+
# rubocop:disable Style/ClosingParenthesisIndentation,Metrics/BlockLength
|
6
6
|
describe PuppetDBQuery::Parser do
|
7
7
|
CORRECT_PARSER_DATA = [
|
8
8
|
[ 'hostname=\'puppetdb-mike-217922\'',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
require "spec_helper"
|
2
2
|
|
3
3
|
# rubocop:disable Style/SpaceInsideBrackets,Style/MultilineArrayBraceLayout,Style/IndentArray
|
4
|
-
# rubocop:disable Style/MultilineHashBraceLayout
|
4
|
+
# rubocop:disable Style/MultilineHashBraceLayout,Metrics/BlockLength
|
5
5
|
describe PuppetDBQuery::ToMongo do
|
6
6
|
TO_MONGO_DATA = [
|
7
7
|
[ "hostname='puppetdb-mike-217922'",
|