platinum-deployer 0.2.5 → 0.2.6

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: 1126b7e38270e0d7d1d08ddd49c7b2deb45f4c66
4
- data.tar.gz: b0af48e7a041239ce202d1d596ce3dedf98df187
3
+ metadata.gz: d18d580e1e126092116de31f3a6b5aace0cb61e4
4
+ data.tar.gz: 61ba3858576b9786d75b218ef7834d3738c6cf6e
5
5
  SHA512:
6
- metadata.gz: 687f484ea342a29e20ac17822bf5a88cb2cabbfbcdd097a5275a506064a914744419eec8252de99151d45fdaa2d9c0c71799aba3df17fbbbefdbca91acae0613
7
- data.tar.gz: 21ff25dea3fafd152d32aef703b15c86348e97abb0a0b56b1af6155370896429446e7f247ce53dd24e873caac0f14589c8d61049f106d60c5053b70f4160f8da
6
+ metadata.gz: 45ab7f030653f678aabc72246db37b9e7b860e797ea33579b486b906165bd7a4143dc33826e030dcbd9e3933a030bb8afbb3391dd8b80effe8b438144d93b170
7
+ data.tar.gz: 5be212d30a2388a9ce67a51b3c8be3f0bd281baa6ec8dc7c8d4d943907b64cf9094591778096e7a124a06430d7a449ddda5a2a1c7862bd7acc1da921440bd977
@@ -49,12 +49,12 @@ setlocal fml=1
49
49
  setlocal fdn=20
50
50
  setlocal fen
51
51
  silent! normal! zE
52
- let s:l = 5 - ((4 * winheight(0) + 14) / 28)
52
+ let s:l = 3 - ((2 * winheight(0) + 14) / 28)
53
53
  if s:l < 1 | let s:l = 1 | endif
54
54
  exe s:l
55
55
  normal! zt
56
- 5
57
- normal! 03|
56
+ 3
57
+ normal! 020|
58
58
  wincmd w
59
59
  argglobal
60
60
  edit bin/setup
@@ -92,6 +92,7 @@ normal! zt
92
92
  294
93
93
  normal! 03|
94
94
  wincmd w
95
+ 3wincmd w
95
96
  exe '1resize ' . ((&lines * 28 + 30) / 60)
96
97
  exe 'vert 1resize ' . ((&columns * 52 + 92) / 185)
97
98
  exe '2resize ' . ((&lines * 28 + 30) / 60)
@@ -561,7 +561,7 @@ if @command
561
561
  focus_terminal!
562
562
  # Force a git commit upfront.
563
563
  force_git_commit! if build_cmd_opts[:target] =~ /^dist/
564
- return (compile_source! && build_with_xcode!) if build_cmd_opts[:run_with_xcode]
564
+ return compile_source! && build_with_xcode! if build_cmd_opts[:run_with_xcode]
565
565
  deploy! if compile_source! && build! # Compile, build and deploy.
566
566
  when 'list' then list_things!
567
567
  when 'satellite'
@@ -1,5 +1,5 @@
1
1
  module Platinum
2
2
  module Deployer
3
- VERSION = "0.2.5"
3
+ VERSION = "0.2.6"
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.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - MacKinley Smith