circonus 3.6.6 → 3.6.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/circonus.rb +2 -1
  2. metadata +2 -2
data/lib/circonus.rb CHANGED
@@ -44,7 +44,8 @@ class Circonus
44
44
  @headers = {
45
45
  "X-Circonus-Auth-Token" => @apitoken,
46
46
  "X-Circonus-App-Name" => @appname,
47
- "Accept" => 'application/json'
47
+ "Accept" => 'application/json',
48
+ "Content-Type" => "application/json"
48
49
  }
49
50
  @url_prefix = "https://api.circonus.com/v2/"
50
51
  @options = DEFAULT_OPTIONS.merge(options)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circonus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.6
4
+ version: 3.6.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-30 00:00:00.000000000 Z
12
+ date: 2014-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client