harness 1.0.1 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9942b30f8e419f7478ae9df71bb853464116617e
4
- data.tar.gz: a8ee4cb67f037fbf363804f24c3ddddaa3e2e5da
3
+ metadata.gz: c621f0565fab4b45960f6a814fd7ed3d1d89d0d8
4
+ data.tar.gz: 8c7dbfafe7e69c8d804b16b71efdf795857d34b4
5
5
  SHA512:
6
- metadata.gz: 19cf58a3682780109598f2fc874a8ace7ac0eab989ade2d03b5fe085dde9fc0db8a8d0005d1b70b85a3e2b76495a3b28dfcefdcc7e651e95fa18db25f922df23
7
- data.tar.gz: f4362488eeb5b0af4ad2772950efb5ec859ed7f8284175282760b14719185368b1992dbfcbfd017de481cc9983d4ba585de930a1a2179e261ba1b1f85e465e03
6
+ metadata.gz: 1edb1b9764a41e950b1c497c438349ad9f89cdc91959661442c20549dec30d4ab0567bd44bde4a705d85665a8c406d14ecedef07ccadee35fe849af7045082e8
7
+ data.tar.gz: 919ed338cf840796b308548f537e1aaaf8c2eef107eb3d2a0cae91c34568c3312432ce8b5c9f38332c38bb21934e8103b1914c871768fbbe65a4ddfec2e518c6
@@ -4,6 +4,10 @@ module Harness
4
4
 
5
5
  end
6
6
 
7
+ def decrement(*args)
8
+
9
+ end
10
+
7
11
  def count(*args)
8
12
 
9
13
  end
@@ -1,3 +1,3 @@
1
1
  module Harness
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -11,6 +11,10 @@ class NullCollectorTest < MiniTest::Unit::TestCase
11
11
  statsd.increment 'foo', 5, 0.5
12
12
  end
13
13
 
14
+ def test_respond_to_decrement
15
+ statsd.decrement 'foo', 5, 0.5
16
+ end
17
+
14
18
  def test_responds_to_timing
15
19
  statsd.timing 'foo', 5, 0.5
16
20
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ahawkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-11 00:00:00.000000000 Z
11
+ date: 2013-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport