partitioned 1.3.1 → 1.3.2

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.
@@ -119,7 +119,7 @@ module Partitioned
119
119
  options = {
120
120
  :partitioned_model => @parent_table_class,
121
121
  :temporary => false,
122
- :table_name => configurator.table_name(*partition_key_values)
122
+ :table_name => configurator.part_name(*partition_key_values)
123
123
  }
124
124
  @redshift_table_creator =
125
125
  ::ActiverecordRedshift::TableManager.new(@parent_table_class.connection, options)
@@ -1,4 +1,4 @@
1
1
  module Partitioned
2
2
  # the current version of this gem
3
- VERSION = "1.3.1"
3
+ VERSION = "1.3.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: partitioned
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: