mdqt 0.3.1 → 0.4.0

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.
@@ -1,3 +1,3 @@
1
1
  module MDQT
2
- VERSION = "0.3.1"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mdqt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pete Birkinshaw
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-13 00:00:00.000000000 Z
11
+ date: 2018-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -275,6 +275,7 @@ files:
275
275
  - lib/mdqt.rb
276
276
  - lib/mdqt/cli.rb
277
277
  - lib/mdqt/cli/base.rb
278
+ - lib/mdqt/cli/check.rb
278
279
  - lib/mdqt/cli/compliance.rb
279
280
  - lib/mdqt/cli/defaults.rb
280
281
  - lib/mdqt/cli/get.rb
@@ -284,9 +285,15 @@ files:
284
285
  - lib/mdqt/cli/version.rb
285
286
  - lib/mdqt/client.rb
286
287
  - lib/mdqt/client/identifier_utils.rb
288
+ - lib/mdqt/client/metadata_file.rb
287
289
  - lib/mdqt/client/metadata_response.rb
288
290
  - lib/mdqt/client/metadata_service.rb
289
291
  - lib/mdqt/client/metadata_validator.rb
292
+ - lib/mdqt/schema/saml-schema-assertion-2.0.xsd
293
+ - lib/mdqt/schema/saml-schema-metadata-2.0.xsd
294
+ - lib/mdqt/schema/xenc-schema.xsd
295
+ - lib/mdqt/schema/xml.xsd
296
+ - lib/mdqt/schema/xmldsig-core-schema.xsd
290
297
  - lib/mdqt/version.rb
291
298
  - lib/tasks/cucumber.rake
292
299
  - lib/tasks/spec.rake