ffwd-statsd 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: 847f448f9b05c11da2be6fad3892d661209e6e59
4
- data.tar.gz: de09ae1267202a6619aaedce00be05390d1c2964
5
- SHA512:
6
- metadata.gz: df8d19033ce3ac5e304f3aea31598d1564373a31c59d1fb8a3c236edc6e355ff339893eb5d6c94d3aba10ac87f05f4ce884bc909a0bdab706dd7a779f3315041
7
- data.tar.gz: 88606e01b531661802c91f41f428f2f6a15a7ed97b3e258128ba4ad3e15e94b24c008d16d54c8d32077017d167978e15752fe2903f9d92d81b76fe19d82bd7e0
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ M2U0ZTc0MWQwYzhmZDJiZDY4NjdkZjBiMmI2NDJlNDMwOTE2MTRmMg==
5
+ data.tar.gz: !binary |-
6
+ Y2Q2ZWUxNzQ4OGI0NWE1MDE3YzUzMzU1NzFjNmJkZmZjNGQyNmYyMQ==
7
+ !binary "U0hBNTEy":
8
+ metadata.gz: !binary |-
9
+ YTM2ZmM5YzA1NmM3YjFjODliOWEwZDM5ZDY5NzJlMDc4ZjhlZTI1ODM2NjQx
10
+ NDhlOGIxOWQyNTU5YmM4MmUzYTQ3YjI2YjU4ZTYxZjE5ZDA2YmU2ZjA5OTkz
11
+ MTQ5YzkwNzE5ODkwZmI4YzUzOWM3NmVkYzIzODZhOWYyOWNiMDg=
12
+ data.tar.gz: !binary |-
13
+ YTQzYTFjOGMxYTY4YTJhNzZjYWMxNTE4YTVlODdmZmFiZTcyNWRmMmRjYmVh
14
+ MWI1YTZiODYyMDI1NmQ1NDU2M2RmNTZhMzQ5OTBhYTc0Y2Q2ZTVhMGZiMDJh
15
+ NzBmNTczOTBkNjdlYzc3NTEzYjdlYjVlYjU4MTE4MzA3MDk4YmU=
@@ -16,7 +16,7 @@
16
16
  module FFWD
17
17
  module Plugin
18
18
  module Statsd
19
- VERSION = "0.1.4"
19
+ VERSION = "0.1.5"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffwd-statsd
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
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec-mocks
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description:
@@ -59,10 +59,10 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - lib/ffwd/plugin/statsd.rb
63
62
  - lib/ffwd/plugin/statsd/parser.rb
64
- - lib/ffwd/plugin/statsd/connection.rb
65
63
  - lib/ffwd/plugin/statsd/version.rb
64
+ - lib/ffwd/plugin/statsd/connection.rb
65
+ - lib/ffwd/plugin/statsd.rb
66
66
  homepage: https://github.com/spotify/ffwd
67
67
  licenses:
68
68
  - Apache 2.0
@@ -73,12 +73,12 @@ require_paths:
73
73
  - lib
74
74
  required_ruby_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - '>='
76
+ - - ! '>='
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - '>='
81
+ - - ! '>='
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  requirements: []