metasploit_data_models 0.21.0.pre.engine.pre.requires → 0.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGE0OTY0MGZmZjg4MDE2ZGVjMjRlOGVhOThiN2U1YjAxY2E0YTZjZQ==
4
+ YjVkNWJlNDA0YmRjNWRmODM4ODY0YWEyZWI3YzlhZjJjODNmMmYwZg==
5
5
  data.tar.gz: !binary |-
6
- YjUzYzQ5NjNkZmZkYTUwNjExZGYzZGIwNTg2YmMzYTMxYzgxMjg1OQ==
6
+ NmU4NTBlOTQwNzQ3MzNkYzBiYmY0NmFhM2I3ZWMyNDIxMjk3YTM4MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTc4NDQwNTVlYmY0MDFmODU0ZjQ5ZmRhNTg5Yjc3MjQxNGI1ZWI4ZWY1NTEw
10
- M2FiOTA2NDkwODU5ZGMyOWNjODU2MGEyMTljZDFkZmQ4Yjg3YjBlZmRiZGQ3
11
- ZTNjMmNkMzEzZmIzMTYzZjVjMmJkMDE0ZmRiNTBlYzVjMmMwYjI=
9
+ ZGVkZTU5MGM0NDM2ZDJlM2UyNzlmNGJiMjJiZmQ5MDEyMmY3YzM1YThmM2Y2
10
+ MmY4YjNiNmM2MTEyOWQzMDMyYjBlNDQ3NTlkN2IwN2M5YmM4NDdlYmE1ODNi
11
+ ZmYwNDdmY2MxNmIxZjlkNTdkNjA1YmE5ZGMxN2JkMjBmNTk3N2Q=
12
12
  data.tar.gz: !binary |-
13
- OTUyZDVkMGYyOTE1ZGE0MTMzZGYwZWZhZDE1NjIwNDQ2NjhiMWI3N2Q0YTlk
14
- ZTY2YzJlYmE3YmM5ODg4M2FhNWZhMDE4OWU5ZjA3ZTJjZDg4ZTQ0Yzc5ODJk
15
- ODg0ZDNhZTRmZmY4NjE0NDQ2YTA3ZGQzOTY5ZjBiNGVmNzk0NDc=
13
+ NDlkYTRjMzNkMzU4OWFhMjMxY2Q1N2YyN2JmZjljNGY1YzNiODk1OWNlMjg4
14
+ ZDg0MjE3YTRlNDZhNDY1MzJmZTc1OWE4ZWFlZTdhZTMxYTljNDVhNzI3ZTEz
15
+ MGI3NzU0NDRhYTM3MWNmM2JjNDMzMmYwNjM0YzM0NDkyZjhjODA=
data/Gemfile CHANGED
@@ -8,9 +8,6 @@ group :development do
8
8
  gem 'yard-metasploit-erd', '~> 0.0.2'
9
9
  end
10
10
 
11
- gem 'metasploit-concern', git: 'https://github.com/rapid7/metasploit-concern.git', branch: 'bug/MSP-11412/engine-requires'
12
- gem 'metasploit-model', git: 'https://github.com/rapid7/metasploit-model.git', branch: 'bug/MSP-11412/engine-requires'
13
-
14
11
  # used by dummy application
15
12
  group :development, :test do
16
13
  # supplies factories for producing model instance for specs
@@ -7,7 +7,6 @@ module MetasploitDataModels
7
7
  MINOR = 21
8
8
  # The patch number, scoped to the {MINOR} version number.
9
9
  PATCH = 0
10
- PRERELEASE = 'engine-requires'
11
10
 
12
11
  # The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the `PRERELEASE` in the
13
12
  # {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
@@ -39,8 +39,8 @@ Gem::Specification.new do |s|
39
39
  # @see MSP-2971
40
40
  s.add_runtime_dependency 'activerecord', '>= 3.2.13', '< 4.0.0'
41
41
  s.add_runtime_dependency 'activesupport'
42
- s.add_runtime_dependency 'metasploit-concern'#, '~> 0.3.0'
43
- s.add_runtime_dependency 'metasploit-model'#, '~> 0.28.0'
42
+ s.add_runtime_dependency 'metasploit-concern', '~> 0.3.0'
43
+ s.add_runtime_dependency 'metasploit-model', '~> 0.28.0'
44
44
  s.add_runtime_dependency 'railties', '< 4.0.0'
45
45
 
46
46
  # arel-helpers: Useful tools to help construct database queries with ActiveRecord and Arel.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metasploit_data_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0.pre.engine.pre.requires
4
+ version: 0.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Huckins
@@ -93,30 +93,30 @@ dependencies:
93
93
  name: metasploit-concern
94
94
  requirement: !ruby/object:Gem::Requirement
95
95
  requirements:
96
- - - ! '>='
96
+ - - ~>
97
97
  - !ruby/object:Gem::Version
98
- version: '0'
98
+ version: 0.3.0
99
99
  type: :runtime
100
100
  prerelease: false
101
101
  version_requirements: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - ! '>='
103
+ - - ~>
104
104
  - !ruby/object:Gem::Version
105
- version: '0'
105
+ version: 0.3.0
106
106
  - !ruby/object:Gem::Dependency
107
107
  name: metasploit-model
108
108
  requirement: !ruby/object:Gem::Requirement
109
109
  requirements:
110
- - - ! '>='
110
+ - - ~>
111
111
  - !ruby/object:Gem::Version
112
- version: '0'
112
+ version: 0.28.0
113
113
  type: :runtime
114
114
  prerelease: false
115
115
  version_requirements: !ruby/object:Gem::Requirement
116
116
  requirements:
117
- - - ! '>='
117
+ - - ~>
118
118
  - !ruby/object:Gem::Version
119
- version: '0'
119
+ version: 0.28.0
120
120
  - !ruby/object:Gem::Dependency
121
121
  name: railties
122
122
  requirement: !ruby/object:Gem::Requirement
@@ -582,12 +582,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
582
582
  version: '0'
583
583
  required_rubygems_version: !ruby/object:Gem::Requirement
584
584
  requirements:
585
- - - ! '>'
585
+ - - ! '>='
586
586
  - !ruby/object:Gem::Version
587
- version: 1.3.1
587
+ version: '0'
588
588
  requirements: []
589
589
  rubyforge_project:
590
- rubygems_version: 2.2.2
590
+ rubygems_version: 2.1.11
591
591
  signing_key:
592
592
  specification_version: 4
593
593
  summary: Database code for MSF and Metasploit Pro