anadea-spark 0.4.1 → 0.4.2

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: 25fa59e8e325ceb5f0c2dea35a5da8311bac2322
4
- data.tar.gz: 3d88cffe5373af4d4aee7ba09bd03782b85a8954
3
+ metadata.gz: eaa68b70ea2f0b7f7fcbf00533a9f788a3a09156
4
+ data.tar.gz: 190f2b9483a8c5179db9d8ebbbaf46145e8da515
5
5
  SHA512:
6
- metadata.gz: af8c6f0c3f306520c16be56477f54cdc39350a0d391cae80fcc1342ff4115859720670e5d6d234a705fe90eb6e7a1917cc79d5aa55438bd8be4bef9ef7599780
7
- data.tar.gz: e5d1517bf77f9da1728411af5fe9f99c5e81d8aea78a96eb3f969a99b149694e6ecb5e9bdfcfe37e285f0fd0c67a7f6dda18af4e486c2d82d917b6bd8fc0ce0e
6
+ metadata.gz: ba7a09c18efcee42c7aef71b8057595a7dd9b5daa960a884f16f3c43b58420cf3144d786047a34f8aeb0c9e4e29cca770ae4dc0e64fc2bbb13957eaa5c43e970
7
+ data.tar.gz: eb76cc38415ecb4899f08e97dc05ad8b47601bff22221bfa6bd7a173a34edf783bd799e047dec7d1c8c9e81a927b573552447e5dba0e8244c428e2ca89a170e0
@@ -1,5 +1,5 @@
1
1
  module Spark
2
2
  RAILS_VERSION = "4.2.1"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
- VERSION = "0.4.1"
4
+ VERSION = "0.4.2"
5
5
  end
@@ -2,10 +2,10 @@ development: &default
2
2
  adapter: postgresql
3
3
  database: <%= app_name %>_development
4
4
  encoding: utf8
5
- host: <%= db_host %>
6
- <%= "port: #{db_port}" if db_port %>
7
- <%= "username: #{db_username}" if db_username %>
8
- <%= "password: #{db_password}" if db_password %>
5
+ host: <%= db_host || 'localhost' %>
6
+ <%= " port: #{db_port}" if db_port %>
7
+ <%= " username: #{db_username}" if db_username %>
8
+ <%= " password: #{db_password}" if db_password %>
9
9
  min_messages: warning
10
10
  pool: 2
11
11
  timeout: 5000
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anadea-spark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - anadea
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-13 00:00:00.000000000 Z
11
+ date: 2015-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler