-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update methodologies data * Bump version, expand on changelog, add author * Old versions of ruby have been EOL'd, let's test actual life'd versions * Update rubocop, and auto-correct some auto-correctable infractions
- Loading branch information
Showing
15 changed files
with
73 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.2 | ||
3.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,26 +7,20 @@ Gem::Specification.new do |spec| | |
spec.name = 'bmt' | ||
spec.version = Bmt::VERSION | ||
spec.platform = Gem::Platform::RUBY | ||
spec.authors = ['Federico Tagliabue'] | ||
spec.email = ['[email protected]'] | ||
spec.date = Date.today.to_s | ||
spec.authors = ['Federico Tagliabue', 'Andy White'] | ||
spec.email = ['[email protected]', '[email protected]'] | ||
spec.summary = 'Ruby wrapper for Bugcrowd\'s Methodology Taxonomy' | ||
spec.homepage = 'https://github.com/bugcrowd/bmt-ruby' | ||
spec.license = 'MIT' | ||
spec.files = Dir['lib/**/*.{rb,json}'] | ||
spec.require_paths = ['lib'] | ||
spec.required_ruby_version = '>= 2.5' | ||
|
||
spec.add_development_dependency 'bundler', '~> 2.1' | ||
spec.add_development_dependency 'pry', '~> 0.11' | ||
spec.add_development_dependency 'rake', '~> 12.3' | ||
spec.add_development_dependency 'rspec', '~> 3.6' | ||
spec.add_development_dependency 'rubocop', '0.56.0' | ||
spec.required_ruby_version = '>= 3.1' | ||
|
||
spec.metadata = { | ||
'homepage_uri' => 'https://github.com/bugcrowd/bmt-ruby', | ||
'changelog_uri' => 'https://github.com/bugcrowd/bmt-ruby/blob/main/CHANGELOG.md', | ||
'source_code_uri' => 'https://github.com/bugcrowd/bmt-ruby', | ||
'bug_tracker_uri' => 'https://github.com/bugcrowd/bmt-ruby/issues' | ||
'bug_tracker_uri' => 'https://github.com/bugcrowd/bmt-ruby/issues', | ||
'rubygems_mfa_required' => 'true' | ||
} | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Bmt | ||
VERSION = '0.5.2'.freeze | ||
VERSION = '0.6.0'.freeze | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters