simplecov-reporter 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a990726253dca5d5834dfe33d960022b0ecedc76
4
- data.tar.gz: 7c33bd7b51271c7b0ad91866d3415d15189d44e9
3
+ metadata.gz: 0b2d2ad26765267b4f029024c31c2d4624836a0d
4
+ data.tar.gz: cb7d84a7d39911b2cd67ba0864269235ba481fdd
5
5
  SHA512:
6
- metadata.gz: 99fb34a7b0ae83837fab0911e5269337f4cb3f03f715917b23f2fb74bd6027f6ef52774366f6b537fc0389bdb098eb951d686a31f97ef08b9869c2a4beba3919
7
- data.tar.gz: a926fdf49dafe15af9cdfa6e25aa0bde8691896a9768cc5ca7a1eea9fda7f16d62b33faa0c1650de170d38579bf4140b814ae3d6f5349974d5bb055e720bded8
6
+ metadata.gz: 01ee1d9ad803a921e6f383612ce5dd5dc5fe491121dc9e01b8bb31531bc8c2fca69775a0f2f943c337409183cbc467d75c87f0e2a6e77890f0f81558cfebe960
7
+ data.tar.gz: 11ed6a9698fc0a5522d0e176c0a6cac2645705cc80c66a94fea86b0e51dd5da87f112d00bdd23d1a0fba9ae95025c8cc2420b3124d3e51ea2025dd94b025b6e6
@@ -1,7 +1,7 @@
1
1
  module SimpleCov
2
2
  module Formatter
3
3
  class Reporter
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
@@ -12,7 +12,7 @@ class SimpleCov::Formatter::Reporter
12
12
  keys.each do |k|
13
13
  h[k] = result.send(k)
14
14
  end
15
- HTTParty.post(url, body: { results: h, name: name } )
15
+ puts HTTParty.post(url, body: h.merge(name: name))
16
16
  end
17
17
 
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-reporter
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
  - Jay OConnor