platinum-deployer 0.2.2 → 0.2.3

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: 3d5cec55da399cafaff4b6f2ca64dddb6c411798
4
- data.tar.gz: 6f692c291c9f67703cc7debc5c6c49e319a75093
3
+ metadata.gz: edbba1825c522a6da9f7e0047f4c6720b0a45186
4
+ data.tar.gz: 839f7d7e27f734163e409bda56364507441a50d7
5
5
  SHA512:
6
- metadata.gz: 02507e63c23b4f4c63784ef2e26c944ce270934dbfcfaeedd2c42e1638269d8fd72eec95e1bed2a2dcaaa06270845a668ef026468b4cddf9ea53935948108b4b
7
- data.tar.gz: b1957765a08a581edc0f12618232b163530bbf5270d9fc8555e4d48cb461595d3091bded552e327f36ef41ef2ea44cb42ad07bcd542a39008d3770e0e79d6ec7
6
+ metadata.gz: a865efe77a8aba27fd0d63631848db17a17a3b449710415c21cf9639723757060d9c7054085a7f1b85edc59528da9bbde0e4a1cd141b3fba8697fff4b0708e08
7
+ data.tar.gz: 00570106a19d258088849fefb15dec45d504c867fe51f94c078a9b5e052d4805e99cdfb8637244c1f74b48e3e5cdfdcf2f0d4572008aa43c876ef46e2781a014
data/Session.vim CHANGED
@@ -85,14 +85,13 @@ setlocal fml=1
85
85
  setlocal fdn=20
86
86
  setlocal fen
87
87
  silent! normal! zE
88
- let s:l = 257 - ((6 * winheight(0) + 14) / 29)
88
+ let s:l = 415 - ((15 * winheight(0) + 14) / 29)
89
89
  if s:l < 1 | let s:l = 1 | endif
90
90
  exe s:l
91
91
  normal! zt
92
- 257
93
- normal! 0
92
+ 415
93
+ normal! 049|
94
94
  wincmd w
95
- 3wincmd w
96
95
  exe '1resize ' . ((&lines * 28 + 30) / 60)
97
96
  exe 'vert 1resize ' . ((&columns * 52 + 92) / 185)
98
97
  exe '2resize ' . ((&lines * 28 + 30) / 60)
data/exe/platinum CHANGED
@@ -412,7 +412,7 @@ end
412
412
  alias deploy_to_simulator! deploy_to_emulator!
413
413
  def focus_terminal!
414
414
  # TODO: support for platforms besides OS X and iTerm
415
- system 'osascript -e \'tell application "iTerm2" to activate\'' end
415
+ system 'osascript -e \'tell application "iTerm" to activate\'' end
416
416
  def focus_simulator!
417
417
  # TODO: support for platforms besides OS X
418
418
  system 'osascript -e \'tell application "iOS Simulator" to activate\'' end
@@ -1,5 +1,5 @@
1
1
  module Platinum
2
2
  module Deployer
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: platinum-deployer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - MacKinley Smith