sunstone 1.7.13 → 1.7.14

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a45809821a2213204f98ee4dec3d02ffda01879e
4
- data.tar.gz: 6e3e13ec817838ead68b8014d9e63289d2476e93
3
+ metadata.gz: 858526edcab359fd0e43e9cf6066a816c6803a97
4
+ data.tar.gz: 719379b1e6f34163917527df39e31500921aab68
5
5
  SHA512:
6
- metadata.gz: 63036064748f6ca9f63d5b28152a0e81891f6335a9d4c29581af5ca3a0da34a35630549e2329c26c9eb33ca4a00b7a69fc2cb1594864f07982c90afe3c5dbde3
7
- data.tar.gz: d55d6c6edfb484640878359ce4909ff9371f77fd22addb6ea37b248e832da2775cdf86cf40f7eb940c8baa75cecd354c803e5a66666114bdcdc73d1389a09527
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
@@ -25,7 +25,7 @@ require 'ext/active_record/batches'
25
25
  # require 'sunstone/parser'
26
26
 
27
27
  module Sunstone
28
- VERSION = '1.7.5'
28
+ VERSION = '1.7.15'
29
29
 
30
30
  # TODO:
31
31
  #
data/sunstone.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "sunstone"
3
- s.version = '1.7.13'
3
+ s.version = '1.7.14'
4
4
  s.authors = ["Jon Bracy"]
5
5
  s.email = ["jonbracy@gmail.com"]
6
6
  s.homepage = "http://sunstonerb.com"
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.13
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-06 00:00:00.000000000 Z
11
+ date: 2015-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake