vrt 0.1 → 0.2.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.
data/lib/vrt/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Vrt
2
- VERSION = '0.1'.freeze
2
+ VERSION = '0.2.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vrt
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Barnett Klane
@@ -82,6 +82,9 @@ files:
82
82
  - lib/data/1.1/deprecated-node-mapping.json
83
83
  - lib/data/1.1/vrt.schema.json
84
84
  - lib/data/1.1/vulnerability-rating-taxonomy.json
85
+ - lib/data/1.2/deprecated-node-mapping.json
86
+ - lib/data/1.2/vrt.schema.json
87
+ - lib/data/1.2/vulnerability-rating-taxonomy.json
85
88
  - lib/generators/vrt.rb
86
89
  - lib/generators/vrt/install_generator.rb
87
90
  - lib/vrt.rb
@@ -89,7 +92,7 @@ files:
89
92
  - lib/vrt/map.rb
90
93
  - lib/vrt/node.rb
91
94
  - lib/vrt/version.rb
92
- homepage: http://rubygems.org/gems/vrt
95
+ homepage: https://github.com/bugcrowd/vrt-ruby
93
96
  licenses:
94
97
  - MIT
95
98
  metadata: {}