partitioned 1.3.0 → 1.3.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.
- data/lib/monkey_patch_redshift.rb +1 -0
- data/lib/partitioned/version.rb +1 -1
- data/partitioned.gemspec +1 -1
- metadata +2 -2
|
@@ -2,6 +2,7 @@ require 'active_record'
|
|
|
2
2
|
require 'active_record/base'
|
|
3
3
|
require 'active_record/connection_adapters/abstract_adapter'
|
|
4
4
|
require 'active_record/connection_adapters/redshift_adapter'
|
|
5
|
+
require 'activerecord_redshift_adapter'
|
|
5
6
|
|
|
6
7
|
#
|
|
7
8
|
# Patching {ActiveRecord::ConnectionAdapters::TableDefinition} and
|
data/lib/partitioned/version.rb
CHANGED
data/partitioned.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.name = 'partitioned'
|
|
8
8
|
s.version = Partitioned::VERSION
|
|
9
9
|
s.license = 'New BSD License'
|
|
10
|
-
s.date = '2013-09-
|
|
10
|
+
s.date = '2013-09-20'
|
|
11
11
|
s.summary = "Postgres table partitioning support for ActiveRecord."
|
|
12
12
|
s.description = "A gem providing support for table partitioning in ActiveRecord. Support is available for postgres and AWS RedShift databases. Other features include child table management (creation and deletion) and bulk data creating and updating."
|
|
13
13
|
s.authors = ["Keith Gabryelski", "Aleksandr Dembskiy", "Edward Slavich"]
|
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.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2013-09-
|
|
14
|
+
date: 2013-09-20 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: jquery-rails
|