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: c5052949bdc7e490427a00314160a258c9723482
4
- data.tar.gz: b8e74cd2f69767f64068ca54fbab58cf9d1f04d1
3
+ metadata.gz: d4d8a63f47a37b183caad670c9745fa9334e9b58
4
+ data.tar.gz: 8b2cf91af9cfba52013ca43527f2c9679d45766f
5
5
  SHA512:
6
- metadata.gz: 1dfacc7dba0be169d3c815af3ffae7cb7cf4a52239ad73653098b29831f6a6f7ba55a63eeec2e6e7e8c7dbfd82b6e3724b07a598a5ef98a8afe34a8e27468010
7
- data.tar.gz: 8403c277ebd5d53911f70d37c2113df4b07fd364da7d14bfe6d8e72e4afab72f4dde78eb278480de1ceab63cfa95642004cd93fed32e3e0e16879eb6190491fc
6
+ metadata.gz: 4f48f4b73c1e5b153052e8d8c1ca4fe08ee1dbbf3115e0758762f9458e4e747f0eb136a1ba7c7128380eefaa6c8f33b644889d67c848d5d31cb507c0a7058d51
7
+ data.tar.gz: 9dc858c8469c39f356be4e2e84cc1a4fb84a27fab25b47fb03fde427af2e90b28a685c67a68c246b2c98d47140132b5589500c4090807fe8cd469c4eefcc6571
@@ -1,3 +1,3 @@
1
1
  module ModelsAuditor
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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-09-29 00:00:00.000000000 Z
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