telemetry 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ module Telemetry
12
12
 
13
13
  body = MultiJson.dump({:data => data})
14
14
 
15
- uri = URI("https://data.telemetryapp.com/data")
15
+ uri = URI("https://data.telemetryapp.com/flows")
16
16
  request = Net::HTTP::Post.new(uri.path)
17
17
  request.basic_auth(Telemetry.token, "")
18
18
  request['Content-Type'] = 'application/json'
@@ -1,3 +1,3 @@
1
1
  module Telemetry
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telemetry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: