Skip to content

Commit 0ea83f0

Browse files
authored
Add v1.2 of VRT (#2)
* update homepage to use github
1 parent c783e36 commit 0ea83f0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "lib/data/1.1"]
55
path = lib/data/1.1
66
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git
7+
[submodule "lib/data/1.2"]
8+
path = lib/data/1.2
9+
url = [email protected]:bugcrowd/vulnerability-rating-taxonomy.git

lib/data/1.2

Submodule 1.2 added at 7e3ea03

vrt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
1313
spec.date = '2017-07-21'
1414
spec.summary = "Ruby wrapper for Bugcrowd\'s Vulnerability Rating Taxonomy"
15-
spec.homepage = 'http://rubygems.org/gems/vrt'
15+
spec.homepage = 'https://github.com/bugcrowd/vrt-ruby'
1616
spec.license = 'MIT'
1717
spec.files = Dir['lib/**/*.{rb,json}']
1818
spec.require_paths = ['lib']

0 commit comments

Comments
 (0)