ffwd-collectd 0.1.4 → 0.1.5

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d06384d9ff4dd73bc9289d5860966d9906f6813c
4
- data.tar.gz: d4fc0ddb0016a1c39baf7d24f14f89b9795cb920
5
- SHA512:
6
- metadata.gz: f5e822925514209d55f165e1a0cd700989cbf5950def7765efcb8dd29e871f2713405a95026f50185731be6e5397fe95da8934becb69b624b19de13a0386c501
7
- data.tar.gz: 165d6b89deee96898fb04d2908352249a5fd67940a1a0b87e230414f32d4682e21fc2748872f371ee152f5b0c81bb8ba85076d094c4884ef74e9e100f15d5aad
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OTk5YTYzYmM4YThjM2I3YzM0NTYxZDE4MzBiNDNlNGQwMzkwZWI2Ng==
5
+ data.tar.gz: !binary |-
6
+ YmUyZWVkNmY4NzkzM2ZhYTc4ZjM4YTEyZTZjMTgzYTc2MDJhNjhlNA==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ MTIzM2UzNDM0MmQxOGZiMWE4MDgzNjBlNDdiNDZiOWZlNzliNzRhZjUwMmZi
10
+ ZGE0ZTI0OGNiZGQyYWM4ZWQ5NmM0OThjZjVjMjk3OTc0YzJhMWQ0MmQyZTRj
11
+ YmQ0MWMyZjBlYmNiMTBmNzI2MWM4YWQ0MDdjOTA1ZTQ1OTJiMWE=
12
+ data.tar.gz: !binary |-
13
+ N2JiMDY1NjE1ZGViZWViNjRjZjQ2MzRlYmViYzNmMGQ4MWQwMThjYmE4NGUx
14
+ NGUxZTAzZTI0NWM1YzFlNzgyYmVkN2Y5YmIxZjQ1NmVjNjVhNDVmOGM3OTU1
15
+ OTI4YmRmZjAyM2E0NzMxZjI4ZjhhNjVlZDNkZmE0NDk5NjNmNDM=
@@ -16,7 +16,7 @@
16
16
  module FFWD
17
17
  module Plugin
18
18
  module Collectd
19
- VERSION = "0.1.4"
19
+ VERSION = "0.1.5"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffwd-collectd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - John-John Tedro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-17 00:00:00.000000000 Z
11
+ date: 2014-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffwd
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  description:
@@ -31,11 +31,11 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
+ - lib/ffwd/plugin/collectd.rb
34
35
  - lib/ffwd/plugin/collectd/parser.rb
36
+ - lib/ffwd/plugin/collectd/version.rb
35
37
  - lib/ffwd/plugin/collectd/types_db.rb
36
38
  - lib/ffwd/plugin/collectd/connection.rb
37
- - lib/ffwd/plugin/collectd/version.rb
38
- - lib/ffwd/plugin/collectd.rb
39
39
  homepage: https://github.com/spotify/ffwd
40
40
  licenses:
41
41
  - Apache 2.0
@@ -46,12 +46,12 @@ require_paths:
46
46
  - lib
47
47
  required_ruby_version: !ruby/object:Gem::Requirement
48
48
  requirements:
49
- - - '>='
49
+ - - ! '>='
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
- - - '>='
54
+ - - ! '>='
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  requirements: []