fluent-plugin-cloud-feeds 1.3.1 → 1.3.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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- YWI1MmIzMjM0NjZmYzk3ZmZmMmU0YzZlNzE2ZDNhNjViMjdjNThhZQ==
5
- data.tar.gz: !binary |-
6
- ZTg1YWE4ZGM0ODk2OThmZDI4NTFjOGEwODU4YzkwY2ExM2I5ZmE3Zg==
2
+ SHA1:
3
+ metadata.gz: 92b77ba1a8d41047eeb5ad5bd19207e67b17a851
4
+ data.tar.gz: 1bfa44e84c9afec392dd0eed4503338148a26c11
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- YjhiNjEzYTgwY2FjNmYzYzE1MmJiZDMyZWU2MmM1ZmYxZjdmODFlNzAyNDgw
10
- YzEyMmYzNThhZTQ4NGFhNDI3ZjAwNjhmOWJiMzhhZWM0NTI5MDhkMTEzYzk5
11
- NjdlODE3M2QwZDVmYTc0ZmZjY2NmM2UyNWQ1ZjliY2JjYTE0ZGI=
12
- data.tar.gz: !binary |-
13
- OWE2NzgwZTA5NDNhODU5MmEzYTY4NjM5Y2I1MTQ5YTY4YzVlNDQ2MjA5NzY2
14
- NGI2ZjcxNGVlZjBlZGYyY2I2MTdlZWMyNjUxMzFhYzBlM2M2NTdjYWM0ZjY0
15
- YzIzNWE5NTFhZDc0MGFkNjFiNWMxYTA1MzZjY2Y5NmMyYzI3MzA=
6
+ metadata.gz: 13a1e22dff2694fc01ad6ae73110c86134c92eb9f7d1f66e7e65293b59b8dcb13c96a7244e57c0aa266c8296f618e7deec470bbe4a82eef805b823c7554414a2
7
+ data.tar.gz: 2615f0e17ee0693ad206aac2e20adfe9c2e3cb90b72233accb71cd79e1ea25ed0edfa0032f735634c6804ac926300eb53c499029510f0468e7dfecc35d639f8f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-cloud-feeds (1.3.1)
4
+ fluent-plugin-cloud-feeds (1.3.2)
5
5
  fluentd (= 0.12.7)
6
6
  net-http-persistent (>= 2.7)
7
7
 
@@ -52,7 +52,7 @@ GEM
52
52
  thread_safe (0.3.5)
53
53
  tzinfo (1.2.2)
54
54
  thread_safe (~> 0.1)
55
- tzinfo-data (1.2015.3)
55
+ tzinfo-data (1.2015.4)
56
56
  tzinfo (>= 1.0.0)
57
57
  webmock (1.21.0)
58
58
  addressable (>= 2.3.6)
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "fluent-plugin-cloud-feeds"
5
- s.version = "1.3.1"
5
+ s.version = "1.3.2"
6
6
  s.authors = ["David Kowis", "Tyler Royal"]
7
7
  s.email= ["david.kowis@rackspace.com", "tyler.royal@rackspace.com"]
8
8
  s.homepage = "https://github.com/rackerlabs/fluent-plugin-cloud-feeds"
@@ -121,6 +121,7 @@ EOF
121
121
  @auth_token = authenticate_user
122
122
  end
123
123
  post['x-auth-token'] = @auth_token
124
+ post['content-type'] = 'application/atom+xml'
124
125
 
125
126
  begin
126
127
  response = http.request(post)
@@ -137,4 +138,4 @@ EOF
137
138
  chain.next
138
139
  end
139
140
 
140
- end
141
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-cloud-feeds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Kowis
@@ -9,20 +9,20 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-14 00:00:00.000000000 Z
12
+ date: 2015-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: net-http-persistent
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ! '>='
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: '2.7'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ! '>='
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
27
  version: '2.7'
28
28
  - !ruby/object:Gem::Dependency
@@ -89,8 +89,8 @@ executables: []
89
89
  extensions: []
90
90
  extra_rdoc_files: []
91
91
  files:
92
- - .gitignore
93
- - .rspec
92
+ - ".gitignore"
93
+ - ".rspec"
94
94
  - Gemfile
95
95
  - Gemfile.lock
96
96
  - LICENSE
@@ -109,17 +109,17 @@ require_paths:
109
109
  - lib
110
110
  required_ruby_version: !ruby/object:Gem::Requirement
111
111
  requirements:
112
- - - ! '>='
112
+ - - ">="
113
113
  - !ruby/object:Gem::Version
114
114
  version: 1.9.3
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  requirements:
117
- - - ! '>='
117
+ - - ">="
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
121
  rubyforge_project:
122
- rubygems_version: 2.4.6
122
+ rubygems_version: 2.2.2
123
123
  signing_key:
124
124
  specification_version: 4
125
125
  summary: Fluentd output plugin for output to Rackspace Cloud Feeds