programmable-ventouse 0.0.2 → 0.0.3

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.
@@ -0,0 +1 @@
1
+ ActiveRecord::Base.inheritance_column = 'sti_type'
data/lib/ventouse.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require 'ventouse/ar_touch'
2
2
  require 'ventouse/filter_prefix'
3
3
  require 'ventouse/module_declarations'
4
+ require 'ventouse/rename_type_column'
4
5
  require 'ventouse/rescue_ext'
5
6
 
6
7
  require 'ventouse/mysql_initializer'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: programmable-ventouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilia Ablamonov
@@ -23,7 +23,7 @@ dependencies:
23
23
  - !ruby/object:Gem::Version
24
24
  version: 2.3.2
25
25
  version:
26
- description: Various usefull ruby/rails shit
26
+ description: Various usefull ruby/rails shit.
27
27
  email: pro@grammable.com
28
28
  executables: []
29
29
 
@@ -40,6 +40,7 @@ files:
40
40
  - lib/ventouse/module_declarations.rb
41
41
  - lib/ventouse/mysql_compat.rb
42
42
  - lib/ventouse/mysql_initializer.rb
43
+ - lib/ventouse/rename_type_column.rb
43
44
  - lib/ventouse/rescue_ext.rb
44
45
  - lib/ventouse.rb
45
46
  has_rdoc: true