metasploit-concern 3.0.1 → 3.0.2
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +1 -1
- data/lib/metasploit/concern/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b28d4942a71c9a6b564ba38f4fc6e318e0d19ef1d2f7909387d528cd76291e4
|
|
4
|
+
data.tar.gz: 7f14e2224facd6815ef23476e628a760ddb20a9fabfba3cb7e6e88cb249eb459
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bddca8b448d7d2bc732327a2572b884cc96d743018563414d71e9905ef4d138c12f8adff7490449cfc57db86927ed3bb64d8195bf529930e90e6765239813572
|
|
7
|
+
data.tar.gz: d0bfcd6f00a78f69c6f3a357244c1b53dd951486481e9b10db2375a6e7ebd0257cf4ff939dae2f6860cc9bc89a450d4de0d26bceb70c5dcfef473b9cc9499b45
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Metasploit::Concern [](https://github.com/rapid7/metasploit-concern/actions/workflows/verify.yml)[](https://codeclimate.com/github/rapid7/metasploit-concern)[](https://gemnasium.com/rapid7/metasploit-concern)[](http://badge.fury.io/rb/metasploit-concern)
|
|
2
2
|
|
|
3
3
|
`Metasploit::Concern` allows you to define concerns in `app/concerns` that will automatically be included in matching classes. It can be used to automate adding new associations to `ActiveRecord::Base` models from gems and `Rails::Engine`s.
|
|
4
4
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metasploit-concern
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Metasploit Hackers
|
|
@@ -93,7 +93,7 @@ cert_chain:
|
|
|
93
93
|
EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
|
|
94
94
|
9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
|
|
95
95
|
-----END CERTIFICATE-----
|
|
96
|
-
date:
|
|
96
|
+
date: 2021-04-28 00:00:00.000000000 Z
|
|
97
97
|
dependencies:
|
|
98
98
|
- !ruby/object:Gem::Dependency
|
|
99
99
|
name: metasploit-yard
|
metadata.gz.sig
CHANGED
|
Binary file
|