puppetdb_query 0.0.25 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8472f7c93ea4f65a4ee87ace1642691819290c3
4
- data.tar.gz: e1106d8da873423d09d5b1b38a3def9e94d7d2e2
3
+ metadata.gz: 2cddabf7a48c8c357641c4ea40575cb50f485123
4
+ data.tar.gz: a2a684dddd3498ea4d424d1f314e85db38045c76
5
5
  SHA512:
6
- metadata.gz: 51ab68da432386ea4e02fed4df626c56fe0a9b3ea942ca5b0dfff7944b48a2039a33b2f26236155868f193ae137a68866abea71445f39d319b4d2329fcd3e386
7
- data.tar.gz: 63f8fb7e455e04b1767ba51462ad21b23175ea2cf5ae48d7063f96fb2b547b921de6cb291abf8fdeb87a695db6276930eab49fb8a29e840f4609839e87fd37f4
6
+ metadata.gz: 6a150df7840528d416bb168eadfb50685c0f1df1b8ec8e63a3643174f4f57d54553d0d941ca1f4f06a09cc8b72dece1849bf8f943dd027d958dce78082c15a4c
7
+ data.tar.gz: 7e28e73a34afd5d8f23fb4f180c359ff462e43e075b1489742308030055bef824e102928f040548f8fdf568c2859770b9cf7eb4997610dad602ace4b506ca0f9
@@ -1,3 +1,3 @@
1
1
  module PuppetDBQuery
2
- VERSION = "0.0.25".freeze
2
+ VERSION = "0.0.26".freeze
3
3
  end
@@ -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'",
@@ -1,6 +1,7 @@
1
1
  require "spec_helper"
2
2
 
3
3
  # rubocop:disable Style/SpaceInsideBrackets,Style/MultilineArrayBraceLayout
4
+ # rubocop:disable Metrics/BlockLength
4
5
  describe PuppetDBQuery::Tokenizer do
5
6
  TOKENIZER_DATA = [
6
7
  [ 'hostname=\'puppetdb-mike-217922\'',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppetdb_query
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Meyling