metasploit-credential 5.0.9 → 6.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ff754feda3fa62cc3f74f11d85fbb537f04c4ffa80ae49c81c07bf31b733418
4
- data.tar.gz: 0e517d89e0f3e37eca70b8b2d6a07cd4610f92f35a61d122a859dc9a37e12f10
3
+ metadata.gz: 7afa56f62ffab74a375a44d83d744c9f5b1f0f8702a682309935e03b21feea93
4
+ data.tar.gz: 16215af1cd66654473612735e82468e7b210ce6aeecbf2703ccf1600dded9d12
5
5
  SHA512:
6
- metadata.gz: 680d7bed0f50aeea5a00e1b0b6b585cefe4735f2a2d573abbc03c04b21e78de44c3684ddcc4e7bcdd4146146ba8e9d3b0781a67d1b75e48281305811f666e965
7
- data.tar.gz: 8c2b2e632ce7009286f96df6795bcf4db812b394cdb9f6aef54de175f7c24950b223d3519ad02add8718210b077f2085f877a617b2388e0349680bd3c67f51f4
6
+ metadata.gz: 5d4dd413e6667d822c01b44fc5e0342085f5aa07539de1bc2a40249043c15aca10941ea3afe79867459d8453fa6f66639aefbef8be0fcd3fb770cd3875079285
7
+ data.tar.gz: c8558814afe833b4c7e8bf622a4bfd6f8261ce767144341542d892a3963254eebb735160d22f3e8448cfc50b2df6191053f6f82bef797e7eb9e5cff49440843f
checksums.yaml.gz.sig CHANGED
Binary file
@@ -3,7 +3,7 @@
3
3
  module Metasploit
4
4
  module Credential
5
5
  # VERSION is managed by GemRelease
6
- VERSION = '5.0.9'
6
+ VERSION = '6.0.0'
7
7
 
8
8
  # @return [String]
9
9
  #
File without changes
@@ -56,6 +56,10 @@ module Dummy
56
56
  config.active_record.schema_format = :sql
57
57
 
58
58
  config.autoloader = :zeitwerk
59
+
60
+ if ActiveRecord.respond_to?(:legacy_connection_handling)
61
+ ActiveRecord.legacy_connection_handling = false
62
+ end
59
63
  end
60
64
  end
61
65
 
@@ -1,6 +1,6 @@
1
1
  development: &pgsql
2
2
  adapter: postgresql
3
- database: metasploit-credential_development3
3
+ database: metasploit-credential_development1
4
4
  username: msf
5
5
  password: pass123
6
6
  host: localhost
@@ -10,4 +10,4 @@ development: &pgsql
10
10
  min_messages: warning
11
11
  test:
12
12
  <<: *pgsql
13
- database: metasploit-credential_test3
13
+ database: metasploit-credential_test1
@@ -22,18 +22,6 @@ Rails.application.configure do
22
22
  # Disable Rails's static asset server (Apache or nginx will already do this).
23
23
  config.serve_static_assets = false
24
24
 
25
- # Compress JavaScripts and CSS.
26
- config.assets.js_compressor = :uglifier
27
- # config.assets.css_compressor = :sass
28
-
29
- # Do not fallback to assets pipeline if a precompiled asset is missed.
30
- config.assets.compile = false
31
-
32
- # Generate digests for assets URLs.
33
- config.assets.digest = true
34
-
35
- # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
36
-
37
25
  # Specifies the header that your server uses for sending files.
38
26
  # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
39
27
  # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metasploit-credential
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.9
4
+ version: 6.0.0
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: 2022-09-01 00:00:00.000000000 Z
96
+ date: 2022-11-29 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: metasploit-concern
@@ -314,6 +314,7 @@ files:
314
314
  - lib/tasks/yard.rake
315
315
  - spec/dummy/README.rdoc
316
316
  - spec/dummy/Rakefile
317
+ - spec/dummy/app/assets/config/manifest.js
317
318
  - spec/dummy/app/assets/javascripts/application.js
318
319
  - spec/dummy/app/assets/stylesheets/application.css
319
320
  - spec/dummy/app/controllers/application_controller.rb
@@ -428,21 +429,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
428
429
  requirements:
429
430
  - - ">="
430
431
  - !ruby/object:Gem::Version
431
- version: 2.4.0
432
+ version: 2.7.0
432
433
  required_rubygems_version: !ruby/object:Gem::Requirement
433
434
  requirements:
434
435
  - - ">="
435
436
  - !ruby/object:Gem::Version
436
437
  version: '0'
437
438
  requirements: []
438
- rubyforge_project:
439
- rubygems_version: 2.7.10
439
+ rubygems_version: 3.1.4
440
440
  signing_key:
441
441
  specification_version: 4
442
442
  summary: Credential models for metasploit-framework and Metasploit Pro
443
443
  test_files:
444
444
  - spec/dummy/README.rdoc
445
445
  - spec/dummy/Rakefile
446
+ - spec/dummy/app/assets/config/manifest.js
446
447
  - spec/dummy/app/assets/javascripts/application.js
447
448
  - spec/dummy/app/assets/stylesheets/application.css
448
449
  - spec/dummy/app/controllers/application_controller.rb
metadata.gz.sig CHANGED
@@ -1,2 +1 @@
1
- )S鞲�+�M8ۚp~��g���|9�ڝ�� �B�$�^��7N.���d��4���5�ť��Q,��pX8��=ߍd�����(��Iυ/0wQ����JWi{q
2
- y�65�ư^Ϣ:?d��x�$-j�r�wv7�F����=q��� .�pG�|��%�Lqqt�ǎ����I��ƌ&oM�zxL����,����Xr�P�t��V-S�7��y�r�V�{t
1
+ X��I��t0}��0ȴ��gS�������T�`ϑ}_��)L�����N����?�]�D���o!K�~ك��\�Ƕ�п�}�u��W�����b�v7Z61Q�`ڷ�>�m��9�qD/�&B�|�؅�mԩ}6W�Q?pB�:��ICU�Ҽ�S!j0���� ��/�\�4�,ܥ["��8QX��G�Ņ_�