metasploit-model 0.30.1.pre.rspec.pre.3.pre.1 → 0.30.1
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
- data/Gemfile +1 -6
- data/lib/metasploit/model/version.rb +0 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19b72a89b1fcdcb4459ce160dede143604f5e0ce
|
|
4
|
+
data.tar.gz: 11b68c410c1500654535c234335dfe051e644221
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffe5d3270056d5e40288ac558ffc1a055fb9162f2e29a206b90fa103337aff8ae92657145f124aeca26129ff94c489e73d8b41d54df091875f4fbd4f449e8ca6
|
|
7
|
+
data.tar.gz: bf0dd52286b194d68e3d66a6b4c513c135a4ca2d9bd242a65e1a4a638d88c1605ba4ba23c95b56d3eba1a86c61f8a616b968455681b56eed21a959f2e9db1183
|
data/Gemfile
CHANGED
|
@@ -26,12 +26,7 @@ group :test do
|
|
|
26
26
|
gem 'coveralls', require: false
|
|
27
27
|
# Engine tasks are loaded using railtie
|
|
28
28
|
gem 'railties', *rails_version_constraint
|
|
29
|
-
gem 'rspec', '~> 3.1'
|
|
30
|
-
# need rspec-core >= 2.14.0 because 2.14.0 introduced RSpec::Core::SharedExampleGroup::TopLevel
|
|
31
|
-
gem 'rspec-core', '>= 2.14.0'
|
|
32
|
-
# need rspec-rails >= 2.12.0 as 2.12.0 adds support for redefining named subject in nested context that uses the
|
|
33
|
-
# named subject from the outer context without causing a stack overflow.
|
|
34
|
-
gem 'rspec-rails', '>= 2.12.0'
|
|
29
|
+
gem 'rspec-rails', '~> 3.1'
|
|
35
30
|
# In a full rails project, factory_girl_rails would be in both the :development, and :test group, but since we only
|
|
36
31
|
# want rails in :test, factory_girl_rails must also only be in :test.
|
|
37
32
|
# add matchers from shoulda, such as validates_presence_of, which are useful for testing validations
|
|
@@ -8,8 +8,6 @@ module Metasploit
|
|
|
8
8
|
MINOR = 30
|
|
9
9
|
# The patch number, scoped to the {MAJOR} and {MINOR} version numbers.
|
|
10
10
|
PATCH = 1
|
|
11
|
-
# The prerelease version, scoped to the {MAJOR}, {MINOR}, and {PATCH} version numbers.
|
|
12
|
-
PRERELEASE = 'rspec-3-1'
|
|
13
11
|
|
|
14
12
|
# The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
|
|
15
13
|
# {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: metasploit-model
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.30.1
|
|
4
|
+
version: 0.30.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luke Imhoff
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -327,9 +327,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
327
327
|
version: '2.1'
|
|
328
328
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
329
329
|
requirements:
|
|
330
|
-
- - "
|
|
330
|
+
- - ">="
|
|
331
331
|
- !ruby/object:Gem::Version
|
|
332
|
-
version:
|
|
332
|
+
version: '0'
|
|
333
333
|
requirements: []
|
|
334
334
|
rubyforge_project:
|
|
335
335
|
rubygems_version: 2.4.3
|