redshift_cursor 0.0.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/redshift_cursor/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4202b2eac75a59f2a96af7388e48cd084ca52c44
|
4
|
+
data.tar.gz: c0b20b5a7f975ed7cef2c272461d16ffff5e1b7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b83c5b357e37acf28bf785341b2adbc10ea7640fb15ea3337b32c950e23311ce9a4e0d776764829fa5a656d6bb2cf7f732df85a101339be4c9ae6590e7681d5b
|
7
|
+
data.tar.gz: eaaab480e8d5f0874aef304d5fc49fcc51fc533566fdfda88150a87ad57df379368f79e47ba91b5e7504c9abde72473e9f75a73004807d2a190863b33ffb623d
|
data/README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
# RedshiftCursor
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/redshift_cursor.svg)](https://badge.fury.io/rb/redshift_cursor)
|
4
|
+
|
3
5
|
Enable cursor to Redshift on ActiveRecord.
|
6
|
+
|
4
7
|
This gem bridges [ActiveRecord4-Redshift-Adapter](https://github.com/aamine/activerecord4-redshift-adapter) and [PostgreSQLCursor](https://github.com/afair/postgresql_cursor).
|
5
8
|
|
6
9
|
## Installation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redshift_cursor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hiroyuki Inoue
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|
@@ -118,9 +118,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
118
118
|
version: '0'
|
119
119
|
requirements: []
|
120
120
|
rubyforge_project:
|
121
|
-
rubygems_version: 2.
|
121
|
+
rubygems_version: 2.5.1
|
122
122
|
signing_key:
|
123
123
|
specification_version: 4
|
124
124
|
summary: Enable cursor to Redshift on ActiveRecord
|
125
125
|
test_files: []
|
126
|
-
has_rdoc:
|