gummi 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/gummi/configuration.rb +2 -2
- data/lib/gummi/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d1a8d20f6f9f5fc49c229b76cc6bda015f2ce305
|
4
|
+
data.tar.gz: ad30c5684be7a23e726f83a2826b948f4c203edf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43424d4d4a86b49c3fdb5293bb295dfb13556251b765a90d06c04271f23be9f1d3644a86573e778c2284811b8dd1e12ca9dd7bffc88141de438d2a0b52027b01
|
7
|
+
data.tar.gz: 20d6495e30c47f49b2a24a5a1eae8c627de2b34b8962255a49a2aa22bedafe0469ec0906e796d5a9f3eb575216aed84ec5b22cd318557354935116b5c9f9caf9
|
data/lib/gummi/configuration.rb
CHANGED
@@ -22,8 +22,8 @@ module Gummi
|
|
22
22
|
|
23
23
|
def default_hosts
|
24
24
|
case Gummi.env
|
25
|
-
when "production" then
|
26
|
-
when "staging" then
|
25
|
+
when "production" then ENV['ELASTICSEARCH_URL']
|
26
|
+
when "staging" then ENV['ELASTICSEARCH_URL']
|
27
27
|
when "development" then "localhost:9200"
|
28
28
|
when "test" then "localhost:9200"
|
29
29
|
end
|
data/lib/gummi/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gummi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bukowskis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: virtus
|
@@ -286,3 +286,4 @@ test_files:
|
|
286
286
|
- spec/support/models/db/ship.rb
|
287
287
|
- spec/support/models/people.rb
|
288
288
|
- spec/support/models/person.rb
|
289
|
+
has_rdoc:
|