postshift 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01ae1771d265cb9639cdc6dbeb21ee42458ad64c
4
- data.tar.gz: f2a36df9980a5c3cb3b7162a3fb77f52ae07e37c
3
+ metadata.gz: abeba27081f34d47fff90f678a3407fc8019f26b
4
+ data.tar.gz: 6bda3670498cd73886dff88f731f4884e727b990
5
5
  SHA512:
6
- metadata.gz: c3d559b81658fcf2d00e0afb92bd9f494aa5926a97b84c4a268958fd4bb57bb300c3fe1051ef621da7468ea401adae35a492a5de77c53cb4305bb4f248075140
7
- data.tar.gz: c07006da17b6f8afe63be1d2401b688ba9d9e898abf8518aafa403f302eb199a7bc9f926581701d2cb33a01e3918b13e10387c004945f566ad357a32eb6a27fd
6
+ metadata.gz: 7c3d908008bc8c27c3205e876c64e6a8df7b8872c6cc98f5a084bb49d56111c46f593d2116b962e093704ce1fa4e6e8885a38eb354d72cd42adbc97e72b6c064
7
+ data.tar.gz: 9052f8f5dc97167611c8ce355e23bd14dfdebf1ba7b60d01ad15f84df4b49c9b91ae101522ec2bec4c0f834a452f3bd3739de5ef1c51f0081ee59e11991df60b
@@ -1,3 +1,3 @@
1
1
  module Postshift
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
data/postshift.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = %q{Amazon Redshift adapter for ActiveRecord 5 and above.}
14
14
  spec.description = %q{Thin ActiveRecord Redshift Adapter extension for existing PostgreSQL adapter.}
15
- spec.homepage = 'http://github.com'
15
+ spec.homepage = 'https://github.com/ValiMail/postshift'
16
16
  spec.license = 'MIT'
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Krupinski
@@ -172,7 +172,7 @@ files:
172
172
  - lib/postshift.rb
173
173
  - lib/postshift/version.rb
174
174
  - postshift.gemspec
175
- homepage: http://github.com
175
+ homepage: https://github.com/ValiMail/postshift
176
176
  licenses:
177
177
  - MIT
178
178
  metadata: {}