metasploit-model 0.27.4 → 0.28.0.pre.engine.pre.requires

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,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZTRmNzJmY2FkMmVlY2ZhZjEwODllODc5MjUxODhmNTQxNGQ1NDk1Nw==
4
+ OTAyMzU5MGQyNzQxNTk4ZjNkOGVlMWM5ZGIyY2I2ZDFlMjYzZWFmYw==
5
5
  data.tar.gz: !binary |-
6
- NDRmOGU4MGRjNjU0NjI5Y2ZkZGI0ZDk1NGU4ZjM5NzgwMDJjYzJhZA==
6
+ ODgyY2M2Njc4NWZjNTMzNDVlZmU2MDRmMzFiZTA0NmZhNTdhNjJkMg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmJiMTk4ODUwMTAxN2EwNjRhN2I2MzkyZDE1YWQ0ZTYzODRkZjUzM2MyMWRl
10
- YjEyOTc4ODgxMzQyNjVkNmUxMzc3Nzk3NTAzOGRjZTViOGZiMTVjNDY2Mjgz
11
- MzFiNzgzYmM1ZDEwMTkzZWQzYTZmMGNmNTRhZmE3NTdlZWUxNjk=
9
+ YjMwNjYyOGExM2E0NTNhYTdmNzcxNWU2ZmQyNGFiOWFkNTA4MDczNTU0Yzg4
10
+ YWE1ZGQ1Y2Q0YzUyOWQ4ZWExMTE5NGU0MTM1YmQzMWQyODNjZmQ5YzkwNTVj
11
+ ZjgwZTA2NWY5YmEzY2NjZDdmYWYyYjgwNWNlNjY1NmExMjY5MGE=
12
12
  data.tar.gz: !binary |-
13
- YmNmNDgyYzcxNGNiNmNhOTExZjVlZjVlN2UzNjAzNDRhM2ZmNmUwY2M4N2Iz
14
- NDExYjU4MDA0NjJlNDEwMjU4NjUyNGExMWJjMzA3MzgzNTcxMzc5YjdiOTY2
15
- MGE5Y2VhODhiODE4MmYzY2VmNjJlYWY3NTlmMmU5NDg1NzM4MGM=
13
+ OWI3YTZiZDlmOTBkYmU0MWIzMTVjZDE3NDFmZjFiMDI5NTUyMTBmMjEwNmVh
14
+ ZTRlNTY4OTViNDY4ZGU2OGFiYmZiMzEzOTFjODM3Zjg4OTY4OTViZjNlOTRi
15
+ NGMxOWQ4ZDllY2E2NGQ4NGU4Mzg4MDEyNGM5OWVjOTNmZGZjOTg=
data/README.md CHANGED
@@ -13,6 +13,10 @@ Add this line to your application's Gemfile:
13
13
  And then execute:
14
14
 
15
15
  $ bundle
16
+
17
+ **This gem's `Rails::Engine` is not required automatically.** You'll need to also add the following to your `config/application.rb`:
18
+
19
+ require 'metasploit/model/engine'
16
20
 
17
21
  Or install it yourself as:
18
22
 
@@ -49,5 +49,4 @@ end
49
49
  #
50
50
 
51
51
  # MUST require and not autoload as Rails::Engine loading works based subclass registration
52
- require 'metasploit/model/engine'
53
52
  require 'metasploit/model/version'
@@ -5,9 +5,10 @@ module Metasploit
5
5
  # The major version number.
6
6
  MAJOR = 0
7
7
  # The minor version number, scoped to the {MAJOR} version number.
8
- MINOR = 27
8
+ MINOR = 28
9
9
  # The patch number, scoped to the {MINOR} version number.
10
- PATCH = 4
10
+ PATCH = 0
11
+ PRERELEASE = 'engine-requires'
11
12
 
12
13
  # The full version string, including the {MAJOR}, {MINOR}, {PATCH}, and optionally, the {PRERELEASE} in the
13
14
  # {http://semver.org/spec/v2.0.0.html semantic versioning v2.0.0} format.
@@ -7,6 +7,7 @@ Bundler.require(*Rails.groups)
7
7
  # require the engine being tested. In a non-dummy app this would be handled by the engine's gem being in the Gemfile
8
8
  # for real app and Bundler.require requiring the gem.
9
9
  require 'metasploit/model'
10
+ require 'metasploit/model/engine'
10
11
 
11
12
  module Dummy
12
13
  class Application < Rails::Application
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.27.4
4
+ version: 0.28.0.pre.engine.pre.requires
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Imhoff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-25 00:00:00.000000000 Z
11
+ date: 2014-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -507,12 +507,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
507
507
  version: '0'
508
508
  required_rubygems_version: !ruby/object:Gem::Requirement
509
509
  requirements:
510
- - - ! '>='
510
+ - - ! '>'
511
511
  - !ruby/object:Gem::Version
512
- version: '0'
512
+ version: 1.3.1
513
513
  requirements: []
514
514
  rubyforge_project:
515
- rubygems_version: 2.3.0
515
+ rubygems_version: 2.2.2
516
516
  signing_key:
517
517
  specification_version: 4
518
518
  summary: Metasploit Model Mixins and Validators