metasploit-concern 0.3.0.pre.engine.pre.requires → 0.3.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,15 +1,7 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NjkxYzRjYTM0YjEzMWRmNmRjN2FmZWMzYjJkZWU3ZWJiNDczN2FlMw==
5
- data.tar.gz: !binary |-
6
- NDNmNDNmNWMzZjYwODBlYWY4MWViN2Q1MDdlZmIzZTBiMTNkNTVjMw==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- YjFiMTk4ZmY5ZWQyMGU4NGQ0YTE1NTBhNTU4M2Y3NGI4ZmE4Y2FkNjU3NWIy
10
- OTNiZmRiMjhiOWNkMDczZWY1NGZjMTZlNTdjMWJjNDg2N2JkYzQyMWNmYmMx
11
- ZjAxNmYxYmU3ZWIxZWNkMDhlYjE1NWQ0ZWRkNzU0NDA4MjBiMjA=
12
- data.tar.gz: !binary |-
13
- NTg3NzY0YTA2ZGIyOGM3MGUzOWJlMzk3YWUzODgwNjI2ZjUxNzI3OWQ5YWE5
14
- NTJjZTRlMjc2ODQyM2M3YmQ5NDgxZWZhZTdiM2U5ZWUzOTJkZjBjNTdjYTI5
15
- OWQxZWQ4MTAzMjQ5Y2IyZTQ0NWQ1MGNlODc0NDljNTM4MWQxMDU=
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 8df0797f09f99a58246f8715fdc70113fa09741c
4
+ data.tar.gz: 1cf06def2723c884b0fe81902f75d2d255f8bbd2
5
+ SHA512:
6
+ metadata.gz: c2f00dc8ad58b4c20549a95ea5c4adda80f12509b90762823e0d64ad0c5bc6989d9fd809f5a44954e2637d4b35619296df7c893b0f77aa57fa37bc66dfc28c8f
7
+ data.tar.gz: 7a2fa0b378422d5d6e9f013d3dd0481c1745e511cb816a3ba75c171094ad3148329a5292fbf59846952a9b4ee6dba98398e801c9e9b572a97b49e63ffd18bf3c
@@ -8,7 +8,6 @@ module Metasploit
8
8
  MINOR = 3
9
9
  # The patch number, scoped to the {MINOR} version number.
10
10
  PATCH = 0
11
- PRERELEASE = 'engine-requires'
12
11
 
13
12
  # The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the `PRERELEASE` in the
14
13
  # {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
metadata CHANGED
@@ -1,91 +1,85 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: metasploit-concern
3
- version: !ruby/object:Gem::Version
4
- version: 0.3.0.pre.engine.pre.requires
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Luke Imhoff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-03 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
11
+
12
+ date: 2014-10-03 00:00:00 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
14
15
  name: activesupport
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
16
+ requirement: &id001 !ruby/object:Gem::Requirement
17
+ requirements:
17
18
  - - ~>
18
- - !ruby/object:Gem::Version
19
- version: '3.0'
20
- - - ! '>='
21
- - !ruby/object:Gem::Version
19
+ - !ruby/object:Gem::Version
20
+ version: "3.0"
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
22
23
  version: 3.0.0
23
24
  type: :runtime
24
25
  prerelease: false
25
- version_requirements: !ruby/object:Gem::Requirement
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: '3.0'
30
- - - ! '>='
31
- - !ruby/object:Gem::Version
32
- version: 3.0.0
33
- - !ruby/object:Gem::Dependency
26
+ version_requirements: *id001
27
+ - !ruby/object:Gem::Dependency
34
28
  name: railties
35
- requirement: !ruby/object:Gem::Requirement
36
- requirements:
29
+ requirement: &id002 !ruby/object:Gem::Requirement
30
+ requirements:
37
31
  - - <
38
- - !ruby/object:Gem::Version
32
+ - !ruby/object:Gem::Version
39
33
  version: 4.0.0
40
34
  type: :runtime
41
35
  prerelease: false
42
- version_requirements: !ruby/object:Gem::Requirement
43
- requirements:
44
- - - <
45
- - !ruby/object:Gem::Version
46
- version: 4.0.0
47
- description: Automatically includes Modules from app/concerns/<module_with_concerns>/<concern>.rb
48
- into <module_with_concerns> to ease monkey-patching associations and validations
49
- on ActiveRecord::Base descendents from other gems when layering schemas.
50
- email:
36
+ version_requirements: *id002
37
+ description: Automatically includes Modules from app/concerns/<module_with_concerns>/<concern>.rb into <module_with_concerns> to ease monkey-patching associations and validations on ActiveRecord::Base descendents from other gems when layering schemas.
38
+ email:
51
39
  - luke_imhoff@rapid7.com
52
40
  executables: []
41
+
53
42
  extensions: []
43
+
54
44
  extra_rdoc_files: []
55
- files:
45
+
46
+ files:
47
+ - CONTRIBUTING.md
48
+ - LICENSE
49
+ - README.md
50
+ - Rakefile
56
51
  - app/models/metasploit/concern/loader.rb
52
+ - lib/metasploit/concern.rb
57
53
  - lib/metasploit/concern/engine.rb
58
54
  - lib/metasploit/concern/version.rb
59
- - lib/metasploit/concern.rb
60
55
  - lib/tasks/yard.rake
61
- - CONTRIBUTING.md
62
- - LICENSE
63
- - Rakefile
64
- - README.md
65
56
  - spec/support/shared/examples/metasploit/concern/run.rb
66
57
  homepage: https://github.com/rapid7/metasploit-concern
67
- licenses:
58
+ licenses:
68
59
  - BSD-3-clause
69
60
  metadata: {}
61
+
70
62
  post_install_message:
71
63
  rdoc_options: []
72
- require_paths:
64
+
65
+ require_paths:
73
66
  - lib
74
- required_ruby_version: !ruby/object:Gem::Requirement
75
- requirements:
76
- - - ! '>='
77
- - !ruby/object:Gem::Version
78
- version: '0'
79
- required_rubygems_version: !ruby/object:Gem::Requirement
80
- requirements:
81
- - - ! '>'
82
- - !ruby/object:Gem::Version
83
- version: 1.3.1
67
+ required_ruby_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - &id003
70
+ - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: "0"
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - *id003
84
76
  requirements: []
77
+
85
78
  rubyforge_project:
86
- rubygems_version: 2.1.11
79
+ rubygems_version: 2.4.1
87
80
  signing_key:
88
81
  specification_version: 4
89
82
  summary: Automatically include Modules from app/concerns
90
83
  test_files: []
84
+
91
85
  has_rdoc: