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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41eaa48018d465a1ee2a1ed91c69f9c411555e862b6e645ceb4be6cc962b137f
4
- data.tar.gz: f9f876e222cd09e7f903aeb15ad26a92d60a878ac1fff537e5ce69e98d0451ea
3
+ metadata.gz: deb632c347be06a488a7fea811d3537138570cd15637d8ed1c131f96ad0ee426
4
+ data.tar.gz: e734c0264df8f8bd2acb5c0960f119fdcefb553f5b66b45a7c09498d220a95a8
5
5
  SHA512:
6
- metadata.gz: 1b1e506ce651da3e4a27343a675a791287d79610cccee120198d86a4c77d91e73a710352716d3c1ad6554a569891d6f0535476849b54c2df5802c27ae22a8ba6
7
- data.tar.gz: 52b0fd0d2fa4ce5e3d4ea95d394aadc6b48e150567c1820c7cb3617836e0db280b6d4bda8592d86de90fbe401276e48beea99c41a381fa1ad0bf7d92d93c69b0
6
+ metadata.gz: bf0b7c56b1c435c801ea30ddcc2173ad495557e0beec5ceef63ee86cdf48c6b83deabf2469d54f37ff76f292734181e43359b32954d2486a1e1004422bb3491b
7
+ data.tar.gz: aefa1906c06c4ff736c662953c0d046f33d0b3f0b96c832f36374315bcaeb2575d4a685def7b25e385aaacdcb772fbaca1587207c23733ad75135102c1baad21
@@ -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-staging.herokuapp.com/cable"
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
@@ -1,5 +1,5 @@
1
1
  module Optic
2
2
  module Rails
3
- VERSION = '0.3.3'
3
+ VERSION = '0.5.1'
4
4
  end
5
5
  end
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.3.3
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-25 00:00:00.000000000 Z
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