bbc-cosmos-tools 0.4.5 → 0.4.6

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: ffd6586b8e0df138ffc16aa1c8ea7fb976a0fa93
4
- data.tar.gz: 2fdf915a7f7b014d3ce42473c416591f56b363ce
3
+ metadata.gz: de9d5dde954f27952bf9e1ced658e64c5603be10
4
+ data.tar.gz: e1872b6066c68af5fda716a6875ef49daa1a08fc
5
5
  SHA512:
6
- metadata.gz: 7c8e815d9b8d731df2188e2e5c6decf11126649eeaf345bafa6762c69ced220f3275870f73a1b2fe806a1b5f5ff881cfc90763d4e2d5919e48a70ad0f63836f8
7
- data.tar.gz: 5c2ba8dbe655e15733583db6681e5cb96f088ab750b19c75695e1910213c5e024d20f5f715fcb1d66c567e65732e46876f86b3b8996581ef1da9137b5ead9dff
6
+ metadata.gz: 2979976efd4f151c8e92edca0f470a928029cf08642bbd88849662d0692bd5391fbcfbc39062c14b44f61bba2c8dfc6257340735c8b04c9977ea721b3b76f0b6
7
+ data.tar.gz: 40e6840e07d7ddfc15ed599af0576adb7b84f350988afd8669da00ba727908eedb921b3e8a40c9197759ca1e9ff0995d6876b81cefbd6b541eb48bed2f07fa58
@@ -8,7 +8,12 @@ module BBC
8
8
  class API
9
9
 
10
10
  def initialize(host, key_path)
11
- @connection = Faraday.new host, :ssl => {:client_key => client_key(key_path), :client_cert => client_cert(key_path), :verify => false }
11
+ @connection = Faraday.new host, :ssl => {
12
+ :client_key => client_key(key_path),
13
+ :client_cert => client_cert(key_path),
14
+ :verify => false,
15
+ :version => 'TLSv1'
16
+ }
12
17
  end
13
18
 
14
19
  def client_key(path)
@@ -1,7 +1,7 @@
1
1
  module BBC
2
2
  module Cosmos
3
3
  module Tools
4
- VERSION = "0.4.5"
4
+ VERSION = "0.4.6"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbc-cosmos-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Jack
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-28 00:00:00.000000000 Z
11
+ date: 2014-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  requirements: []
148
148
  rubyforge_project:
149
- rubygems_version: 2.0.14
149
+ rubygems_version: 2.2.2
150
150
  signing_key:
151
151
  specification_version: 4
152
152
  summary: Tool for pusing config to cosmos and controlling cloudformation templates