models_auditor 1.0.0 → 1.0.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4d8a63f47a37b183caad670c9745fa9334e9b58
|
4
|
+
data.tar.gz: 8b2cf91af9cfba52013ca43527f2c9679d45766f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f48f4b73c1e5b153052e8d8c1ca4fe08ee1dbbf3115e0758762f9458e4e747f0eb136a1ba7c7128380eefaa6c8f33b644889d67c848d5d31cb507c0a7058d51
|
7
|
+
data.tar.gz: 9dc858c8469c39f356be4e2e84cc1a4fb84a27fab25b47fb03fde427af2e90b28a685c67a68c246b2c98d47140132b5589500c4090807fe8cd469c4eefcc6571
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: models_auditor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Gorbunov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -133,8 +133,6 @@ files:
|
|
133
133
|
- app/views/models_auditor/audit/index.html.erb
|
134
134
|
- config/config_option_descriptions.yml
|
135
135
|
- config/routes.rb
|
136
|
-
- lib/capistrano/rails/audit_migrations.rb
|
137
|
-
- lib/capistrano/tasks/audit_migrations.rake
|
138
136
|
- lib/generators/models_auditor/db_config/USAGE
|
139
137
|
- lib/generators/models_auditor/db_config/db_config_generator.rb
|
140
138
|
- lib/generators/models_auditor/install/USAGE
|
@@ -147,6 +145,8 @@ files:
|
|
147
145
|
- lib/generators/models_auditor/migrations_helper.rb
|
148
146
|
- lib/models_auditor.rb
|
149
147
|
- lib/models_auditor/audit.rb
|
148
|
+
- lib/models_auditor/capistrano/rails/audit_migrations.rb
|
149
|
+
- lib/models_auditor/capistrano/tasks/audit_migrations.rake
|
150
150
|
- lib/models_auditor/config.rb
|
151
151
|
- lib/models_auditor/controller.rb
|
152
152
|
- lib/models_auditor/engine.rb
|