Skip to content

Commit 09fc52f

Browse files
committed
Merge pull request rapid7#1536 from rapid7/feature/active-record-migrator-migrations-paths
Use ActiveRecord::Migrator multiple migrations paths support
2 parents 24c0da0 + fac941a commit 09fc52f

File tree

203 files changed

+649
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

203 files changed

+649
-154
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'activerecord'
77
# Needed for some admin modules (scrutinizer_add_user.rb)
88
gem 'json'
99
# Database models shared between framework and Pro.
10-
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => '0.5.1'
10+
gem 'metasploit_data_models', :git => 'git://github.com/rapid7/metasploit_data_models.git', :tag => '0.6.0'
1111
# Needed by msfgui and other rpc components
1212
gem 'msgpack'
1313
# Needed by anemone crawler

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GIT
22
remote: git://github.com/rapid7/metasploit_data_models.git
3-
revision: 1e3e0c2effb8e1bb6cec9683b830e4244babf706
4-
tag: 0.5.1
3+
revision: 0285d6e199f125b33214100dcb0f4eeb12ee765f
4+
tag: 0.6.0
55
specs:
6-
metasploit_data_models (0.5.1)
6+
metasploit_data_models (0.6.0)
77
activerecord (>= 3.2.10)
88
activesupport
99
pg
@@ -55,7 +55,7 @@ GEM
5555
simplecov-html (~> 0.5.3)
5656
simplecov-html (0.5.3)
5757
slop (3.4.3)
58-
tzinfo (0.3.35)
58+
tzinfo (0.3.36)
5959
yard (0.8.3)
6060

6161
PLATFORMS

lib/gemcache/ruby/1.9.1/gems/metasploit_data_models-0.5.1/Rakefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

lib/gemcache/ruby/1.9.1/gems/metasploit_data_models-0.5.1/lib/metasploit_data_models/base64_serializer.rb

Lines changed: 0 additions & 35 deletions
This file was deleted.

lib/gemcache/ruby/1.9.1/gems/metasploit_data_models-0.5.1/lib/metasploit_data_models/engine.rb

Lines changed: 0 additions & 7 deletions
This file was deleted.

lib/gemcache/ruby/1.9.1/gems/metasploit_data_models-0.5.1/spec/lib/base64_serializer_spec.rb

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)