influx_query 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d265802226b7cd24ecfa9d979cf6545b2199ac1796d0c8c196857c4733cc48cf
4
- data.tar.gz: 8756e0f15784bd7d90fcd11c0cfb53f80361e5db1c28e4a770f314efafb6ede3
3
+ metadata.gz: 0e0e77afb06d66c56c7850f031855028e2d04c02a2f6f0e00e4a81bbd2d27ddc
4
+ data.tar.gz: 2879db4671aa1ea3106aa8b5fa2b68bfa41f4c62a27e565e7b408d37d2d05f6d
5
5
  SHA512:
6
- metadata.gz: b027c73985ec0c54c8b579344a65f85385d9ca7653728270715cf1183ba73d7cbd29bbbe54fc0b9fb123e6583ed7763c7dc38415590efdb4d898979fed89c2f1
7
- data.tar.gz: b52f4ca54d4f823d069155bbcddaf857e69f5797b5f6a5d094251dd9c913d1ba4dfac9e93a91e2e2eb971d2f1315bd59e3ca8c554a1565961fdd8d901cd0800c
6
+ metadata.gz: 3cd6325150d90cd4f09a3d8ca02ab25a1989c2e6efcaac74a44b2a4bbbaa21841a14c818528a8ec5e1748a5a34e3c24f0ebfcf145141fbe972f14adafed92415
7
+ data.tar.gz: e4d02e832475992a23694cd571e45ee55bfc981222ff123cd39635be236cb6b0353a66d14a6f7213ca5d79d6055d04cb06ee671af9c3a7240a235cf879437d9b
data/README.md CHANGED
@@ -67,7 +67,7 @@ are controlled by the chaining dsl.
67
67
  - `params`: the values which will be interpolated into the final query.
68
68
  - `select_columns`: an array of strings.
69
69
  Defaults to `["*"]` and will stay that way unless manually altered.
70
- - `source`: string, the measurement to fetch data from, e.g. "things"s
70
+ - `source`: string, the measurement to fetch data from, e.g. "things"
71
71
 
72
72
  In between `#initialize` and `#resolve`, other methods can be called:
73
73
 
@@ -83,7 +83,7 @@ Args:
83
83
  ```
84
84
  query
85
85
  .filter!(:start, "time", "<", "now() - 30d")
86
- .filter!(:start, "time", ">", "now() - 15d")
86
+ .filter!(:end, "time", ">", "now() - 15d")
87
87
  ```
88
88
 
89
89
  This previous example has its functionality served by a helper method
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module InfluxQuery
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: influx_query
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - max pleaner