pirj-certified 0.1.1

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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +5 -0
  3. data/certified.rb +12 -0
  4. data/certs/ca-bundle.crt +3376 -0
  5. metadata +48 -0
metadata ADDED
@@ -0,0 +1,48 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pirj-certified
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Stevie Graham
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-01-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Ensure net/https uses OpenSSL::SSL::VERIFY_PEER to verify SSL certificates
14
+ and provides certificate bundle in case OpenSSL cannot find one
15
+ email: sjtgraham@mac.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - README.md
21
+ - certified.rb
22
+ - certs/ca-bundle.crt
23
+ homepage: http://github.com/pirj/certified
24
+ licenses: []
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - .
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - '>='
33
+ - !ruby/object:Gem::Version
34
+ version: 1.8.7
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.1.11
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Ensure net/https uses OpenSSL::SSL::VERIFY_PEER to verify SSL certificates
46
+ and provides certificate bundle in case OpenSSL cannot find one
47
+ test_files: []
48
+ has_rdoc: