ssl_diagnostics 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NzkzNmE3OWU0MjYyNjBkZjAxNmMwNmMzYjBiNmRmYWI2MWQ5ZWJjNQ==
5
- data.tar.gz: !binary |-
6
- YjM5NmM1YWQ3NGY2MTgwNzYyZDUyZDk3OGM3OWIyY2RlYzQ2ZmJmOQ==
2
+ SHA1:
3
+ metadata.gz: 00b19289370678bf8e7a5a9e5ae5c3de214b79ab
4
+ data.tar.gz: 2fbf8d825d69660dc355d5ff8065b58fabc31ea9
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ODY4MDU2MzM5NmE1NzY2NGM5NGE0MjI2NGE5MWUyYzFhN2EwNzY3YTUyMDkw
10
- MWZkNGY3YWVhYTI3M2QyNDQ5N2M3YTkwMzBkM2U0NDVkNDNhZTYxOWNhZmVm
11
- ZDM3YTQ3YjljZDZiZDE4MDQwMThmNGQxZmY1NDE3NTlkZDZmOTM=
12
- data.tar.gz: !binary |-
13
- OGI2ZmRiYThmZmNhZmYzMjE0YWUyNTY1MDVmMmI1MWZlNTBiMDExOTY5ZGJl
14
- ZDg4ZGZjYWIyZmYwMDkzMGU3ZDNjMGExN2IxZTlhMzMzZGEzY2RlYmVjNTE1
15
- NTI4ZDczNzNkNzE5NmNhNjIxYzJmNTg1NjY2N2M1M2JmNTRmZGI=
6
+ metadata.gz: 96fbc039d9f0676f23d40de20b6b04abc33dc0a12feb83cb86c35edb749472735e868edf4308c3c38f82132de33390fa51f77efb547ca0db15520f9d3b221c0f
7
+ data.tar.gz: f1b989eadbc9813cdb2665eb283b877dbbfdb1777405b55d8bd9e29600b0f6637e1724a35149b2b3fcacb92edc25282d53a690d8579014aac3f4e1be342d5bc9
data/README.md CHANGED
@@ -1,3 +1,24 @@
1
1
  SSL Diagnostics
2
2
  ===============
3
3
 
4
+ A rake task wrapper for Mislav Marohnić's SSL Doctor.
5
+
6
+ See: http://mislav.uniqpath.com/2013/07/ruby-openssl/
7
+
8
+ Usage
9
+ -----
10
+
11
+ rake ssl_diagnostics:run
12
+
13
+ This will run the SSL doctor code against https://www.warwickshire.gov.uk
14
+
15
+ If you want to test against another url use:
16
+
17
+ rake ssl_diagnostics:run URL=example.com:443
18
+
19
+ Installation
20
+ ------------
21
+
22
+ Add this to your gemfile
23
+
24
+ gem 'ssl_diagnostics'
@@ -1,9 +1,11 @@
1
1
  module SslDiagnostics
2
- VERSION = '0.0.1'
2
+ VERSION = '0.1.0'
3
3
  end
4
4
 
5
5
  # History
6
6
  # =======
7
7
  #
8
8
  # 0.0.1: First version
9
+ #
10
+ # 0.1.0: Updates public url
9
11
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssl_diagnostics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Nichols
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-04 00:00:00.000000000 Z
11
+ date: 2016-03-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Wrapper for Mislav Marohnić's SSL Doctor
14
14
  email:
@@ -24,7 +24,7 @@ files:
24
24
  - lib/ssl_diagnostics/railtie.rb
25
25
  - lib/ssl_diagnostics/version.rb
26
26
  - tasks/ssl_diagnostics.rake
27
- homepage: https://git.warwickshire.gov.uk/ssl_diagnostics
27
+ homepage: https://github.com/warwickshire/ssl_diagnostics
28
28
  licenses:
29
29
  - MIT-LICENSE
30
30
  metadata: {}
@@ -34,19 +34,18 @@ require_paths:
34
34
  - lib
35
35
  required_ruby_version: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ! '>='
37
+ - - ">="
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0'
40
40
  required_rubygems_version: !ruby/object:Gem::Requirement
41
41
  requirements:
42
- - - ! '>='
42
+ - - ">="
43
43
  - !ruby/object:Gem::Version
44
44
  version: '0'
45
45
  requirements: []
46
46
  rubyforge_project:
47
- rubygems_version: 2.2.2
47
+ rubygems_version: 2.4.8
48
48
  signing_key:
49
49
  specification_version: 4
50
50
  summary: SSL Diagnostic tool
51
51
  test_files: []
52
- has_rdoc: