optic-rails 0.3.3 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/optic/rails/railtie.rb +1 -1
- data/lib/optic/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: deb632c347be06a488a7fea811d3537138570cd15637d8ed1c131f96ad0ee426
|
4
|
+
data.tar.gz: e734c0264df8f8bd2acb5c0960f119fdcefb553f5b66b45a7c09498d220a95a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf0b7c56b1c435c801ea30ddcc2173ad495557e0beec5ceef63ee86cdf48c6b83deabf2469d54f37ff76f292734181e43359b32954d2486a1e1004422bb3491b
|
7
|
+
data.tar.gz: aefa1906c06c4ff736c662953c0d046f33d0b3f0b96c832f36374315bcaeb2575d4a685def7b25e385aaacdcb772fbaca1587207c23733ad75135102c1baad21
|
data/lib/optic/rails/railtie.rb
CHANGED
@@ -25,7 +25,7 @@ module Optic
|
|
25
25
|
end
|
26
26
|
|
27
27
|
api_key = app.config.optic_api_key
|
28
|
-
uri = app.config.respond_to?(:optic_uri) ? app.config.optic_uri : "wss://tikal-api-
|
28
|
+
uri = app.config.respond_to?(:optic_uri) ? app.config.optic_uri : "wss://sutrolabs-tikal-api-production.herokuapp.com/cable"
|
29
29
|
|
30
30
|
logger.debug "Starting worker thread"
|
31
31
|
worker = Thread.new do
|
data/lib/optic/rails/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: optic-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anton Vaynshtok
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: action_cable_client
|