influxdb-client-apis 1.13.0.pre.2019 → 1.13.0.pre.2069

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +21 -0
  3. data/influxdb-client-apis.gemspec +1 -2
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0bd2b2bcc432754c95d462ae73daa6084d6444974f874301c03091b443e5c8a6
4
- data.tar.gz: 45363c246955de5ab3fb6e8979678e8c2d0f188befda631cb42e74503aef2d77
3
+ metadata.gz: 54cccfd00b9182ec9ed738dd1a9a403bd04d58b20b76ac85eb4a9a0c316b338d
4
+ data.tar.gz: 2a23ed7eb3a66894ab5f2bcf98bbe2e14b3a3d7f5fb2819a700445398f03270f
5
5
  SHA512:
6
- metadata.gz: 65f600a597495eb73011977828e57171e652add36318712e4bd90b53fa0be58c8771319f396362763e08c8c0e9896084821ad385ec4d326d53353f54f5a15b46
7
- data.tar.gz: 5da95013aba6052ad9f53f52672bfe2814e3fe76bcf19f576f27e8e1dfe508a8067d65caee1f8e5279934fda823aa6248f4507b0de1510e811ee361dccd6c961
6
+ metadata.gz: 9e3c64ef9c5d8f4b88e953ba876b39db8747100574f59b12804b97adff99509f8b21f2efc348c161478369ed21bd42ee712f363644d742e0cb1bd38bed603095
7
+ data.tar.gz: 39d4d5de768975e6116be6d1a74e3a7cb99ef04a6de53a75ca1c4d059a5a0805e749a4c6e46d2ddc8b345b1c1b1138db514ab255bedd1a518fff7c3286be867c
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Influxdata, Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -39,8 +39,7 @@ Gem::Specification.new do |spec|
39
39
  spec.metadata['changelog_uri'] = 'https://raw.githubusercontent.com/influxdata/influxdb-client-ruby/master/CHANGELOG.md'
40
40
 
41
41
  spec.files = Dir.glob('lib/**/*')
42
- # spec.files += %w[influxdb-client-apis.gemspec ../LICENSE ../README.md ../CHANGELOG.md Rakefile]
43
- spec.files += %w[influxdb-client-apis.gemspec Rakefile]
42
+ spec.files += %w[influxdb-client-apis.gemspec LICENSE Rakefile]
44
43
  spec.test_files = Dir.glob('test/**/*')
45
44
  spec.require_paths = ['lib']
46
45
  spec.required_ruby_version = '>= 2.2.0'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: influxdb-client-apis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0.pre.2019
4
+ version: 1.13.0.pre.2069
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.13.0.pre.2019
19
+ version: 1.13.0.pre.2069
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.13.0.pre.2019
26
+ version: 1.13.0.pre.2069
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: typhoeus
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -163,6 +163,7 @@ executables: []
163
163
  extensions: []
164
164
  extra_rdoc_files: []
165
165
  files:
166
+ - LICENSE
166
167
  - Rakefile
167
168
  - influxdb-client-apis.gemspec
168
169
  - lib/influxdb-client-apis.rb