partitioned 1.1.6 → 1.1.7
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/partitioned/version.rb +1 -1
- data/partitioned.gemspec +1 -0
- metadata +18 -2
data/lib/partitioned/version.rb
CHANGED
data/partitioned.gemspec
CHANGED
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.1.
|
|
4
|
+
version: 1.1.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -76,6 +76,22 @@ dependencies:
|
|
|
76
76
|
- - '='
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
78
|
version: 1.0.0
|
|
79
|
+
- !ruby/object:Gem::Dependency
|
|
80
|
+
name: activerecord-redshift-adapter
|
|
81
|
+
requirement: !ruby/object:Gem::Requirement
|
|
82
|
+
none: false
|
|
83
|
+
requirements:
|
|
84
|
+
- - ! '>='
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: '0'
|
|
87
|
+
type: :runtime
|
|
88
|
+
prerelease: false
|
|
89
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
90
|
+
none: false
|
|
91
|
+
requirements:
|
|
92
|
+
- - ! '>='
|
|
93
|
+
- !ruby/object:Gem::Version
|
|
94
|
+
version: '0'
|
|
79
95
|
description: A gem providing support for table partitioning in ActiveRecord. Support
|
|
80
96
|
is only available for postgres databases. Other features include child table management
|
|
81
97
|
(creation and deletion) and bulk data creating and updating.
|
|
@@ -203,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
203
219
|
version: '0'
|
|
204
220
|
requirements: []
|
|
205
221
|
rubyforge_project:
|
|
206
|
-
rubygems_version: 1.8.
|
|
222
|
+
rubygems_version: 1.8.24
|
|
207
223
|
signing_key:
|
|
208
224
|
specification_version: 3
|
|
209
225
|
summary: Postgres table partitioning support for ActiveRecord.
|