savant-scenes 1.0.194 → 1.0.195

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/src/SceneManager.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3eff3fd1b9e42799e9ebfb2bc6e47d06c0d6bd4c
4
- data.tar.gz: 6923cafe9c1d97e547b738c3004f100fb6433dd8
3
+ metadata.gz: 314c3d239440b224bbe2a1b514ca0b5d49716b36
4
+ data.tar.gz: 495f6d5e07c7f7074723aca7112e6e5ecb5b6287
5
5
  SHA512:
6
- metadata.gz: 5e52758bf23ce171f2cc3118d27e33b503033d1873b44f4cc332aa2e9e2d416f5683f49fce9624a38877d84ee24f0e6b92358d58ff4d50107e4594909f836db8
7
- data.tar.gz: 23c78c426e590a7c485c597b4c884ab4a1a2e5a5146dd9160f83a5f8d8c063b8c9b1297f5c5ff563e7ae1dce6497467ef5650fe455c460d760fb61e5af138846
6
+ metadata.gz: 0b35709e47b467efc3d42d10eaa230a7fb737d19c88ae1ba0521ac458a27d37017a72a848b7ff6218c3fc984ec3ba80af87f340639b36556a690fe8ddf499d9b
7
+ data.tar.gz: a45e045164fb21f859d008616e6ca75ea27c89c1f57526bb6524dd1ada8d0abcd8d5b0f8c62183ed1c33696e6e3f00f6e2d403293d7bc4e65746b77ba82d55f9
@@ -107,7 +107,7 @@ class SceneManager
107
107
  @scliBridge = "~/Applications/RacePointMedia/sclibridge "
108
108
  @dis = "/Users/RPM/Library/Application Support/RacePointMedia/statusfiles/dis/dashboard.sqlite"
109
109
  else
110
- @scliBridge = "source ~/.zshrc && /usr/local/bin/sclibridge "
110
+ @scliBridge = "source ~/.zshrc && /usr/local/bin/sclibridge "
111
111
  @dis = "GNUstep/Library/ApplicationSupport/RacePointMedia/statusfiles/dis/dashboard.sqlite"
112
112
  end
113
113
  end
@@ -141,7 +141,7 @@ class SceneManager
141
141
  end
142
142
  ssh.loop
143
143
  #parse the rpmSystemInfo.plist from the smart host to get host name
144
- elsif @scliBridge == "source ~/.zshrc && /usr/local/bin/sclibridge "
144
+ elsif @scliBridge == "source ~/.zshrc && /usr/local/bin/sclibridge "
145
145
  ssh.open_channel do |ch, success|
146
146
  ch.exec("strings 'GNUstep/Library/ApplicationSupport/RacePointMedia/userConfig.rpmConfig/rpmSystemInfo.plist'")
147
147
  ch.on_data do |ch, data|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: savant-scenes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.194
4
+ version: 1.0.195
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Miller