sunstone 1.7.13 → 1.7.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_record/connection_adapters/sunstone_adapter.rb +1 -1
- data/lib/sunstone.rb +1 -1
- data/sunstone.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 858526edcab359fd0e43e9cf6066a816c6803a97
|
4
|
+
data.tar.gz: 719379b1e6f34163917527df39e31500921aab68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1201f59d088ad9ea281e1e413c5c5d910d0f4355931578a4ad3ed79a5fcbb724c882f788e3e22d509f8742685176a82ed0d6636ff1f19cafef805723915018fe
|
7
|
+
data.tar.gz: 4021ae9e173d73fcd4b027add5b83382d08f57eeab4e651358fd3c9e32fd6a84f8be7f0d9bb6110a878897f9933dddb9d75ce73e11719b7dfa3705c6c10c32b7
|
@@ -13,7 +13,7 @@ require 'active_record/connection_adapters/sunstone/type/date_time'
|
|
13
13
|
module ActiveRecord
|
14
14
|
module ConnectionHandling # :nodoc:
|
15
15
|
|
16
|
-
VALID_SUNSTONE_CONN_PARAMS = [:site, :host, :port, :api_key, :use_ssl]
|
16
|
+
VALID_SUNSTONE_CONN_PARAMS = [:site, :host, :port, :api_key, :use_ssl, :user_agent]
|
17
17
|
|
18
18
|
# Establishes a connection to the database that's used by all Active Record
|
19
19
|
# objects
|
data/lib/sunstone.rb
CHANGED
data/sunstone.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunstone
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jon Bracy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|