gris 0.4.8 → 0.4.9

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: 469f407d1a43e892def021b0c73092149814d21f
4
- data.tar.gz: 8b72d138c252746c3014777d833e36e1bfab3182
3
+ metadata.gz: 687378dfb5a1a8efc1dd0c04923d4aa1c2eec1cc
4
+ data.tar.gz: 8b4232a3d263a03ab125eb330c5b57cd71f04860
5
5
  SHA512:
6
- metadata.gz: c5a56604d2cef58e60e31b41740e4e61283d5986076d47bbee7d1e2410ee010c34514c1e70876b920a7564e97859fe51273f7239d9edeae826e30add9af2610a
7
- data.tar.gz: d05838ce67e8f22f9c0e72247a07f0978a5331cd481134016b686fb9c9051a9022a4eed5d00c06c372118439322beb00d31827d7f3c5a7970659c18c3c072624
6
+ metadata.gz: 0e529879507fcfb06c6eb1473bfc3cd789aa0f4e59308c1cb8448fe38b64f1c9728f3f8d7ffa64fe9e27daa34c82936cff74ac3da9901f7b20ac95ebee48347a
7
+ data.tar.gz: 1833666d3fec4ec71614e523582a3318c6f21f248373270fea127aa6865605e0a09eca82abc71250b536197b746e9a2154c70dffd1633a92fc29a17813a662b2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gris (0.4.8)
4
+ gris (0.4.9)
5
5
  activesupport (~> 4.2, >= 4.2.0)
6
6
  chronic (~> 0.10.0)
7
7
  dalli (~> 2.7)
@@ -2,8 +2,8 @@ default: &default
2
2
  adapter: postgresql
3
3
  encoding: unicode
4
4
  host: localhost
5
- username: <%%= ENV['DB_USER'] %>
6
- password: <%%= ENV['DB_PASS'] %>
5
+ username: <%%= ENV['DATABASE_USER'] %>
6
+ password: <%%= ENV['DATABASE_PASS'] %>
7
7
  pool: 5
8
8
 
9
9
  development:
@@ -13,4 +13,3 @@ development:
13
13
  test:
14
14
  <<: *default
15
15
  database: <%= app_name %>_test
16
-
data/lib/gris/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Gris
2
- VERSION = '0.4.8'
2
+ VERSION = '0.4.9'
3
3
 
4
4
  class Version
5
5
  class << self
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gris
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.8
4
+ version: 0.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Fareed